@charset "UTF-8";

html, body { height: 100%; }
#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -101px; }
.page { padding-top: 110px; }
.page-header { margin-bottom: 20px; padding-bottom: 5px }
#push { height: 110px; }
#footer { height: 90px; }
#footer { border-top: 1px solid #999; padding-top: 10px; }

#sidenav.affix { width: 14.5299%; }
@media (min-width:768px) {
.modal .dl-horizontal dt { width: 30%; }
.modal .dl-horizontal dd { margin-left: 31%; }
}
@media (min-width:1200px) {
.modal .dl-horizontal dt { width: 20%; }
.modal .dl-horizontal dd { margin-left: 21%; }
}

#signin #footer { margin-top: 2em; }
#autosave { position: fixed; top: 130px; right: 20px; }
@media (max-width: 767px) { #footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } }

#footer, .tips { font-size: 75%; }
a.brand { width: 182px; height: 40px; position: absolute; left: 20px; /*background: url(../images/logo.png) 30px 2px no-repeat;*/ padding-bottom: 0px !important; padding-top: 0px !important; }
#nav .navbar-inner { padding-left: 70px; }

#subnav { top: 42px; z-index: 1000 !important; }
#subnav .nav > li > a { height: 42px; padding-top: 8px; }
#subnav .nav > li { border-left: 1px solid #8F96A1; border-right: 1px solid #626973; height: 60px; list-style: none outside none; min-width: 90px; }
#subnav .nav { border-left: 1px solid #626973; border-right: 1px solid #8F96A1; display: inline-block; height: 60px; margin: 0; padding: 0; }
#subnav .navbar-inner {  height: 60px; padding-left: 20px; }

.nav li.new .icon-asterisk { position: relative; top: -76px; right: -12px; color: #ffb955; font-size: 1.4em; text-shadow: 4px 4px 2px #666666; }

.well form { margin: 0; }
td .progress { margin-bottom: 0; }
/*tr .btn,*/ tr .sel-status  { visibility: hidden; }
/*tr:hover .btn,*/ tr:hover .sel-status { visibility: visible; }
td > input[type="text"] { margin-bottom: 0; }
.table-middle td { vertical-align: middle !important; }

.btn-shift-left { position: relative; left: -31px; }
.selectable { cursor: pointer; }
label.selectable:hover { background-color: #f9f9f9; }

.table-subheader td { font-weight: bold; background-color: #f9f9f9; padding-top: 10px; padding-bottom: 10px; }
.table-resume {}
.table-resume tr {}
.table-resume td, .table-resume th { border-top: none; border-bottom: 1px dotted #ddd; }

.popover { width: auto !important; max-width: none; }
.popover-inner { font-size: 75%; white-space: nowrap; }

.desabilitado { text-decoration: line-through; }

.toolbar { margin-bottom: 1em; }
.vertical-spacer { height: 3em; }
th:empty { width: 3em; }
th.lcl:empty { width: 9em; }

.jstree-spacer { left: 10em; position: absolute; font-weight: bold; }
.jstree a { position: relative; }

.hr-separator { margin: 40px 0 39px; }

.hidden { display: none; }

#carregamento_soma { font-size: 30px; vertical-align: middle; }

label.control-label[class*="span"] { min-height: 20px !important; }

.upper { text-transform: uppercase; }

.nowrap { white-space: nowrap; }

.no-results { color: #999; text-align: center !important; vertical-align: middle !important; height: 4em; border-bottom: 1px solid #ddd; }
.no-results:hover { background-color: #fff !important; }
.no-results-slim { color: #999; text-align: center !important; border-bottom: 1px solid #ddd; }

.input-tiny { width: 2em ; }
.input-stacked a.file-input-wrapper { margin-bottom: 3px; }
.input-stacked span.file-input-name:after { content: "\A"; white-space: pre; }

.well-label { vertical-align: middle; }
.well-highlight {
  color: #666;
  background-color: #FFE071 ;
  border-color: #EEC945;
}
#user-menu { margin-right: 20px; }

.input-append { display: block; }
.help-inline { margin-bottom: 10px; }

.dashboard-item { position: relative; margin: 15px 0; background-color: #fff; }
.dashboard-item-label { background-color: #666; color: #fff; padding: 0 8px; line-height: 30px; height: 32px; border: 1px solid #333; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.dashboard-item-label h4 { margin: 5px 0; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #fff; font-weight: bold;  }
.dashboard-item-body { padding: 8px 4px 16px 4px; border: 1px solid #333; border-top: none; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.dashboard-item-footer { font-weight: bold; position: absolute; bottom: 0px; right: 0px; padding: 3px 7px; background-color: #666; border: 1px solid #333; color: #f9f9f9; -webkit-border-radius: 4px 0 4px 0; -moz-border-radius: 4px 0 4px 0; border-radius: 4px 0 4px 0; }
.dashboard-item-footer a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #fff; font-size: 90%; }
.dashboard-item-warning .dashboard-item-label, .dashboard-item-warning .dashboard-item-footer { border-color: #C54C00; background-color: #D47500; }
.dashboard-item-warning .dashboard-item-footer a { color: #fff; }
.dashboard-item-warning .dashboard-item-body { border-color: #C54C00; }
.dashboard-item-info .dashboard-item-label, .dashboard-item-info .dashboard-item-footer { border-color: #11ADF1; color: #fff; background-color: #3399F3; }
.dashboard-item-info .dashboard-item-footer a { color: #fff; }
.dashboard-item-info .dashboard-item-body { border-color: #11ADF1; }
.dashboard-item-success .dashboard-item-label, .dashboard-item-success .dashboard-item-footer { border-color: #4B9F1D; color: #fff; background-color: #3CB521; }
.dashboard-item-success .dashboard-item-footer a { color: #fff; }
.dashboard-item-success .dashboard-item-body { border-color: #4B9F1D; /*background-color: #dff0d8;*/ }
.dashboard-item-error .dashboard-item-label, .dashboard-item-error .dashboard-item-footer { border-color: #BE001E; color: #fff; background-color: #CD0200; }
.dashboard-item-error .dashboard-item-footer a { color: #fff; }
.dashboard-item-error .dashboard-item-body { border-color: #BE001E; /*background-color: #f2dede;*/ }

.tr-number { text-align: center !important; }
.td-number { text-align: right !important; }
.tr-editing { opacity: 0.3; }
.tr-success > td { background-color: #ccebc5; }
.tr-success:hover > td { background-color: #80cf6e !important; color: #fff; }
.tr-warning > td { background-color: #f3dabb; }
.tr-warning:hover > td { background-color: #e1a357 !important; color: #fff; }
.tr-error > td { background-color: #f1bdbc; }
.tr-error:hover > td { background-color: #de5a59 !important; color: #fff; }
.tr-error.muted > td { color: #fff; }
.tr-info > td { background-color: #cbd4dd; }
.tr-info:hover > td { background-color: #7d94ac !important; color: #fff; }

.tr-search-result > td { font-weight: bold; }

.house.tr-warning > td { background-color: #EFCEA5; }
.house.tr-success > td { background-color: #BBE4B2; }
.house.tr-error > td { background-color: #ECA8A6; }
.house.tr-info > td { background-color: #BBC7D2; }

/*.house td:not(:first-child) { padding-left: 1em; }*/
.house td:first-child:before { content: "\f0da"; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none; background-position: 0% 0%; background-repeat: repeat; margin: 0 0.2em; }
.text-normal { color: #333; }
.modal form,
tr.control-group { margin-bottom: 0; }

#modalMsgForm #kind-selector, #modalMsg #multiple { margin: 1em 0 0 0; padding-top: 1em; border-top: 1px solid #DDD; }
#modalMsg .form-horizontal .control-label { width: auto !important; padding-right: 0.5em; }
#modalMsg .form-horizontal .control-group { margin-bottom: 0; }

#modalMsg #multiple { max-height: 300px; overflow: auto; }
#modalMsg #multiple table { margin-bottom: 0; }

.modal-error { background-color: #CD0200 !important; border-color: rgba(190, 0, 30, 0.3); color: #ffffff; }
.modal-error h3 { color: #fff; }
.modal-error p { color: #fff; }
.modal-error .modal-footer { background-color: #C40200; border-top-color: #B30200; box-shadow: 0 1px 0 #CD2B29 inset; }
.modal-error .modal-header { border-bottom-color: #B30200; }

.modal-success { background-color: #3CB521 !important; border-color: rgba(75, 159, 29, 0.3); color: #ffffff; }
.modal-success h3 { color: #fff; }
.modal-success p { color: #fff; }
.modal-success .modal-footer { background-color: #39AD20; border-top-color: #4B9F1D; box-shadow: 0 1px 0 #55AD42 inset; }
.modal-success .modal-header { border-bottom-color: #4B9F1D; }

.table tbody tr.success > td, .table tbody tr.error > td, .table tbody tr.info > td, .table tbody tr.warning > td { color: #fff }

.popover-content { color: #666 !important; }

.icon-umi-cntr { color: #990000; }
.icon-umi-cntr.muted { color: #CC8080; }
.icon-umi-cntr:before { content: ""; }
.icon-umi-pallet { color: #663300; }
.icon-umi-pallet.muted { color: #B29980; }
.icon-umi-pallet:before { content: ""; }
.icon-umi-other { color: #A37547; }
.icon-umi-other.muted { color: #D1BAA3; }
.icon-umi-other:before { content: ""; }

.icon-1-5x { font-size: 1.5em; }

.spacer-left { margin-left: 8px; }

ul.attachment-list {
    list-style: none;
}

ul.attachment-list li:before {
    content: "\f0c6";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    padding-right: 8px;
}

.form-info .control-group {
    margin-bottom: 0px;
}
.form-info .control-label {
    font-weight: bold;
}
.static-field {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    vertical-align: middle;
    white-space: nowrap;
    width: 206px;
}

.container-flex {
  display: flex;
}

.flex-col {
  height: 100%;
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex1 { flex: 1 }
.flex2 { flex: 2 }
.flex3 { flex: 3 }
.flex4 { flex: 4 }
.flex5 { flex: 5 }
.flex6 { flex: 6 }
.flex7 { flex: 7 }
.flex8 { flex: 8 }
.flex9 { flex: 9 }
.flex10 { flex: 10 }
.flex11 { flex: 11 }
.flex12 { flex: 12 }

/* relative width */
.wp5 { width: 5%; }
.wp10 { width: 10%; }
.wp15 { width: 15%; }
.wp20 { width: 20%; }
.wp25 { width: 25%; }
.wp30 { width: 30%; }
.wp35 { width: 35%; }
.wp40 { width: 40%; }
.wp45 { width: 45%; }
.wp50 { width: 50%; }
.wp55 { width: 55%; }
.wp60 { width: 60%; }
.wp65 { width: 65%; }
.wp70 { width: 70%; }
.wp75 { width: 75%; }
.wp80 { width: 80%; }
.wp85 { width: 85%; }
.wp90 { width: 90%; }
.wp95 { width: 95%; }

/* extras */
.divisor-left { border-left: 1px solid #eee; }
.divisor-right { border-right: 1px solid #eee; }
.divisor-top { border-top: 1px solid #eee; }
.divisor-bottom { border-bottom: 1px solid #eee; }

.overflow-a { overflow: auto; }
.unset-width { width: unset !important; }

.label-due, .badge-due {
  background-color: #9c27b0;
}

.message-body { padding: 1em; }
.message-replies { margin-left: 1em; }
.uneditable-input, .uneditable-textarea { color: #555 !important; }

.status-icon { 
  display: inline-block;
  padding: 4px 12px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
 }