﻿body {
    background-color: #333;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}

.header {
    background-color: #E0E0E0;
}

    .header .cliente {
        margin: 0;
        padding: 0;
        line-height: 50px;
    }

    .header .logo {
        margin: 0;
        padding: 0;
        margin-right: 20px;
    }

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    /*padding-bottom: 30px;*/
}

    .menu li.active {
        background-color: #428bca;
    }

        .menu li.active a {
            color: #fff;
        }

    .menu li a:hover, .menu li a:focus, .menu li a:active {
        text-decoration: none;
    }

    .menu li {
        float: left;
        border-right: solid 1px #ccc;
        text-align: center;
        width: 11.11%;
        cursor: pointer;
    }

        .menu li:hover:not(.active) {
            background-color: #cee8ff;
        }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li:last-child {
            border-right: solid 0;
        }

        .menu li a {
            display: inline-block;
            padding: 6px;
            width: 100%;
        }

.main-content {
    min-height: 650px;
    background-color: #FFF;
}

.footer {
    padding-left: 20px;
    background-color: #333;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .footer .pull-left {
        margin-right: 50px;
    }

.container {
    width: 960px;
    padding: 0;
    padding-bottom: 50px;
}

    .container h1 {
        font-size: 20pt;
        padding-bottom: 20px;
    }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background: none !important;
}