@media (min-width: 980px) {
    body {
        padding-top: 0px;
    }
}

.table > thead > tr > td.inactive,
.table > tbody > tr > td.inactive,
.table > tfoot > tr > td.inactive,
.table > thead > tr.inactive > td,
.table > tbody > tr.inactive > td,
.table > tfoot > tr.inactive > td {
  color: #888 !important;
  background-color: #eee !important;
  border-color: #d6e9c6;
} 

.navbar {
    margin-bottom: 10px !important;
}
td[rowspan], th[rowspan] {
    vertical-align: middle !important;
}
.sidebar-nav {
    padding: 9px 0;
}
table {
    max-width: none !important;
}
td, th {
    white-space: normal;
}
td {
}
.money {
    text-align: right !important;
}
.thumbnails h3 {
    margin-top: 0;
}

.thumbnail {
    padding: 0;
}
.thumbnails {
    margin-bottom: 0px;
}
.caption {
    padding: 0;
    overflow: auto;
}

.btn-up {
    margin-bottom: 9px !important;
}
.check-up {
    margin: 5px !important;
    margin-bottom: 13px !important;

}

.inline-label {
    display: inline-block;
    margin-bottom: 9px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

@media screen {
    @page {size: landscape}
    .hidden-print {display:block}
    .display-print {display:none}
}

@media print {
    @page {size: landscape}
    .hidden-print {display:none}
    .display-print {display:block}
    * { 
        margin: 1px !important; 
        padding: 1px !important; 
        text-shadow: none !important; 
        color: black !important; 
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
    }
    #controls, .footer, .footerarea{ display: none; }
    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height:100%; 
        overflow: hidden;
        background: #FFF; 
        font-size: 9.5pt;
    }
    li { margin: 0 0 10px 20px !important;}
    table, tbody, thead, tr, th, td {
        background-color: white !important;
    }
}

.progress {
    position: relative;
}
.progress .bar {
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
}
.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* bootstrap-progressbar horizontal styles */

.progress.right .bar {
    right: 0;
}
.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

/* bootstrap-progressbar vertical styles */

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 20px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(left, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(left, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to right, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=1);
}
.progress.vertical.bottom {
    position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
    position: absolute;
    bottom: 0;
}
.progress.vertical .bar {
    width: 100%;
    height: 0;
    background-color: #0480be;
    background-image: -moz-linear-gradient(left, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(left, #149bdf, #0480be);
    background-image: -o-linear-gradient(left, #149bdf, #0480be);
    background-image: linear-gradient(to right, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=1);
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.progress.vertical.bottom .bar {
    position: absolute;
    bottom: 0;
}
.progress-danger.vertical .bar,
.progress.vertical .bar-danger {
    background-color: #c43c35;
    background-image: -moz-linear-gradient(left, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(left, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(left, #ee5f5b, #c43c35);
    background-image: linear-gradient(to right, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=1);
}
.progress-success.vertical .bar,
.progress.vertical .bar-success {
    background-color: #57a957;
    background-image: -moz-linear-gradient(left, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(left, #62c462, #57a957);
    background-image: -o-linear-gradient(left, #62c462, #57a957);
    background-image: linear-gradient(to right, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=1);
}
.progress-info.vertical .bar,
.progress.vertical .bar-info {
    background-color: #339bb9;
    background-image: -moz-linear-gradient(left, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(left, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(left, #5bc0de, #339bb9);
    background-image: linear-gradient(to right, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=1);
}
.progress-warning.vertical .bar,
.progress.vertical .bar-warning {
    background-color: #f89406;
    background-image: -moz-linear-gradient(left, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(left, #fbb450, #f89406);
    background-image: -o-linear-gradient(left, #fbb450, #f89406);
    background-image: linear-gradient(to right, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=1);
}
.error {
    color: #B94A48 !important;
}
.warning {
    color: #C09853 !important;
}
.success {
    color: #468847 !important;
}
.info {
    color: #3A87AD !important;
}
legend {
    margin-bottom: 10px !important;
}
.alert {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-radius: 0 !important;
    width: 100% !important;
}
.form-horizontal .form-group {
    margin-bottom: 5px !important;
    clear:left;
}
.accordion {
    margin-bottom: 0 !important;
}

.modal-widget {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 300px !important;
    margin: 0 !important;
}

label {
    margin-right: 5px !important;
}

.mybox {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(150,150,150,0.3);
    outline: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    overflow:auto;
}

@media all {
    .page-break	{ display: none; }
}

@media print {
    .page-break	{ display: block; page-break-before: always; }
}
@media print {
    body {
        font-size: 10px !important;
        overflow-x: visible;
        overflow-y: visible;
    }
    h3 {
        font-size: 15px !important;
    }
    legend {
        border: none !important;
    }

    .table-bordered {
        border: 1px solid #dddddd;
        border-collapse: separate;
        *border-collapse: collapse;
        border-left: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child > th:first-child,
    .table-bordered tbody:first-child tr:first-child > td:first-child,
    .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
    }

    .table-bordered thead:first-child tr:first-child > th:last-child,
    .table-bordered tbody:first-child tr:first-child > td:last-child,
    .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
    }

    .table-bordered thead:last-child tr:last-child > th:first-child,
    .table-bordered tbody:last-child tr:last-child > td:first-child,
    .table-bordered tbody:last-child tr:last-child > th:first-child,
    .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
    }

    .table-bordered thead:last-child tr:last-child > th:last-child,
    .table-bordered tbody:last-child tr:last-child > td:last-child,
    .table-bordered tbody:last-child tr:last-child > th:last-child,
    .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
    }

}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border linear .2s,box-shadow linear .2s;
  width: 206px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.div-input-prepend {
    display: inline-block;
}
.div-input-prepend input {
    margin-right: .3em;
}
.div-input-group {
    border-radius: 4px;
    border: 1px solid #ccc !important;
}
.input-group select, .input-group textarea, .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="datetime"], .input-group input[type="datetime-local"], .input-group input[type="date"], .input-group input[type="month"], .input-group input[type="time"], .input-group input[type="week"], .input-group input[type="number"], .input-group input[type="email"], .input-group input[type="url"], .input-group input[type="search"], .input-group input[type="tel"], .input-group input[type="color"], .input-group .uneditable-input {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.keyboard {
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  border: 1px solid #ccc !important;
  border-bottom-color: #b3b3b3 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.form-horizontal .controls {
  margin-left: 180px;
}
.input-append {
    border-radius: 4px 0 0 4px !important;
}

.input-prepend {
    border-radius: 0 4px 4px 0 !important;
}
.form-actions {
    padding-left:160px;
}
.small-input {
    width: 80px !important;
}
.input-small {
    width: 90px !important;
    height: 30px;
    padding: 5px 10px;
}
.input-medium {
    width: 140px !important;
    height: 30px;
    padding: 5px 10px;
}
.radio-check-group {
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border linear .2s,box-shadow linear .2s;
  width: 206px;
}
td.actions {
    text-align: center;
    white-space: nowrap;
    text-align:right;
}
.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
  display: inline-block !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.tabs-below, .tabs-right, .tabs-left {
  .nav-tabs {
    border-bottom: 0;
  }
}
 
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
 
.tab-content > .active,
.pill-content > .active {
  display: block;
}
 
.tabs-left  .nav-tabs  li, .tabs-right .nav-tabs li {
    float: none;
 }
.tabs-left  .nav-tabs  a, .tabs-right .nav-tabs a {
      min-width: 74px;
      margin-right: 0;
      margin-bottom: 3px;
}
 
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
 }
 .tabs-left .nav-tabs li a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs li a, .tabs-left .nav-tabs li a:hover, .tabs-left .nav-tabs li a:focus {
    border-color: #eee #ddd #eee #eee;
}
 
.tabs-left .nav-tabs .active a, .tabs-left .nav-tabs .active a:hover, .tabs-left .nav-tabs .active a:focus {
    border-color: #ddd #fff #ddd #ddd !important;
}

.error-message {
    color: #b94a48;
    float: left;
    padding-top: 3px;
    padding-left: 8px;
}

.nav-pills>li>a {
  padding: 6px 10px !important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.form-error {
    color: #b94a48;
}

.form-group.error input, .form-group.error select, .form-group.error textarea {
  color: #b94a48 !important;
  border-color: #b94a48 !important;
  float: left;
}

.content {
    margin: 10px;
    padding: 10px;
}
/*
@media (min-width: 768px) and (max-width: 992px){
    .container{
        padding-left: 15px !important;
    }
}*/
.input-group {
    margin-top: 4px;
    margin-bottom: 4px;
}
.well {
    padding:10px !important;
}
.checkbox-group {
    display: inline-block;
    padding: 0 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
}
.footer {
    clear: both;
}

@media (max-width: 767px){
    .app {
        overflow: visible;
    }
}

@media (max-width: 767px){
    .app-content {
        overflow: visible;
        margin-left:12px;
    }
}

.form-horizontal .control-label {
  display: block;
  float: left;
  width: 160px;
  margin-bottom: 0;
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin-top: 12px !important;
}
.app-content-body {
    margin-bottom:40px;    
}
#header{
    background:#00549a;
}

.checkbox-group .checkbox input[type="checkbox"] {
  margin-top: 5px !important;
}

.painel-monitoramento-1, .painel-monitoramento-2 {
    margin:15px;
    border:1px solid #DDD;
    height:230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.painel-monitoramento-1 {
    background-color:#eee;
    color:#23b7e5 !important;
}

.painel-monitoramento-2 {
    background-color:#23b7e5;
    color:#fff !important;
}

.painel-monitoramento-1:hover, .painel-monitoramento-2:hover {
    background-color:#7266ba;
    color:#fff !important;
}
.painel-monitoramento-1 i, .painel-monitoramento-2 i{
    font-size:28px;
}

.painel-monitoramento-1 h1, .painel-monitoramento-2 h1{
    font-size:28px;
    margin-top:5px;
}

.app-aside-folded .navi ul.nav li.nav-sub-header-painel {
    display:none !important;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
