html, body {
    height: 100%;
}

#wrap {
    min-height: 80%;
}

#main {
    overflow: auto;
    padding-bottom: 150px;
    /* this needs to be bigger than footer height*/
}

.footer {
    position: relative;
    margin-top: -150px;
    /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

/* end fixed bottom */

body {
    background-color: transparent;
    color: #717171;
    /*font-family: "Poppins",Helvetica,Arial,sans-serif !important;*/
    font-size: 12px !important;
    background: #f5f5f5
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0 20px;
}

ul li {
    list-style: square;
    margin: 0;
    padding: 0;
}

/* fieldset */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 10px;
    text-align: justify;
}

fieldset .bordered, fieldset p {
    padding: 10px;
}

.bordered {
    border: 1px solid #888;
}

fieldset input {
    height: 12px !important;
    margin: 0;
}

fieldset label {
    padding: 0;
    margin: 0;
    border: 0;
}

fieldset .form-group {
    margin: 0;
    padding: 0 !important;
}

fieldset .checkbox, fieldset .radio {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

legend {
    display: block;
    padding: 0;
    margin-bottom: 0 !important;
    color: #ff6600;
    border: 0;
    width: auto;
    /*border-bottom: 1px solid #E5E5E5;*/
}

/* cores */

.green {
    color: #589d1a;
}

.red {
    color: #cc0a0a !important;
}

.blue {
    color: #2156c2;
}

.yellow {
    color: #f3a30c;
}

.orange {
    color: #fd802d;
}

.grey {
    color: #bbb;
}

.roxo {
    color: #a416f5
}

/**/

h2, h5 {
    border-bottom: 0px solid #ccc !important;
    padding-bottom: 0;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

h2 {
    font-size: 21px !important;
}

h5 {
    margin-top: 0;
    font-size: 2rem;
    color: #18293f;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bold {
    font-weight: bold;
}

.txtcenter {
    text-align: center;
}

.email {
    font-style: italic;
    color: #8080ff
}

.table {
    font-size: 12px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.tdIcons span {
    margin-right: 5px;
}

.featuredTitle {
    background: #172639;
    border: 0px solid #172639;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 1.3rem;
}

a {
    color: #172639;
    text-decoration: none;
}


#tblListaAtendimento>tbody>tr {
    cursor: pointer;
}

.footer {
    height: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    padding: 15px 0;
    font-size: 11px;
    background-color: #333;
    color: #9db1c5;
    bottom: 0;
    width: 100%;
    border: 0;
}

.noborder, .noborder td {
    border: 0 !important;
}

.listaSolicitanteDinamyc {
    z-index: 1;
    position: absolute;
    border: 1px solid #ccc;
    background: #eee;
    padding: 0;
}

.listaSolicitanteDinamyc li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px dotted #ddd;
}

.listaSolicitanteDinamyc li:hover {
    background: #ddd;
    cursor: pointer;
}

.divDescricaoProblema {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.documentoViewToPrint {
    /* padding: 15px; */
    /* border: 1px dashed #000; */
    font-size: 12px;
    color: #717171;
}

.documentoViewToPrint h4 {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
}

.documentoViewToPrint table tr td {
    padding: 5px 10px;
}

.padding10 {
    padding: 10px;
}

.table>tbody>tr>td {
    font-size: 13px;
}

.txtright {
    text-align: right;
}

.fontsize10 {
    font-size: 13px !important;
}

#tblListaAtendimento th, #tblListaAtendimento td {
    /* white-space: nowrap; */
    overflow: hidden;
}

.processandoEmail {
    content: url('../imgs/loading.gif');
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 5px;
}

.processadoEmail, .processadoEmailErro {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

label.error {
    font-size: 10px !important;
    color: #f00 !important;
    font-weight: normal !important;
}


.bgf3f3f3 {
    background: #f3f3f3;
}

.bgD {
    background: #ddd;
}

.italic {
    font-style: italic;
}


/*****************/
.btn {
    padding: 10px 20px !important;
    font-size: 12px !important;
    height: auto !important;
}

.btn-primary {
    color: #fff;
    background-color: #1abb9c;
    border-color: #1abb9c;
}

.btn-primary:hover {
    color: #1abb9c;
    background-color: transparent;
    border-color: #1abb9c;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1abb9c !important;
    border-color: #1abb9c !important;
}

.btn-secondary,
.btn-default {
    color: #fff;
    background-color: #717171;
    border-color: #717171;
}

.btn-secondary:hover,
.btn-default:hover {
    color: #fff;
    background-color: #484545;
    border-color: #484545;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1abb9c;
    border-color: #1abb9c;
}

.navbar-form {
    padding: 10px 15px 0px 0px;
    margin-top: 5px;
    margin-bottom: 25px;
}




.navbar-inverse {
    background: linear-gradient(75deg, #152232, #1b3350) !important;
    border-color: #152232;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.container {
    width: 100%;
}

.navbar-left {
    float: initial !important;
}

.navbar-form .form-group {
    display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;
    width: 40%;
}

@media (max-width: 3000px) and (min-width: 1361px) {
    .modal-dialog {
        width: 60%;
        margin: 30px auto;
    }
}

@media (max-width: 1360px) and (min-width: 1201px) {
    .modal-dialog {
        width: 70%;
        margin: 30px auto;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}

@media (max-width: 1024px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
}


.documentoViewToPrint h4 {
    color: #717171;
}






/*
* changing bootstrap defaults
*/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 9px 12px;
}

.bwell {
    min-height: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 98%;
    margin: 20px auto;
    overflow: hidden;
}

form#frmOrdemAtendimento {
    width: 95%;
    margin: 0 auto;
}

.navbar {
    border-radius: 0px;
}

.form-control {
    font-size: 12px;
    height: 40px;
    padding: 3px 6px;
    margin: 0px 10px 0px 0px;
    width: 100% !important;
}


/*.btn-primary:hover {*/
/*    color: #fff;*/
/*    background-color: #fd761c;*/
/*    border-color: #fd802d;*/
/*}*/
/**/
/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #fd8c41;*/
/*    border-color: #fd802d;*/
/*}*/

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

.table .noborder>td {
    border: 0px !important;
}

.table-hover tbody tr:hover {
    background: #ddd;
}

div.MultiFile-label {
    width: 150px;
    height: 150;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px;
    padding: 5px;
}

.MultiFile-label .MultiFile-title {
    font-size: 10px;
    display: block;
    line-height: 10px;
    margin: 5px;
    height: 30px;
    overflow: hidden;
}

.MultiFile-label .MultiFile-remove {
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}

.toUpperCase {
    text-transform: uppercase !important;
}


div#tblListaAtendimento_wrapper .col-sm-6 {
    width: 100%;
}

/* div#tblListaAtendimento_length {
    position: relative;
    top: -60px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    right: 6%;
}

table#tblListaAtendimento {
    position: relative;
    top: -4rem;
}
*/

div#tblListaAtendimento_length {
    position: absolute;
    top: -60px;
    float: right;
    right: 8%;
}

#tblListaAtendimento_wrapper .col-sm-12 {
    min-height: .01%;
    overflow-x: auto;
} 

@media (max-width:1360px) {
    .table>tbody>tr>td {
        font-size: 11px;
    }
}