﻿header {
    background-color: #529dc9;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5da4cd), to(#529dc9));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #5da4cd, #529dc9);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #5da4cd, #529dc9);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #5da4cd, #529dc9);
    /* IE10 */
    background-image: -o-linear-gradient(top, #5da4cd, #529dc9);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #5da4cd, #529dc9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    vertical-align: middle;
    padding: 0;
    line-height: 50px;
    margin-bottom: 0px;
}

.top-bar {
    padding: 0;
    margin: 0px 0 0px 0;
    /*margin: 0px 0 10px 0;*/
    /*height: 36px;*/
    vertical-align: middle;
    position: relative;
}

    .top-bar .logo {
        position: relative;
        padding: 36px 20px;
        /*float: left;*/
        /*left: 0;*/
        font-size: 20px;
        color: white;
        font-family: 'Caudex', serif;
        /*background-color: #529dc9;*/
        /* Fallback Color */
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#398ab9), to(#529dc9));*/
        /* Saf4+, Chrome */
        /*background-image: -webkit-linear-gradient(top, #398ab9, #529dc9);*/
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        /*background-image: -moz-linear-gradient(top, #398ab9, #529dc9);*/
        /* FF3.6 */
        /*background-image: -ms-linear-gradient(top, #398ab9, #529dc9);*/
        /* IE10 */
        /*background-image: -o-linear-gradient(top, #398ab9, #529dc9);*/
        /* Opera 11.10+ */
        /*background-image: linear-gradient(top, #398ab9, #529dc9);*/        
        z-index: 1001;
        width: 120px;
        text-align: center;
        /*-webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;*/
    }

    .top-bar sup {
        position: absolute;
        top: 12px;
        right: 24px;
        z-index: -100;
    }

        .top-bar sup i {
            font-size: 64px;
            color: #f6a363;
        }

    .top-bar ul#icon-nav {
        padding: 0;
        margin: 0;
        list-style-type: none;
        /*float: right;*/
    }

        .top-bar ul#icon-nav li {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            margin-left: 5px;
            background: white;
            border: 1px solid #daeaf4;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer;
            display: inline-block;
            float: left;
            margin-left: 12px;
            height: 30px;
            width: 30px;
            position: relative;
            text-align: center;
        }

            .top-bar ul#icon-nav li .count-label {
                position: absolute;
                top: -5px;
                right: -3px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                background-color: #87ceeb;
                color: white;
                height: 10px;
                width: 10px;
            }

            .top-bar ul#icon-nav li .count-lb-yellow {
                background-color: #f38733;
                color: #fcdcc3;
            }

            .top-bar ul#icon-nav li .count-lb-green {
                background-color: #a4db79;
                color: #f6fbf2;
            }

            .top-bar ul#icon-nav li i {
                color: #a0c9e1;
                right: 7px;
                position: absolute;
                top: 7px;
            }

            .top-bar ul#icon-nav li:first-child {
                margin-left: 0;
            }

            .top-bar ul#icon-nav li a {
                padding: 14px;
                display: block;
            }

            .top-bar ul#icon-nav li:hover {
                background: transparent;
            }

                .top-bar ul#icon-nav li:hover i {
                    color: #f38733;
                }

                .top-bar ul#icon-nav li:hover i#idIconeAncora {
                    color: black;
                }

    .top-bar .custom-search {
        margin: 0 0 0 0px;
        /*float: right;*/
    }

        .top-bar .custom-search .search-query {
            padding: 4px 6px;
            margin-bottom: 0;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            color: #79b3d5;
            background: white;
            border: 1px solid #daeaf4;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            width: 250px;
            line-height: 20px;
        }

            .top-bar .custom-search .search-query:focus {
                outline: none;
                width: 250px;
                background: transparent;
            }

        .top-bar .custom-search ::-webkit-input-placeholder {
            color: #79b3d5;
        }

        .top-bar .custom-search :-moz-placeholder {
            color: #79b3d5;
        }

        .top-bar .custom-search i {
            padding: 8px;
            cursor: pointer;
            top: 0px;
            position: relative;
            left: -32px;
            color: #8cbedb;
        }

#scrollbar {
    width: 100%;
    clear: both;
    margin: 0;
}

    #scrollbar .viewport {
        width: 98%;
        height: 180px;
        overflow: hidden;
        position: relative;
    }

    #scrollbar .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #scrollbar .thumb {
        background-color: #f38733;
    }

        #scrollbar .thumb .end {
            background-color: #f38733;
        }

    #scrollbar .scrollbar {
        position: relative;
        float: right;
        width: 2px;
    }

    #scrollbar .track {
        background-color: #cccccc;
        height: 100%;
        width: 2px;
        position: relative;
        padding: 0;
    }

    #scrollbar .thumb {
        height: 20px;
        width: 2px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

        #scrollbar .thumb .end {
            overflow: hidden;
            height: 5px;
            width: 13px;
        }

    #scrollbar .disable {
        display: none;
    }

.menuBar .dropdown-menu {
    background: #357ea9;
    border: 0;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    box-shadow: none;
    font-family: Calibri !important;
    font-kerning: none;
    text-decoration: none;
    font-weight: 100 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-stretch: normal;
    font-variant: normal;
}

    .menuBar .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #398ab9;
    }

    .menuBar .dropdown-menu > li > a {
        color: #c7dfed;
    }

        .menuBar .dropdown-menu > li > a:hover, .top-bar .dropdown-menu > li > a:focus {
            color: white;
            background-color: #31759e;
        }

.navbar-nav .dropdown-menu .divider {
    background-color: #398ab9;
}

.navbar {
    border: 1px solid #398ab9;
    /*-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;*/
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
    /*margin-left: 119px !important;*/
}

@media (max-width:992px) {
    .navbar-collapse {
        padding: 0 12px;
        background: #357ea9;
        margin-right: -1px !important;
        margin-left: -1px !important;
    }
}

.navbar-nav > li > a {
    padding: 14px;
    color: white;
    font-size: 14px;
}

    .navbar-nav > li > a:hover {
        background-color: #daeaf4;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#edf5fa), to(#daeaf4));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #edf5fa, #daeaf4);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #edf5fa, #daeaf4);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #edf5fa, #daeaf4);
        /* IE10 */
        background-image: -o-linear-gradient(top, #edf5fa, #daeaf4);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #edf5fa, #daeaf4);
        color: #31759e;
    }

.navbar-nav > .active {
    background-color: #4697c6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d6d92), to(#4697c6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #2d6d92, #4697c6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #2d6d92, #4697c6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #2d6d92, #4697c6);
    /* IE10 */
    background-image: -o-linear-gradient(top, #2d6d92, #4697c6);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #2d6d92, #4697c6);
}

    .navbar-nav > .active a {
        color: white;
    }

.navbar-toggle {
    background: #357ea9;
}

    .navbar-toggle .icon-bar {
        background: white;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #357ea9;
    color: white;
}

.nav .caret {
    border-top-color: #edf5fa;
    border-bottom-color: #edf5fa;
}

.nav a:hover .caret {
    border-top-color: #a0c9e1;
    border-bottom-color: #a0c9e1;
}

.navbar-nav .dropdown-menu .divider {
    background-color: #398ab9;
}

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}

.page-title {
    margin-top: 0px;
    /*margin-bottom: 30px;*/
    background: white;
    border: 1px solid #CDCDCD;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 18px 12px;
    vertical-align: middle;
    /*line-height: 26px;*/
}

    .page-title h2 {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-weight: 300;
        font-size: 18px;
        color: #3e92c3;
    }

    .page-title ul.breadcrumb {
        display: inline-block;
        font-size: 11px;
        margin: 0;
        padding: 0;
        margin-left: 5px;
        font-weight: 300;
        background: none;
    }

        .page-title ul.breadcrumb li {
            padding: 2px 4px 0 0;
            list-style: none;
            display: inline-block;
            color: #999999;
        }

            .page-title ul.breadcrumb li:last-child {
                color: #a4db79;
                font-size: 12px;
                font-weight: 500;
            }

@media (max-width:767px) {
    .page-title ul.breadcrumb {
        display: none;
    }
}

.page-title ul.stats {
    float: right;
    margin: 0;
}

    .page-title ul.stats li {
        margin-top: 0px;
        float: left;
        padding: 0 10px;
        margin-left: 10px;
        line-height: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block;
    }

        .page-title ul.stats li .graph {
            float: left;
            margin: 2px 0 0 0;
            width: 60px;
        }

        .page-title ul.stats li .details {
            float: left;
            margin-left: 10px;
            text-align: right;
            color: #79b3d5;
            line-height: 26px;
        }

            .page-title ul.stats li .details span.big {
                font-size: 16px;
                /*font-weight: 500;*/
            }

            .page-title ul.stats li .details span.small {
                font-size: 12px;
            }

        .page-title ul.stats li:last-child {
            padding-right: 0;
        }

.page-title ul#page-settings {
    padding: 0;
    list-style-type: none;
    margin: 0 0 0 10px;
    float: right;
}

    .page-title ul#page-settings li {
        float: left;
        cursor: pointer;
        background: #a4db79;
        padding: 5px 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        line-height: 18px;
        margin-left: 5px;
    }

        .page-title ul#page-settings li i {
            color: white;
        }

        .page-title ul#page-settings li#reportrange .caret {
            border-top: 4px solid #579328;
        }

        .page-title ul#page-settings li#reportrange span {
            display: none;
        }

        .page-title ul#page-settings li:hover {
            background: #96d665;
        }


.navbar-nav > li > .dropdown-menu > li > a {
    white-space: nowrap;
}

.dropdown-menu li a {
    text-shadow:none;
}

.navbar-collapse.collapse {
    margin-left: 0 !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}