dev.avance.inf.bra, a:visited, a:focus, a:active, a:hover, button {
    outline: 0 none !important
}

.tituloPrincipal a, .tituloPrincipal a:hover, .tituloPrincipal a:visited, .tituloPrincipal a:focus, .tituloPrincipal a:active {
    color: #FFF;
    text-decoration: none
}

.lista-icones {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center
}

.lista-icones div {
    height: 90px
}

.lista-icones a {
    color: #111
}

.lista-icones a:hover, .lista-icones a:active, .lista-icones a:focus {
    text-decoration: none;
    color: #267345
}

.lista-icones i {
    display: block
}

.alerta_msg {
    position: fixed;
    right: 0;
    bottom: 3px;
    z-index: 5000;
    margin-bottom: 50px;
    padding: 0
}

.btn-none {
    margin: 0;
    padding: 0;
    padding-top: -1px;
    border: 0;
    background: 0
}

.a-none, .a-none i {
    opacity: 1
}

.a-none:hover {
    text-decoration: none;
    color: #FFF
}

.margin-right-15 {
    margin-right: 15px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-left-15 {
    margin-left: 15px
}

.margin-left-30 {
    margin-left: 30px
}

.fr {
    float: right
}

.fl {
    float: left
}

a {
    cursor: pointer
}

.center {
    text-align: center !important
}

.right {
    text-align: right !important
}

.left {
    text-align: left !important
}

.justificado {
    text-align: justify !important
}

.bg-default {
    background: #333;
    color: #FFF
}

.bg-danger, .bg-importante {
    background: #a94442;
    color: #FFF
}

.bg-warning {
    color: #FFF;
    background: #fcf8e3
}

.navbar-default .navbar-nav > li > a.text-success {
    color: #3c763d
}

.navbar-default .navbar-nav > li > a.text-danger {
    color: #a94442
}

.border-success {
    border: #267345 solid 1px;
}

.border-danger {
    border: #a94442 solid 1px;
}

.bg-primary {
    background: #267345
}

.text-danger, .text-importante {
    color: #a94442
}

.text-success {
    color: #3c763d
}

.modal_alert .modal-header {
    padding: 5px
}

.modal_alert .modal-content {
    font-size: 16px;
    border: #a94442 solid 2px
}

.modal_success .modal-header {
    padding: 5px
}

.modal_success .modal-content {
    font-size: 16px;
    border: #267345 solid 2px;
    font-weight: 700
}

.modal_preload .modal-preview {
    width: 150px
}

.modal_preload .modal-content {
    border-radius: 10px;
    font-weight: 700
}

.clear {
    width: 100%;
    clear: both
}

.operacao {
    position: fixed;
    z-index: 1999;
    bottom: 65px;
    right: 10px;
    border-radius: 10px;
    padding: 15px
}

.container {
    width: 100%;
    position: relative;
    z-index: 1;
}

input, select, textarea {
    margin-bottom: 5px
}

textarea {
    resize: none
}

textarea.resize {
    resize: vertical
}

.checkbox label {
    margin-right: 10px
}

input:invalid, textarea:invalid, select:invalid {
    border-color: #a94442;
    color: #a94442;
    font-weight: 700
}

hr {
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

h1.titulo, h2.titulo, h3.titulo, h4.titulo {
    margin: 0;
    padding: 0;
    margin-top: 5px
}

.validar_campo_formulario {
    text-align: right
}

#modal_menu button.close {
    color: #a94442;
    opacity: 1;
    font-size: 30px;
    margin: 5px
}

.validar_campo_formulario .label {
    top: -12px;
    position: relative;
    margin-right: 5px;
    background: #a94442;
    width: auto;
    font-weight: 400
}

select.erro_validacao {
    border-color: #a94442;
    color: #a94442;
    font-weight: 700
}

.modal {
    overflow-y: auto
}

.accordion-toggle {
    cursor: pointer
}

.accordion-toggle:hover {
    background: #3a7450 !important
}

.panel-primary .panel-heading {
    background: #428c60;
    border-color: #428c60
}

.panel-primary .panel-body {
    border: solid 1px #428c60
}

.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75);
    box-shadow: 0 0 5px 0 rgba(200, 200, 200, 0.75)
}

.cinza-aba {
    background-color: #969696;
    border: solid 1px #d7d7d7;
    color: #fff
}

.cinza-fundo {
    background-color: #d2d2d2
}

.data-table-inline {
    width: auto;
    display: inline-block
}

.container {
    padding-left: 50px;
    padding-right: 50px;
}

.container-conteudo, .navbar, .templatemo-footer{
    position: relative;
    z-index: 10;
}

.container-conteudo {
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.container-conteudo {
    margin-bottom: 30px;
}

@media (max-width: 720px) {
    .data-table-inline {
        width: 100%;
        display: inline;
        padding: 0;
        margin: 0
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0 !important
    }
}

@media (max-width: 767px) {
    .modal_preload .modal-preview {
        margin-left: -74px;
        left: 50%
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .navbar-right {
        float: none !important;
        text-align: center;
    }

    .navbar-right li{
        display: inline-block !important;
        float: none !important;
    }
}

.connectedSortable {
    border: 0;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px
}

.caixas .fa {
    width: 20px;
    text-align: center
}

.caixas li {
    padding: 5px
}

#sortable2 {
    height: 130px
}

.sortable1 .submenu {
    margin-left: 20px
}

.caixas .ui-state-disabled {
    font-weight: 700;
    opacity: 1;
    filter: Alpha(Opacity=1);
    cursor: pointer
}

.caixas li {
    cursor: move
}

.ui-state-default:active {
    background-color: #555
}

.show {
    display: block
}

.xdsoft_datetimepicker, .xdsoft_datetimepicker .xdsoft_label {
    background: #DDD
}

.xdsoft_datetimepicker .xdsoft_calendar {
    background: #FFF
}

table tbody tr td.titulo {
    font-weight: 700;
    background: #ccc
}

table tbody tr td.titulo i {
    color: #333;
    opacity: 1
}

table.hover > tbody > tr:hover, tr.hover:hover {
    background: #DDD;
    color: #000;
    cursor: pointer
}

tr.destaque {
    font-weight: 700
}

.tr_success {
    background: #3c763d;
    color: #FFF
}

.tr_danger {
    background: #a94442;
    color: #FFF
}

.padding-button {
    padding: 5px 7px
}

@font-face {
    font-family: 'Avance';
    src: url('../fonts/avance.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.fv {
    display: inline-block;
    font: normal normal normal 14px/1 Avance;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fv-avance:before {
    content: "\0041"
}

.fv-2x {
    font-size: 2em
}

.fv-3x {
    font-size: 3em
}

.forca_senha {
    background: #FFF;
    color: #FFF;
    border: 0 !important
}

.btn-control {
    width: 100%;
}

.btn-lg{
    padding: 15px;
}

.btn{
    border-radius: 3px;
}

.form-control{
    border-radius: 3px;
}

.templatemo-copyright p{
    margin-top: 8px;
}

.bgLogin {
    background:url(../img/bg.jpg?v1)  no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:fixed;
    top: 0;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}

.container-bg {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #FFF;*/
    background-color: none;
    opacity:0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 0;
}

.templatemo-footer {
    width: 100%;
    position: fixed;
    height: 50px;
    bottom: 0;
    background: #267345;
}

.navbar {
    margin-bottom: 20px;
}

.table thead{
    background-color: #DDD;
}

.table {
    margin-bottom: 0px;
}

.table tbody {
    background-color: #FFF;
}

.table tbody tr td {
    vertical-align: middle;
}

.table input, .table select, .table textarea {
    margin: 0;
    line-height: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.container-conteudo {
    padding: 5px;
}

hr {
    height: 1px;
    width: 100%;
    background: #DDD;
    border: none;
}

.table tr.destaque td{
    font-weight: bold;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover td, .table-hover > tbody > tr:hover th {
    cursor: pointer;
    background-color: #267345;
    color: #FFFFFF;
    border-color: #267345;
}

.btn-tableResponsive{
    float: left;
    background: #267345;
    color: #FFF;
    margin-right: 10px;
    padding: 0px 3px
}

.btn-tableResponsive:hover {
    color: #FFF;
    background: #1e4f29;
}

.table tbody tr:nth-child(even){
    background: #ccc;
}

.label-table-responsive {
    display: none;
}

.table-responsive tbody{
    display: none;
}

.table .tr-danger td{
    background: #a94442;
    color: #FFF
}

.table .tr-success td{
    background: #267345;
    color: #FFF
}

.nav li{
    color: #FFF;
}

.nav li.no_link {
    padding: 10px 15px;
}

@media (max-width: 500px) {
    .table-responsive thead{
        display: none;
    }

    .table-responsive tbody td, .table-responsive tbody th {
        display: inline-block;
        width: 100%;
        text-align: left !important;
        border: none !important;
        border-bottom: #DDD dashed 1px !important;
    }

    .table-responsive tbody td:nth-last-child(1) {
        border-bottom: none !important;
    }

    .table-responsive tbody tr {
        border-bottom: solid 1px #AAA;
    }

    .table-responsive {
        border-left: solid 1px #AAA;
        border-right: solid 1px #AAA;
        border-top: solid 1px #AAA;
    }

    .label-table-responsive{
        display: block;
    }

    .table-resposive-ocultar {
        display: none !important;
    }

    .no_link{
        display: none !important;
    }

}