body {
    /*comment out background to use default theme
    or change background to use one of the available background images*/
    /*background: #0056a7;*/
    color: #272727;
}

.btn-custom-light.disabled, .btn-custom-light[disabled], fieldset[disabled] .btn-custom-light, .btn-custom-light.disabled:hover, .btn-custom-light[disabled]:hover, fieldset[disabled] .btn-custom-light:hover, .btn-custom-light.disabled:focus, .btn-custom-light[disabled]:focus, fieldset[disabled] .btn-custom-light:focus, .btn-custom-light.disabled.focus, .btn-custom-light[disabled].focus, fieldset[disabled] .btn-custom-light.focus, .btn-custom-light.disabled:active, .btn-custom-light[disabled]:active, fieldset[disabled] .btn-custom-light:active, .btn-custom-light.disabled.active, .btn-custom-light[disabled].active, fieldset[disabled] .btn-custom-light.active {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}

.text-custom-header {
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
}

.routeMarkerLabel {
    color: #FFFFFF;
}

/*CSS used for tooltip bootstrap formatting */
/* Styles for custom tooltip template */
.tooltip-inner {
    max-width: 500px;
    width: 500px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.9);
    border-radius: 4px;
}

.tooltip-head {
    max-width: 500px;
    width: 500px;
    color: #fff;
    background: #000;
    padding: 10px 10px 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

    .tooltip-head .glyphicon {
        color: #fff;
        font-size: 22px;
        vertical-align: bottom;
    }

    .tooltip-head h3 {
        color: #fff;
        margin: 0;
        font-size: 18px;
    }

a {
    color: #777777;
    text-decoration: none;
}

    a:link, a:active, a:visited {
        color: #777777;
        text-decoration: none;
    }

    a:hover {
        color: #0056a7;
        text-decoration: none;
    }

.highlighted-light {
    color: #fff;
}

a:link, a:active, a:visited {
    color: #777777;
    text-decoration: none;
}

.light-on-dark, .light-on-dark > span > a, .light-on-dark > a, .light-on-dark > div > a, .light-on-dark > div > a:link, .light-on-dark > div > a:active, .light-on-dark > div > a:visited {
    color: #fff;
}

    .light-on-dark > span > a:visited, .light-on-dark > span > a:active, .light-on-dark > span > a:link {
        color: #a7abac;
    }

.dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
}

.checkBoxLarge input {
    width: 15px;
    height: 15px;
}

.GridPager a, .GridPager span {
    display: block;
    width: 25px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #c1c1c1;
    color: #000;
    border: 1px solid #2c2c2c;
}


.divOverflowNoBorder {
    overflow: auto;
    overflow-y: auto;
}

.divOverflow {
    overflow: auto;
    border-style: ridge;
    border-width: 4px;
    border-color: Gray;
}


.ajax__calendar {
    z-index: 1;
    color: black;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}


.btn-block-center {
    line-height: 25px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
}

img {
    border: none;
}

.modalProcessing {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.centerProcessing {
    z-index: 1000;
    margin: 600px auto;
    padding: 10px;
    width: 70px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerProcessing img {
        height: 50px;
        width: 50px;
    }


/*table
{
    float: none;
    text-align: center;
    border: 2px solid #dddddd;
    padding: 3px;
}

td
{
    border-collapse: collapse;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 3px;
}*/


.tableReport th {
    font-weight: bold;
}

.tableReport td, th {
    border: 2px solid #dddddd;
}

.tableReport {
    border: 2px solid #dddddd;
}

.table > thead > tr > th {
    border: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 2px solid #dddddd;
}

.mapIconLabel > div > span, mapIconLabel {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.labels {
    color: #fff;
    background: #31a31a;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 15px;
    white-space: nowrap;
}

.labelsRoute {
    color: #fff;
    background: #3875d7;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
    white-space: nowrap;
}

.footer {
    background: #FFFFFF;
    min-height: 120px;
    border-top: 1px solid transparent;
    border-color: #eeeeee;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0056a7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0056a7;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #0056a7;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0056a7;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff;
}

.navbar-brand {
    padding: 0px;
    height: 80px;
}

.btn-default {
    color: #ffffff;
    background-color: #474949;
    border-color: #474949;
}

.btn-danger {
    color: #ffffff;
    background-color: #d43f3a;
    border-color: #d43f3a;
}

    .btn-danger, .btn-danger:hover {
        background-image: -webkit-linear-gradient(#d9230f, #d9230f 6%, #69543b);
        background-image: -o-linear-gradient(#d9230f, #d9230f 6%, #69543b);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d9230f), color-stop(6%, #d9230f), to(#69543b));
        background-image: linear-gradient(#d9230f, #d9230f 6%, #69543b);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08b27', endColorstr='#ffcc7b1d', GradientType=0);
        -webkit-filter: none;
        filter: none;
        border: 1px solid #ac6819;
    }

.white-link > a, .white-link > a:hover, .white-link > a:focus, .white-link > a:link, .white-link > a:active {
    color: #fff;
    text-decoration: none;
}

.white-link > li > a {
    color: #fff;
    text-decoration: none;
}

    .white-link > li > a:active, .white-link > li > a:focus {
        color: black;
        text-decoration: none;
    }

.bg-sun-burst-faded {
    background-color: #f1debf;
}

.bubble-green {
    color: #48CFAD;
}

.bubble-yellow {
    color: #FFCE54;
}

.bubble-red {
    color: #ED5565;
}

.panel-primary {
    border-color: #00427D;
}

    .panel-primary > .panel-heading {
        background-color: #0056a7;
        border-color: #0056a7;
    }

.panel-so-default {
    border-color: #2c2c2c;
}

    .panel-so-default > .panel-heading {
        background-color: #2c2c2c;
        border-color: #2c2c2c;
    }


.panel-blue-jeans {
    border-color: #4A89DC;
}

    .panel-blue-jeans > .panel-heading {
        background-color: #5D9CEC;
        border-color: #5D9CEC;
    }

        .panel-blue-jeans > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-aqua {
    border-color: #3BAFDA;
}

    .panel-aqua > .panel-heading {
        background-color: #4FC1E9;
        border-color: #4FC1E9;
    }

        .panel-aqua > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-mint {
    border-color: #37BC9B;
}

    .panel-mint > .panel-heading {
        background-color: #48CFAD;
        border-color: #48CFAD;
    }

        .panel-mint > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-grass {
    border-color: #8CC152;
}

    .panel-grass > .panel-heading {
        background-color: #A0D468;
        border-color: #A0D468;
    }

        .panel-grass > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-sunflower {
    border-color: #F6BB42;
}

    .panel-sunflower > .panel-heading {
        background-color: #FFCE54;
        border-color: #FFCE54;
    }

        .panel-sunflower > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-orange-burst {
    border-color: #e49817;
}

    .panel-orange-burst > .panel-heading {
        background-color: #f3a218;
        border-color: #f3a218;
    }

        .panel-orange-burst > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-bittersweet {
    border-color: #E9573F;
}

    .panel-bittersweet > .panel-heading {
        background-color: #FC6E51;
        border-color: #FC6E51;
    }

        .panel-bittersweet > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-grapefruit {
    border-color: #DA4453;
}

    .panel-grapefruit > .panel-heading {
        background-color: #ED5565;
        border-color: #ED5565;
    }

        .panel-grapefruit > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-lavender {
    border-color: #967ADC;
}

    .panel-lavender > .panel-heading {
        background-color: #AC92EC;
        border-color: #AC92EC;
    }

        .panel-lavender > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-pink-rose {
    border-color: #D770AD;
}

    .panel-pink-rose > .panel-heading {
        background-color: #EC87C0;
        border-color: #EC87C0;
    }

        .panel-pink-rose > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-plum {
    border-color: #3E216B;
}

    .panel-plum > .panel-heading {
        background-color: #3E216B;
        border-color: #3E216B;
    }

        .panel-plum > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-light-gray {
    border-color: #E6E9ED;
}

    .panel-light-gray > .panel-heading {
        background-color: #F5F7FA;
        border-color: #F5F7FA;
    }

        .panel-light-gray > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-medium-gray {
    border-color: #AAB2BD;
}

    .panel-medium-gray > .panel-heading {
        background-color: #CCD1D9;
        border-color: #CCD1D9;
    }

        .panel-medium-gray > .panel-heading > .panel-title {
            color: #ffffff;
        }

.panel-dark-gray {
    border-color: #434A54;
}

    .panel-dark-gray > .panel-heading {
        background-color: #656D78;
        border-color: #656D78;
    }

        .panel-dark-gray > .panel-heading > .panel-title {
            color: #ffffff;
        }

.dropdown-menu {
    cursor: pointer;
}

.search-item-active {
    border-top: 4px solid #fff;
    color: #fff;
}

.search-item-inactive {
    border-top: 0px solid #fff;
    color: #c7c7c7;
}

.div-header-height {
    height: 500px;
}

.search-header {
    display: block;
}

#timeline {
    list-style: none;
    position: relative;
}

    #timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #2c2c2c;
        left: 50%;
        margin-left: -1.5px;
    }

    #timeline .clearFix {
        clear: both;
        height: 0;
    }

    #timeline .timeline-badge {
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 1.2em;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -20px;
        background-color: #2c2c2c;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

        #timeline .timeline-badge span.timeline-balloon-date-day {
            font-size: 1.7em;
        }

        /*#timeline .timeline-badge span.timeline-balloon-date-month
        {
            font-size: .7em;
            position: relative;
            top: -10px;
        }*/

        #timeline .timeline-badge.timeline-filter-movement {
            background-color: #ffffff;
            font-size: 1.7em;
            height: 35px;
            margin-left: -18px;
            width: 35px;
            top: 40px;
        }

            #timeline .timeline-badge.timeline-filter-movement a span {
                color: #2c2c2c;
                font-size: 1.3em;
                top: -1px;
            }

        #timeline .timeline-badge.timeline-future-movement {
            background-color: #ffffff;
            height: 35px;
            width: 35px;
            font-size: 1.7em;
            top: -16px;
            margin-left: -18px;
        }

            #timeline .timeline-badge.timeline-future-movement a span {
                color: #2c2c2c;
                font-size: .9em;
                top: 2px;
                left: 1px;
            }

    #timeline .timeline-movement {
        /*border-bottom: dashed 1px #2c2c2c;*/
        position: relative;
    }

        #timeline .timeline-movement.timeline-movement-top {
            height: 60px;
        }

        #timeline .timeline-movement .timeline-item {
            padding: 20px 0;
        }

            #timeline .timeline-movement .timeline-item .timeline-panel {
                border: 1px solid #d4d4d4;
                border-radius: 3px;
                background-color: #FFFFFF;
                color: #666;
                padding: 10px;
                position: relative;
                -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            }

                #timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
                    text-align: right;
                }

                    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
                        color: #666;
                    }

                        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
                            color: #468c1f;
                            font-size: 1.3em;
                        }

                #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
                    text-align: left;
                }

                    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
                        color: #e2001a;
                        font-size: 1.3em;
                    }

@media screen and (max-width:780px) {
    #timeline .timeline-movement.timeline-movement-top {
        height: 103px;
    }

    #timeline .timeline-badge {
        top: -22px;
    }

        #timeline .timeline-badge.timeline-filter-movement {
            top: 34px;
        }

    #timeline .timeline-movement .timeline-item {
        padding: 30px 0 10px 0;
    }

        #timeline .timeline-movement .timeline-item:nth-child(3) {
            padding: 10px 0 23px 0;
        }
}

@media screen and (max-width:500px) {
    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
        text-align: center;
    }
}

@media (min-width:768px) {
    .div-header-height {
        height: 500px;
    }

    .search-header {
        display: block;
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .div-header-height {
        height: 500px;
    }

    .search-header {
        display: block;
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .div-header-height {
        height: 500px;
    }

    .search-header {
        display: block;
        font-size: 30px;
    }
}

.stylink > li.active > a, .stylink > li.active > a:hover, .stylink > li.active > a:focus {
    background-color: #f4f4f4;
    color: #000000;
}

.stylink > a:active, .stylink > a:hover, .stylink > a:focus {
    color: red;
}

.stylink > a:active {
}
