html, body {
    line-height: 1.5;
}

html, body, ul, li {
    margin: 0px;
    padding: 0px;
}

html, body, a, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
}

li {
    list-style: none;
    float: left;
    width: 100%;
}

.conteudo-float {
    overflow: hidden;
}

.conteudo-float li:not(:first-child) {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

.centralizar-texto {
    text-align: center;
}

.conteudo-form {
    margin-bottom: 40px;
}

.fake-file {
    background: #ff6600 !important;
    min-width: 175px;
    text-align: center;
    border: 1px solid #d75600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

form button:not(.fr-btn) {
    min-width: 175px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 30px;
}

.mce-widget button {
    min-width: 0px !important;
    margin-top: 0px !important;
}

form li:not(.no-border):last-child {
    padding-bottom: 30px;
    border-top: 1px dashed #222222;
}

form label {
    color: #838383;
    text-transform: uppercase;
    font-size: 12px;
}

.table-data-result table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 100%;
}

.table-data-result table tr td {
    word-break:break-all !important;
}

#dashboard-conteudo li {
    min-height: 200px;
}

@media screen and (min-width: 0px) AND (max-width: 479px) {
    .conteudo {
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #login {
        width: 280px;
        margin: 0 auto;
        top: 50%;
        position: relative;
    }

    #box-login {
        border: 1px solid #d6d6d6;
    }

    #header-box-login {
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;
    }

    #form-login {
        padding: 30px;
        box-sizing: border-box;
    }

    .mensagem-erro, .mensagem-erro-geral {
        display: none;
        width: 100%;
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .mostrar-mensagem {
        display: block;
        margin-top: 5px;
    }

    form label {
        display: block;
        margin-bottom: 7px;
        font-weight: bold;
    }

    form input, form select {
        width: 100%;
        box-sizing: border-box;
        padding: 7px;
    }

    form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        box-sizing: border-box;
        padding: 7px;
    }

    form button:not(.fr-btn) {
        width: 100% !important;
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

    form li:not(:first-child) {
        margin-top: 30px;
    }

    form button:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

    form a {
        color: #337ab7;
        display: block;
    }

    .rights {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .rights a {
        color: #337ab7;
    }

    .button-loader {
        height: 15px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #222222;
        color: white;
        box-sizing: border-box;
        font-weight: 300;
        text-align: center;
    }

    header .conteudo {
        overflow: hidden;
    }

    .nome-admin {
        font-size: 22px;
    }

    .usuario-logado {
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .li-divisao-4 {
        overflow: hidden;
    }

    .li-divisao-4 li {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 15px;
    }

    .li-divisao-4 li:last-child {
        margin: 0px;
    }

    #dashboard-conteudo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #dashboard-conteudo li {
        border: 1px solid #d6d6d6;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .icone-dashboard {
        height: 50px;
        margin-bottom: 10px;
    }

    .nome-item-dashboard {
        display: block;
        margin-bottom: 20px;
    }

    .botoes-acao-dashboard a img {
        height: 12px;
    }

    .botoes-acao-dashboard {
        overflow: hidden;
    }

    .botoes-acao-dashboard a {
        float: left;
        width: calc(100%/2);
        background: white;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .botoes-acao-dashboard a:first-child {
        border: 1px solid #d6d6d6;
    }

    .botoes-acao-dashboard a:last-child {
        border: 1px solid #5cb85c;
        background: #5cb85c;
        color: white;
    }

    .link-rapido {
        margin-top: 35px;
        font-size: 12px;
    }

    .link-rapido a {
        font-size: 12px;
    }

    .link-rapido-ativo {
        color: #4a88be;
    }

    .form-admin {
        margin-top: 55px;
        padding-bottom: 35px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botao-form-admin {
        width: 150px !important;
    }

    .mensagem-retorno {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        box-sizing: border-box;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mensagem-retorno-erro {
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
    }

    .mensagem-retorno-sucesso {
        background: #d6ffd2;
        color: #0a6800;
        border: 1px solid #7bb176;
    }

    .table-data-result {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .titulo-admin-interno {
        margin-top: 50px;
        font-size: 26px;
        font-weight: 300;
        color: #222222;
        overflow: hidden;
    }

    .titulo-admin-interno a {
        display: inline-block;
        background: #5cb85c;
        border: 1px solid #4cae4c;
        color: white;
        box-sizing: border-box;
        font-size: 28px;
        font-weight: bold;
        height: 40px;
        width: 45px;
        float: right;
        text-align: center;
    }

    .dataTables_wrapper {
        font-size: 12px;
    }

    .dataTables_filter {
        margin-bottom: 45px;
    }

    .dataTables_filter input {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        outline: none;
        box-sizing: border-box;
        width: 250px;
        font-size: 12px;
        padding-left: 5px;
        margin-top: 10px;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 45px;
    }

    .dataTables_paginate a {
        font-size: 12px;
        margin-top: 10px;
    }

    .dataTables_wrapper thead th, .dataTables_wrapper tfoot th {
        text-align: left;
    }

    .dataTables_wrapper thead th:last-child, .dataTables_wrapper tfoot th:last-child, .dataTables_wrapper tbody tr td:last-child {
        width: 130px;
        text-align: center;
    }

    .dataTables_wrapper tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-sizing: border-box;
    }

    .dataTables_wrapper tbody tr:not(:first-child) td {
        border-top: 1px dotted #d6d6d6 !important;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        width: 30px;
    }

    .excluirDataTable {
        background: #d9534f;
        border: 1px solid #d43f3a;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
        width: 30px;
    }

    .editarDataTable img, .excluirDataTable img {
        height: 10px;
    }

    .dialog {
        display: none;
        padding: 30px;
        box-sizing: border-box;
    }

    .conteudo-dialog {
        border: 1px solid #d6d6d6;
        padding: 20px;
        box-sizing: border-box;
    }

    .titulo-dialog {
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .frase-informativa-dialog {
        border-top: 1px dotted #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .botoes-exclusao-dialog {
        text-align: center;
    }

    .botoes-exclusao-dialog span {
        width: 100px;
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
    }

    .botoes-exclusao-dialog span:first-child {
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }

    .botoes-exclusao-dialog span:last-child {
        border: 1px solid #cccccc;
    }

    .ui-dialog-titlebar-close {
        outline-width: 0px !important;
        outline: none !important;
    }

    .ui-dialog-titlebar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
        background: #f1f1f1 !important;
    }

    input[type="file"] {
        display: none;
    }

    .fake-file {
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .fake-filename {
        text-align: center;
        display: block;
        margin-top: 5px;
    }

    .botao-acao-100 {
        width: 100% !important;
        margin-bottom: -36px;
    }

    .invisivel {
        visibility:  hidden;
    }

    .imagem-simples-upload {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

    .textarea-chamada {
        min-height: 100px;
        max-height: 100px;
    }

    .logout {
        padding-left: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        border-left: 1px solid white;
        color: #d11010;
        cursor: pointer;
    }

    .lista-imagens-galeria {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .lista-imagens-galeria li {
        float: left;
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .lista-imagens-galeria li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .lista-imagens-galeria li img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .lista-imagens-galeria li:nth-child(n+3) {
        margin-top: 35px;
    }

    .excluirImagemGaleria {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }
}
@media screen and (min-width: 480px) AND (max-width: 767px) {
    .conteudo {
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #login {
        width: 310px;
        margin: 0 auto;
        top: 50%;
        position: relative;
    }

    #box-login {
        border: 1px solid #d6d6d6;
    }

    #header-box-login {
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;
    }

    #form-login {
        padding: 30px;
        box-sizing: border-box;
    }

    .mensagem-erro, .mensagem-erro-geral {
        display: none;
        width: 100%;
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .mostrar-mensagem {
        display: block;
        margin-top: 5px;
    }

    form label {
        display: block;
        margin-bottom: 7px;
        font-weight: bold;
    }

    form input, form select {
        width: 100%;
        box-sizing: border-box;
        padding: 7px;
    }

    form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        box-sizing: border-box;
        padding: 7px;
    }

    form button:not(.fr-btn) {
        width: 100% !important;
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

    form li:not(:first-child) {
        margin-top: 30px;
    }

    form button:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

    form a {
        color: #337ab7;
        display: block;
    }

    .rights {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .rights a {
        color: #337ab7;
    }

    .button-loader {
        height: 15px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #222222;
        color: white;
        box-sizing: border-box;
        font-weight: 300;
        text-align: center;
    }

    header .conteudo {
        overflow: hidden;
    }

    .nome-admin {
        font-size: 22px;
    }

    .usuario-logado {
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .li-divisao-4 {
        overflow: hidden;
    }

    .li-divisao-4 li {
        width: calc((100% - 10px) / 2);
        box-sizing: border-box;
        margin-right: 10px;
        padding: 15px;
    }

    .li-divisao-4 li:nth-child(2n+2) {
        margin: 0px;
    }

    .li-divisao-4 li:nth-child(n+3) {
        margin-top: 30px;
    }

    #dashboard-conteudo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #dashboard-conteudo li {
        border: 1px solid #d6d6d6;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .icone-dashboard {
        height: 50px;
        margin-bottom: 10px;
    }

    .nome-item-dashboard {
        display: block;
        margin-bottom: 20px;
    }

    .botoes-acao-dashboard a img {
        height: 12px;
    }

    .botoes-acao-dashboard {
        overflow: hidden;
    }

    .botoes-acao-dashboard a {
        float: left;
        width: calc(100%/2);
        background: white;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .botoes-acao-dashboard a:first-child {
        border: 1px solid #d6d6d6;
    }

    .botoes-acao-dashboard a:last-child {
        border: 1px solid #5cb85c;
        background: #5cb85c;
        color: white;
    }

    .link-rapido {
        margin-top: 35px;
        font-size: 12px;
    }

    .link-rapido a {
        font-size: 12px;
    }

    .link-rapido-ativo {
        color: #4a88be;
    }

    .form-admin {
        margin-top: 55px;
        padding-bottom: 35px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botao-form-admin {
        width: 150px !important;
    }

    .mensagem-retorno {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        box-sizing: border-box;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mensagem-retorno-erro {
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
    }

    .mensagem-retorno-sucesso {
        background: #d6ffd2;
        color: #0a6800;
        border: 1px solid #7bb176;
    }

    .table-data-result {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .titulo-admin-interno {
        margin-top: 50px;
        font-size: 26px;
        font-weight: 300;
        color: #222222;
        overflow: hidden;
    }

    .titulo-admin-interno a {
        display: inline-block;
        background: #5cb85c;
        border: 1px solid #4cae4c;
        color: white;
        box-sizing: border-box;
        font-size: 28px;
        font-weight: bold;
        height: 40px;
        width: 45px;
        float: right;
        text-align: center;
    }

    .dataTables_wrapper {
        font-size: 12px;
    }

    .dataTables_filter {
        margin-bottom: 45px;
    }

    .dataTables_filter input {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        outline: none;
        box-sizing: border-box;
        width: 250px;
        font-size: 12px;
        padding-left: 5px;
        margin-top: 10px;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 45px;
    }

    .dataTables_paginate a {
        font-size: 12px;
        margin-top: 10px;
    }

    .dataTables_wrapper thead th, .dataTables_wrapper tfoot th {
        text-align: left;
    }

    .dataTables_wrapper thead th:last-child, .dataTables_wrapper tfoot th:last-child, .dataTables_wrapper tbody tr td:last-child {
        width: 130px;
        text-align: center;
    }

    .dataTables_wrapper tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-sizing: border-box;
    }

    .dataTables_wrapper tbody tr:not(:first-child) td {
        border-top: 1px dotted #d6d6d6 !important;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        width: 30px;
    }

    .excluirDataTable {
        background: #d9534f;
        border: 1px solid #d43f3a;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
        width: 30px;
    }

    .editarDataTable img, .excluirDataTable img {
        height: 10px;
    }

    .dialog {
        display: none;
        padding: 30px;
        box-sizing: border-box;
    }

    .conteudo-dialog {
        border: 1px solid #d6d6d6;
        padding: 20px;
        box-sizing: border-box;
    }

    .titulo-dialog {
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .frase-informativa-dialog {
        border-top: 1px dotted #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .botoes-exclusao-dialog {
        text-align: center;
    }

    .botoes-exclusao-dialog span {
        width: 100px;
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
    }

    .botoes-exclusao-dialog span:first-child {
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }

    .botoes-exclusao-dialog span:last-child {
        border: 1px solid #cccccc;
    }

    .ui-dialog-titlebar-close {
        outline-width: 0px !important;
        outline: none !important;
    }

    .ui-dialog-titlebar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
        background: #f1f1f1 !important;
    }

    input[type="file"] {
        display: none;
    }

    .fake-file {
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .fake-filename {
        text-align: center;
        display: block;
        margin-top: 5px;
    }

    .botao-acao-100 {
        width: 100% !important;
        margin-bottom: -36px;
    }

    .invisivel {
        visibility:  hidden;
    }

    .imagem-simples-upload {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

    .textarea-chamada {
        min-height: 100px;
        max-height: 100px;
    }

    .logout {
        padding-left: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        border-left: 1px solid white;
        color: #d11010;
        cursor: pointer;
    }

    .lista-imagens-galeria {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .lista-imagens-galeria li {
        float: left;
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .lista-imagens-galeria li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .lista-imagens-galeria li img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .lista-imagens-galeria li:nth-child(n+3) {
        margin-top: 35px;
    }

    .excluirImagemGaleria {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }
}
@media screen and (min-width: 768px) AND (max-width: 959px) {
    .conteudo {
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #login {
        width: 310px;
        margin: 0 auto;
        top: 50%;
        position: relative;
    }

    #box-login {
        border: 1px solid #d6d6d6;
    }

    #header-box-login {
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;
    }

    #form-login {
        padding: 30px;
        box-sizing: border-box;
    }

    .mensagem-erro, .mensagem-erro-geral {
        display: none;
        width: 100%;
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .mostrar-mensagem {
        display: block;
        margin-top: 5px;
    }

    form label {
        display: block;
        margin-bottom: 7px;
        font-weight: bold;
    }

    form input, form select {
        width: 100%;
        box-sizing: border-box;
        padding: 7px;
    }

    form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        box-sizing: border-box;
        padding: 7px;
    }

    form button:not(.fr-btn) {
        width: 100% !important;
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

    form li:not(:first-child) {
        margin-top: 30px;
    }

    form button:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

    form a {
        color: #337ab7;
        display: block;
    }

    .rights {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .rights a {
        color: #337ab7;
    }

    .button-loader {
        height: 15px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #222222;
        color: white;
        box-sizing: border-box;
        font-weight: 300;
        text-align: center;
    }

    header .conteudo {
        overflow: hidden;
    }

    .nome-admin {
        font-size: 22px;
    }

    .usuario-logado {
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .li-divisao-4 {
        overflow: hidden;
    }

    .li-divisao-4 li {
        width: calc((100% - 10px) / 2);
        box-sizing: border-box;
        margin-right: 10px;
        padding: 15px;
    }

    .li-divisao-4 li:nth-child(2n+2) {
        margin: 0px;
    }

    .li-divisao-4 li:nth-child(n+3) {
        margin-top: 30px;
    }

    #dashboard-conteudo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #dashboard-conteudo li {
        border: 1px solid #d6d6d6;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .icone-dashboard {
        height: 50px;
        margin-bottom: 10px;
    }

    .nome-item-dashboard {
        display: block;
        margin-bottom: 20px;
    }

    .botoes-acao-dashboard a img {
        height: 12px;
    }

    .botoes-acao-dashboard {
        overflow: hidden;
    }

    .botoes-acao-dashboard a {
        float: left;
        width: calc(100%/2);
        background: white;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .botoes-acao-dashboard a:first-child {
        border: 1px solid #d6d6d6;
    }

    .botoes-acao-dashboard a:last-child {
        border: 1px solid #5cb85c;
        background: #5cb85c;
        color: white;
    }

    .link-rapido {
        margin-top: 35px;
        font-size: 12px;
    }

    .link-rapido a {
        font-size: 12px;
    }

    .link-rapido-ativo {
        color: #4a88be;
    }

    .form-admin {
        margin-top: 55px;
        padding-bottom: 35px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botao-form-admin {
        width: 150px !important;
    }

    .mensagem-retorno {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        box-sizing: border-box;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mensagem-retorno-erro {
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
    }

    .mensagem-retorno-sucesso {
        background: #d6ffd2;
        color: #0a6800;
        border: 1px solid #7bb176;
    }

    .table-data-result {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .titulo-admin-interno {
        margin-top: 50px;
        font-size: 26px;
        font-weight: 300;
        color: #222222;
        overflow: hidden;
    }

    .titulo-admin-interno a {
        display: inline-block;
        background: #5cb85c;
        border: 1px solid #4cae4c;
        color: white;
        box-sizing: border-box;
        font-size: 28px;
        font-weight: bold;
        height: 40px;
        width: 45px;
        float: right;
        text-align: center;
    }

    .dataTables_wrapper {
        font-size: 12px;
    }

    .dataTables_filter {
        margin-bottom: 45px;
    }

    .dataTables_filter input {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        outline: none;
        box-sizing: border-box;
        width: 250px;
        font-size: 12px;
        padding-left: 5px;
        margin-top: 10px;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 45px;
    }

    .dataTables_paginate a {
        font-size: 12px;
        margin-top: 10px;
    }

    .dataTables_wrapper thead th, .dataTables_wrapper tfoot th {
        text-align: left;
    }

    .dataTables_wrapper thead th:last-child, .dataTables_wrapper tfoot th:last-child, .dataTables_wrapper tbody tr td:last-child {
        width: 130px;
        text-align: center;
    }

    .dataTables_wrapper tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-sizing: border-box;
    }

    .dataTables_wrapper tbody tr:not(:first-child) td {
        border-top: 1px dotted #d6d6d6 !important;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        cursor: pointer;
        width: 30px;
    }

    .excluirDataTable {
        background: #d9534f;
        border: 1px solid #d43f3a;
        display: inline-block;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
        width: 30px;
    }

    .editarDataTable img, .excluirDataTable img {
        height: 10px;
    }

    .dialog {
        display: none;
        padding: 30px;
        box-sizing: border-box;
    }

    .conteudo-dialog {
        border: 1px solid #d6d6d6;
        padding: 20px;
        box-sizing: border-box;
    }

    .titulo-dialog {
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .frase-informativa-dialog {
        border-top: 1px dotted #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .botoes-exclusao-dialog {
        text-align: center;
    }

    .botoes-exclusao-dialog span {
        width: 100px;
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
    }

    .botoes-exclusao-dialog span:first-child {
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }

    .botoes-exclusao-dialog span:last-child {
        border: 1px solid #cccccc;
    }

    .ui-dialog-titlebar-close {
        outline-width: 0px !important;
        outline: none !important;
    }

    .ui-dialog-titlebar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
        background: #f1f1f1 !important;
    }

    input[type="file"] {
        display: none;
    }

    .fake-file {
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .fake-filename {
        text-align: center;
        display: block;
        margin-top: 5px;
    }

    .botao-acao-100 {
        width: 100% !important;
        margin-bottom: -36px;
    }

    .invisivel {
        visibility:  hidden;
    }

    .imagem-simples-upload {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

    .textarea-chamada {
        min-height: 100px;
        max-height: 100px;
    }

    .logout {
        padding-left: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        border-left: 1px solid white;
        color: #d11010;
        cursor: pointer;
    }

    .lista-imagens-galeria {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .lista-imagens-galeria li {
        float: left;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

    .lista-imagens-galeria li:nth-child(3n+3) {
        margin-right: 0px;
    }

    .lista-imagens-galeria li img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .lista-imagens-galeria li:nth-child(n+4) {
        margin-top: 35px;
    }

    .excluirImagemGaleria {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }
}
@media screen and (min-width: 960px) AND (max-width: 1169px) {
    .conteudo {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #login {
        width: 310px;
        margin: 0 auto;
        top: 50%;
        position: relative;
    }

    #box-login {
        border: 1px solid #d6d6d6;
    }

    #header-box-login {
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;
    }

    #form-login {
        padding: 30px;
        box-sizing: border-box;
    }

    .mensagem-erro, .mensagem-erro-geral {
        display: none;
        width: 100%;
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .mostrar-mensagem {
        display: block;
        margin-top: 5px;
    }

    form label {
        display: block;
        margin-bottom: 7px;
        font-weight: bold;
    }

    form input, form select {
        width: 100%;
        box-sizing: border-box;
        padding: 7px;
    }

    form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        box-sizing: border-box;
        padding: 7px;
    }

    form button:not(.fr-btn) {
        width: 100%;
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

    form li:not(:first-child) {
        margin-top: 30px;
    }

    form button:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

    form a {
        color: #337ab7;
        display: block;
    }

    .rights {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .rights a {
        color: #337ab7;
    }

    .button-loader {
        height: 15px;
    }

    header {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #222222;
        color: white;
        box-sizing: border-box;
        font-weight: 300;
    }

    header .conteudo {
        overflow: hidden;
    }

    .nome-admin {
        font-size: 30px;
        float: left;
    }

    .usuario-logado {
        position: relative;
        top: 12px;
        float: right;
    }

    .li-divisao-4 {
        overflow: hidden;
    }

    .li-divisao-4 li {
        width: calc((100% - 60px) / 3);
        box-sizing: border-box;
        margin-right: 30px;
        padding: 15px;
    }

    .li-divisao-4 li:nth-child(3n+3) {
        margin: 0px;
    }

    .li-divisao-4 li:nth-child(n+4) {
        margin-top: 30px;
    }

    #dashboard-conteudo {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    #dashboard-conteudo li {
        border: 1px solid #d6d6d6;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .icone-dashboard {
        height: 50px;
        margin-bottom: 10px;
    }

    .nome-item-dashboard {
        display: block;
        margin-bottom: 20px;
    }

    .botoes-acao-dashboard a img {
        height: 12px;
    }

    .botoes-acao-dashboard {
        overflow: hidden;
    }

    .botoes-acao-dashboard a {
        float: left;
        width: calc(100%/2);
        background: white;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .botoes-acao-dashboard a:first-child {
        border: 1px solid #d6d6d6;
    }

    .botoes-acao-dashboard a:last-child {
        border: 1px solid #5cb85c;
        background: #5cb85c;
        color: white;
    }

    .link-rapido {
        margin-top: 35px;
        font-size: 12px;
    }

    .link-rapido a {
        font-size: 12px;
    }

    .link-rapido-ativo {
        color: #4a88be;
    }

    .form-admin {
        margin-top: 55px;
        padding-bottom: 35px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botao-form-admin {
        width: 150px !important;
    }

    .mensagem-retorno {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        box-sizing: border-box;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mensagem-retorno-erro {
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
    }

    .mensagem-retorno-sucesso {
        background: #d6ffd2;
        color: #0a6800;
        border: 1px solid #7bb176;
    }

    .table-data-result {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .titulo-admin-interno {
        margin-top: 70px;
        font-size: 40px;
        font-weight: 300;
        color: #222222;
        overflow: hidden;
    }

    .titulo-admin-interno a {
        display: inline-block;
        background: #5cb85c;
        border: 1px solid #4cae4c;
        color: white;
        box-sizing: border-box;
        font-size: 40px;
        font-weight: bold;
        height: 55px;
        width: 60px;
        float: right;
        text-align: center;
    }

    .dataTables_wrapper {
        font-size: 12px;
    }

    .dataTables_filter {
        margin-bottom: 45px;
    }

    .dataTables_filter input {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        outline: none;
        box-sizing: border-box;
        width: 250px;
        font-size: 12px;
        padding-left: 5px;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 45px;
    }

    .dataTables_paginate a {
        font-size: 12px;
    }

    .dataTables_wrapper thead th, .dataTables_wrapper tfoot th {
        text-align: left;
    }

    .dataTables_wrapper thead th:last-child, .dataTables_wrapper tfoot th:last-child, .dataTables_wrapper tbody tr td:last-child {
        width: 130px;
        text-align: center;
    }

    .dataTables_wrapper tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-sizing: border-box;
    }

    .dataTables_wrapper tbody tr:not(:first-child) td {
        border-top: 1px dotted #d6d6d6 !important;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        width: 50px;
    }

    .excluirDataTable {
        background: #d9534f;
        border: 1px solid #d43f3a;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        margin-left: 10px;
        cursor: pointer;
        width: 50px;
    }

    .editarDataTable img, .excluirDataTable img {
        height: 12px;
    }

    .dialog {
        display: none;
        padding: 30px;
        box-sizing: border-box;
    }

    .conteudo-dialog {
        border: 1px solid #d6d6d6;
        padding: 20px;
        box-sizing: border-box;
    }

    .titulo-dialog {
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .frase-informativa-dialog {
        border-top: 1px dotted #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .botoes-exclusao-dialog {
        text-align: center;
    }

    .botoes-exclusao-dialog span {
        width: 100px;
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
    }

    .botoes-exclusao-dialog span:first-child {
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }

    .botoes-exclusao-dialog span:last-child {
        border: 1px solid #cccccc;
    }

    .ui-dialog-titlebar-close {
        outline-width: 0px !important;
        outline: none !important;
    }

    .ui-dialog-titlebar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
        background: #f1f1f1 !important;
    }

    input[type="file"] {
        display: none;
    }

    .fake-file {
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
    }

    .botao-acao-100 {
        width: 100% !important;
        margin-bottom: -36px;
    }

    .invisivel {
        visibility:  hidden;
    }

    .imagem-simples-upload {
        width: 200px;
        margin-top: 30px;
        display: inline-block;
        margin-right: 20px;
        clear: both;
    }

    .textarea-chamada {
        min-height: 100px;
        max-height: 100px;
    }

    .logout {
        padding-left: 15px;
        margin-left: 15px;
        box-sizing: border-box;
        border-left: 1px solid white;
        color: #d11010;
        cursor: pointer;
    }

    .lista-imagens-galeria {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .lista-imagens-galeria li {
        float: left;
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
    }

    .lista-imagens-galeria li:nth-child(5n+5) {
        margin-right: 0px;
    }

    .lista-imagens-galeria li img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .lista-imagens-galeria li:nth-child(n+6) {
        margin-top: 35px;
    }

    .excluirImagemGaleria {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    } 
}
@media screen and (min-width: 1280px) {
    .conteudo {
        width: 1170px;
        margin: 0 auto;
    }

    #login {
        width: 310px;
        margin: 0 auto;
        top: 50%;
        position: relative;
    }

    #box-login {
        border: 1px solid #d6d6d6;
    }

    #header-box-login {
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #f5f5f5;
        border-bottom: 1px solid #d6d6d6;
    }

    #form-login {
        padding: 30px;
        box-sizing: border-box;
    }

    .mensagem-erro, .mensagem-erro-geral {
        display: none;
        width: 100%;
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .mostrar-mensagem {
        display: block;
        margin-top: 5px;
    }

    form label {
        display: block;
        margin-bottom: 7px;
        font-weight: bold;
    }

    form input, form select {
        width: 100%;
        box-sizing: border-box;
        padding: 7px;
    }

    form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 260px;
        max-height: 260px;
        box-sizing: border-box;
        padding: 7px;
    }

    form button:not(.fr-btn) {
        width: 100%;
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

    form li:not(:first-child) {
        margin-top: 30px;
    }

    form button:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

    form a {
        color: #337ab7;
        display: block;
    }

    .rights {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .rights a {
        color: #337ab7;
    }

    .button-loader {
        height: 15px;
    }

    header {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #222222;
        color: white;
        box-sizing: border-box;
        font-weight: 300;
    }

    header .conteudo {
        overflow: hidden;
    }

    .nome-admin {
        font-size: 30px;
        float: left;
    }

    .usuario-logado {
        position: relative;
        top: 12px;
        float: right;
    }

    .li-divisao-4 {
        overflow: hidden;
    }

    .li-divisao-4 li {
        width: calc((100% - 90px) / 4);
        box-sizing: border-box;
        margin-right: 30px;
        padding: 15px;
    }

    .li-divisao-4 li:nth-child(4n+4) {
        margin: 0px;
    }

    .li-divisao-4 li:nth-child(n+5) {
        margin-top: 30px;
    }

    #dashboard-conteudo {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    #dashboard-conteudo li {
        border: 1px solid #d6d6d6;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .icone-dashboard {
        height: 50px;
        margin-bottom: 10px;
    }

    .nome-item-dashboard {
        display: block;
        margin-bottom: 20px;
    }

    .botoes-acao-dashboard a img {
        height: 12px;
    }

    .botoes-acao-dashboard {
        overflow: hidden;
    }

    .botoes-acao-dashboard a {
        float: left;
        width: calc(100%/2);
        background: white;
        padding: 7px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .botoes-acao-dashboard a:first-child {
        border: 1px solid #d6d6d6;
    }

    .botoes-acao-dashboard a:last-child {
        border: 1px solid #5cb85c;
        background: #5cb85c;
        color: white;
    }

    .link-rapido {
        margin-top: 35px;
        font-size: 12px;
    }

    .link-rapido a {
        font-size: 12px;
    }

    .link-rapido-ativo {
        color: #4a88be;
    }

    .form-admin {
        margin-top: 55px;
        padding-bottom: 35px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botao-form-admin {
        width: 150px !important;
    }

    .mensagem-retorno {
        width: 100%;
        padding: 15px;
        font-size: 12px;
        box-sizing: border-box;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mensagem-retorno-erro {
        background: #f2dede;
        color: #a94446;
        border: 1px solid #ebccd1;
    }

    .mensagem-retorno-sucesso {
        background: #d6ffd2;
        color: #0a6800;
        border: 1px solid #7bb176;
    }

    .table-data-result {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .titulo-admin-interno {
        margin-top: 70px;
        font-size: 40px;
        font-weight: 300;
        color: #222222;
        overflow: hidden;
    }

    .titulo-admin-interno a {
        display: inline-block;
        background: #5cb85c;
        border: 1px solid #4cae4c;
        color: white;
        box-sizing: border-box;
        font-size: 40px;
        font-weight: bold;
        height: 55px;
        width: 60px;
        float: right;
        text-align: center;
    }

    .dataTables_wrapper {
        font-size: 12px;
    }

    .dataTables_filter {
        margin-bottom: 45px;
    }

    .dataTables_filter input {
        border: none;
        border-bottom: 1px solid #d6d6d6;
        outline: none;
        box-sizing: border-box;
        width: 250px;
        font-size: 12px;
        padding-left: 5px;
    }

    .dataTables_info, .dataTables_paginate {
        margin-top: 45px;
    }

    .dataTables_paginate a {
        font-size: 12px;
    }

    .dataTables_wrapper thead th, .dataTables_wrapper tfoot th {
        text-align: left;
    }

    .dataTables_wrapper thead th:last-child, .dataTables_wrapper tfoot th:last-child, .dataTables_wrapper tbody tr td:last-child {
        width: 130px;
        text-align: center;
    }

    .dataTables_wrapper tbody tr td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        box-sizing: border-box;
    }

    .dataTables_wrapper tbody tr:not(:first-child) td {
        border-top: 1px dotted #d6d6d6 !important;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 8px;
        text-align: center;
    }

    .editarDataTable {
        background: #f0ad4e;
        border: 1px solid #eea236;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        width: 50px;
    }

    .excluirDataTable {
        background: #d9534f;
        border: 1px solid #d43f3a;
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        margin-left: 10px;
        cursor: pointer;
        width: 50px;
    }

    .editarDataTable img, .excluirDataTable img {
        height: 12px;
    }

    .dialog {
        display: none;
        padding: 30px;
        box-sizing: border-box;
    }

    .conteudo-dialog {
        border: 1px solid #d6d6d6;
        padding: 20px;
        box-sizing: border-box;
    }

    .titulo-dialog {
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .frase-informativa-dialog {
        border-top: 1px dotted #d6d6d6;
        border-bottom: 1px dotted #d6d6d6;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .botoes-exclusao-dialog {
        text-align: center;
    }

    .botoes-exclusao-dialog span {
        width: 100px;
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
    }

    .botoes-exclusao-dialog span:first-child {
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }

    .botoes-exclusao-dialog span:last-child {
        border: 1px solid #cccccc;
    }

    .ui-dialog-titlebar-close {
        outline-width: 0px !important;
        outline: none !important;
    }

    .ui-dialog-titlebar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
        background: #f1f1f1 !important;
    }

    input[type="file"] {
        display: none;
    }

    .fake-file {
        background: #337ab7;
        border: 1px solid #2e6da4;
        box-sizing: border-box;
        padding: 10px;
        color: white;
        cursor: pointer;
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
    }

    .botao-acao-100 {
        width: 100% !important;
        margin-bottom: -36px;
    }

    .invisivel {
        visibility:  hidden;
    }

    .imagem-simples-upload {
        width: 200px;
        margin-top: 30px;
        display: inline-block;
        margin-right: 20px;
        clear: both;
    }

    .textarea-chamada {
        min-height: 100px;
        max-height: 100px;
    }

    .logout {
        padding-left: 15px;
        margin-left: 15px;
        box-sizing: border-box;
        border-left: 1px solid white;
        color: #d11010;
        cursor: pointer;
    }

    .lista-imagens-galeria {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .lista-imagens-galeria li {
        float: left;
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
    }

    .lista-imagens-galeria li:nth-child(5n+5) {
        margin-right: 0px;
    }

    .lista-imagens-galeria li img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .lista-imagens-galeria li:nth-child(n+6) {
        margin-top: 35px;
    }

    .excluirImagemGaleria {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        background: #d9534f;
        border: 1px solid #d43f3a;
        color: white;
    }
}