body {
    background-color: #eee;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin {
        margin-top: 10%;
        margin-bottom: 10px;
    }

        .form-signin .checkbox {
            font-weight: normal;
            margin-left: 0px;
        }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="text"] {
            margin-bottom: -1px;
            border-radius: 0;
        }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-radius: 0;
        }



.footerLogo {
    padding-top: 6px;
}

.footerText {
    padding-top: 15px;
}

.alertLogin {
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.form-gridBotoes {
    margin: auto;
    margin-top: 30px;
}

.home-logo {
    width: 70%;
    margin: auto;
}

.navbar-logo {
    padding-right: 10px;
    margin-top: 3px;
}

.navbar-status {
    margin-top: 9px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .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;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #cccccc;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#btnEnviarReq {
    border-radius: 0;
}

#modalWindow {
    width: 600px;
    max-height: 600px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    max-width: 330px;
}



#modalWindowExtend {
    width: 600px;
    max-height: 700px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    max-width: 600px;
}

#importModalWindow {
    width: 600px;
    max-height: 600px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    max-width: 400px;
}

#msgModalWindow {
    max-height: 600px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    max-width: 450px;
    text-align: center;
}


.modalBackground {
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.35);
    text-align: center;
}

.modalWindowNormal {
    width: 600px;
    z-index: 100;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    max-height: 600px;
    min-width: 300px;
    max-width: 330px;
    text-align: left !important;
    line-height: 1;
}

.msgModalWindow {
    z-index: 100;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    max-height: 600px;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
    line-height: 1;
}

.form-modal {
    font-size: 14px;
    font-style: normal;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 15px;
    padding-top: 5px;
}

    .form-modal .form-control {
        position: relative;
        font-size: 14px;
        height: auto;
        padding: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        margin-bottom: 5px;
        height: 28px;
    }

    .form-modal .overflow {
        display: block;
        width: 100%;
        min-height: 30px;
        max-height: 490px;
        overflow: hidden;
        overflow-y: auto;
    }

    .form-modal .chosen-container {
        position: relative;
        font-size: 14px;
        height: auto;
        border-radius: 0;
        margin-bottom: 5px;
    }


    .form-modal .checkBox {
        font-style: normal;
        font-size: 14px;
        margin-left: 1px;
        border-radius: 0;
    }

    .form-modal .alert-danger {
        background-color: #f2dede;
        border-color: #eed3d7;
        color: #b94a48;
        padding: 5px;
        border: 1px solid transparent;
        border-radius: 2px;
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
    }

    .form-modal .msg {
        margin-top: 7px;
        font-size: 12px;
        font-weight: normal;
        word-wrap: break-word;
    }


    .form-modal .button {
        margin-top: 15px;
        text-align: center;
    }

        .form-modal .button .btn {
            width: 85px;
            text-align: center;
        }

.header {
    background-color: #3498db;
    color: White;
    text-align: center;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    height: 40px;
    padding-top: 10px;
}

.btn {
    border-radius: 0;
    min-width: 80px;
}



.dropdown-menu {
    border-radius: 0;
}

.list-group {
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #258cd1;
}

.menuAtivo {
    color: #ffffff;
    background-color: #258cd1;
}



.btn-Menu {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 0px;
    width: 300px;
}

.menuGrid {
    margin-top: 7%;
    padding-bottom: 60px;
    height: 100%;
    min-height: 100%;
}

    .menuGrid > .row > .col-lg-6 {
        text-align: center;
    }

    .menuGrid .btn-group .dropdown-menu {
        width: 300px;
    }

        .menuGrid .btn-group .dropdown-menu > li > a {
            padding: 3px 20px;
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 16px;
        }

.btn-List {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-align: left;
    border-color: transparent;
    font-size: 16px;
}

    .btn-List:hover, .btn-List:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #258cd1;
        border-color: transparent;
    }

.navbar-inverse {
    background-color: #3498db;
    border-color: #3498db;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding-bottom: 60px; /*Height of the footer */
    margin-top: -20px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: 60px; /* Height of the footer */
    background-color: #eee;
}

.navbar-nav .form-control {
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 5px;
}


.dxICheckBox {
    border-color: #eeeeee;
}

.form-modal select[disabled] {
    padding: 0px;
    height: 28px;
}

.form-modal select[class="form-control"] {
    padding: 0px;
    height: 28px;
}


.form-modal select[class="form-control"] {
    padding: 0px;
    height: 28px;
}

select[class="form-control"] {
    padding: 0px;
    height: 28px;
}


.dxeEditArea {
    color: #555555;
    padding-left: 3px;
    padding-right: 1px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dxeButtonEdit {
    width: 100%;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
}

.dxeButtonEditButton, .dxeCalendarButton, .dxucTextBox {
    border-color: #cccccc !important;
}


*:focus, .btn:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

button[disabled], .dxeDisabled, .dxeButtonDisabled, .dxeButtonEdit[disabled], button[disabled], .dxeButtonEdit[readonly] {
    border-color: #cccccc !important;
    cursor: not-allowed !important;
    background-color: #eeeeee !important;
}

.dxeSpinIncButton {
    height: 13px !important;
    border-right-style: none !important;
    border-top-style: none !important;
}

.dxeSpinDecButton {
    height: 13px !important;
    border-right-style: none !important;
    border-top-style: none !important;
    border-bottom-style: none !important;
}

.dxeRadioButtonList, .dxeRadioButtonList table {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dxh1 {
    margin: 0px auto;
}


table[class="btn btn-default"] {
    padding-top: 6px;
    padding-bottom: 6px;
}

    table[class="btn btn-default"] *.dxb {
        width: 83px;
    }

.dxgvEditFormDisplayRow td.dxgv, .dxgvDataRow td.dxgv, .dxgvDataRowAlt td.dxgv, .dxgvSelectedRow td.dxgv, .dxgvFocusedRow td.dxgv {
    overflow: hidden;
    border-bottom: Solid 1px #7f8c8d !important;
    border-right: Solid 1px #CFCFCF;
    border-top: 0;
    border-left: 0;
    padding: 1px 6px 0px 6px;
    height: 26px;
}

.dxgvFilterRow td.dxgv {
    border-bottom: Solid 1px #7f8c8d !important;
    border-right: Solid 1px #C1C1C1;
    border-top: 0;
    border-left: 0;
    padding: 2px;
    overflow: hidden;
}

.expandImage {
    text-align: center;
    vertical-align: middle;
}

.tooltipChart {
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f4f7f8;
}

.dxeButtonEditButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
    padding: 0px 2px 0px 3px;
    background-image: none !important;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ffffff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #258cd1;
}

label {
    font-weight: normal !important;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]:after {
        content: attr(data-tooltip);
        display: block;
        position: absolute;
        top: -30px;
        left: -255px;
        width: 250px;
        z-index: 10000;
        padding: 10px;
        text-decoration: none;
        background: #3498DBCC;
        color: white;
        border-radius: 5px 5px 0px 5px;
        opacity: 0;
        transition-delay: 1s;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -ms-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
        -webkit-box-shadow: 3px 3px 10px rgba(52, 152, 219, 0.25);
        -moz-box-shadow: 3px 3px 10px rgba(52, 152, 219, 0.25);
        -ms-box-shadow: 3px 3px 10px rgba(52, 152, 219, 0.25);
        -o-box-shadow: 3px 3px 10px rgba(52, 152, 219, 0.25);
        box-shadow: 3px 3px 10px rgba(52, 152, 219, 0.25);
    }

    [data-tooltip]:hover:after {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

/*Tooltip Simples*/

.octopus-info {
    cursor: pointer;
    position: absolute;
    margin-left: 3px;
    margin-top: -5px;
    display: inline-block;
}

    .octopus-info span {
        background: #fff;
        color: #222;
        font-size: 16px;
        position: absolute;
        top: -10px;
        padding: 5px 7px;
        margin-left: 7px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        min-width: 250px;
        text-align: left;
        border-radius: 2px 2px 2px 2px;
    }

    .octopus-info:hover span {
        visibility: visible;
        opacity: 1;
    }

/*Tooltip Simples*/