html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px
}

body {
    background: url(../media/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:absolute;
    -webkit-print-color-adjust: exact;
}

.overlay {
    background: #fff;
    width:100%;
    opacity: 0.85;
    min-height:100%;
    float:left;
    position:absolute;
}

.alert{
  margin-top:6px;
  margin-bottom: 6px;
  padding: 5px;
}

/**
* Form Login
**/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header {
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #C6D7E6 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #C6D7E6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    /*height: 80px;*/
    margin-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*position: fixed;*/
    top:0;
    /*z-index: 999;*/
    left:0;
    width:100%;
}

header img {
    top:5px;
    left: 5px;
}

@media (max-width: 640px) {
  header h3
  {
    font-size:12px;
  }
}

@media (max-width: 800px) {
  header h3
  {
    font-size:16px;
  }
}
@media (max-width: 1024px) {
  header h3
  {
    font-size:18px;
  }
}

header h3 {
    border-radius: 4px;
    padding: 1px 3px;
    font-weight: normal;
    /*float: left;*/
    /*white-space: nowrap;*/

}

header .row {
    margin-bottom: 30px;
}
.container{
  width: 100%;
  height: 100%;
}
.container-fluid, .conteudo {
  /*margin-top:90px;*/
}



.table-condensed>tbody>tr>td {
    padding:1px 5px;
    vertical-align: middle;
}

.fixed {
    position:fixed;
    float:left;
}


.telefone {
    color: #eef;
    font-size: 1em;

}
.telefone ul{
  list-style: none;
  padding-left: 0;
}
.telefone li{
  margin-left: 15px;
}
.nav-tabs>li {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  border: 1px solid #DADADA;
  margin-left: 1px;
}

.nav-tabs>li>a {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;

}

.nav-tabs>li>a:hover {
  background-color:#ccc;
}
.content {
    background-color: rgba(255,255,255,0.9);
}

.msg {
    font-size: 10px;
    text-align: left;
    padding: 0px 10px;
}

/**
* recentes
**/

div.minimo-turbinavel, .table>tbody>.minimo-turbinavel>td {background-color: #ffb400;}
div.maximo-turbinavel, .table>tbody>.maximo-turbinavel>td {background-color: #fff000;}
div.dois-anos, .table>tbody>.dois-anos>td {background-color: #bb1b1b;}
div.cinco-anos, .table>tbody>.cinco-anos>td {background-color: #ff0000;}
div.dez-anos, .table>tbody>.dez-anos>td {background-color: #84873f;}
div.vinte-cinco-anos, .table>tbody>.vinte-cinco-anos>td {background-color: #6acf53;}
div.cinquenta-anos, .table>tbody>.cinquenta-anos>td {background-color: #3ba84b;}
div.cem-anos, .table>tbody>.cem-anos>td {background-color: #0e9cd7;}
div.quinhentos-anos, .table>tbody>.quinhentos-anos>td {background-color: #285fbb;}
div.mil-anos, .table>tbody>.mil-anos>td {background-color: #1e2c71; color:#fff;}
div.dez-mil-anos, .table>tbody>.dez-mil-anos>td {background-color: #910fa4; color:#fff;}
/*.warning, .table>tbody>.warning>td {background-color:#f2dede}
.danger, .table>tbody>.danger>td {background-color:#f26666}*/

#recentes h5 {
    font-size: 0.95em;
    background-color: #ccc;
    font-weight: bold;
    padding:10px 0;
    margin:0;
}



#recentes .table-condensed>tbody>tr>th {
    vertical-align: middle;
}

#recentes button.close {
    margin: 5px 5px;
}

#recentes ul.list-unstyled>li {
    border-bottom: 1px solid #cdcdcd;
}

#recentes ul.list-unstyled>li.last {
    border:none;
}

.estacao {
    border: 0;
    padding: 2px;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    width: 24%;
    height: 140px;
}


[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#recentes .col-sm-3 {
    cursor: move;
}

#recentes .col-sm-3 .over {
  border: 2px dashed #000;
}


.icon-chevron-up:before {
    content: " + ";
    font-weight: bold;
}

.icon-chevron-down:before {
    content: " - ";
    font-weight: bold;
}

.input-data {
    float:left;
    width:100px;
    position: relative;
}

/**
* Sidebar
**/

.sidebar {
  position: fixed;
  top: 55px;
  max-width: 180px;
  min-width: 80px;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #FFFFFF;
  border-right: 1px solid #C5C5C5;
  padding: 5px;
}

.nav-sidebar {
    margin-left: 0px;
    list-style:none;
}

.nav-sidebar > .active > a {
    color: #fff;
    background-color: #428bca;
    list-style:none;
}

.nav-sidebar > .active > a:hover {
    color: #428bca;
    background-color: #ddd;
}

.sub {
    margin-left: -30px;
    list-style:none;
}


/**
* Footer
**/

div .table {
  display: table;
}
.table-row .row {
  display: table-row;
}
.group {
  width: 250px;
  height: 50px;
  border-color: #d6e9c6;
  display: table-cell;
}

#arquivos ul li ul  {
  display: none;
  cursor: pointer;
}

#arquivos ul li  {
  cursor: pointer;
  color:#2a6496;
}

#footer {
    width: 100%;
    bottom: 0px;
    text-align: center;
}

.log-modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    width: 800px;
}

.apresente-se{
    border: 1px solid red;
}

.progress {
    position:relative;
}

.progress span {
    position: absolute;
    left:40%;
}


.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}

/*classes para drag'n drop na tabela de manutenção*/
.connectedSortable tr, .ui-sortable-helper {
/*    cursor: move;*/
}
.connectedSortable tr:first-child {
    cursor: default;
}

div.ui-datepicker{
 font-size:10px;
}


.panel-heading {
    padding: 1px 5px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCC -moz-use-text-color #FFF;
  border-style: solid none;
  border-width: 3px 0;
  margin: 18px 0;
}

.form-group:valid {
    border-color:#0f0;
}
.form-group:invalid {
    border-color:#f00;
}

#navigations{
  z-index:999;
}

input[type="radio"], input[type="checkbox"] {
  width:20px;
}

input[type="file"] {
    display: inline;
}

 textarea {
  width:420px;
  height: 100px;
}

.fieldset-bordered{
  border:1px solid #CCC;
  margin-top:20px;
}

.legend-bordered {
    display: block;
    width: auto;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-width: 0px 0px 1px;
    border-style: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.input-group-addon {
    text-align: left;
}

.input-group-linha {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 4px;
    white-space: nowrap;
}

.form-element{
  text-align:left;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-element:focus{
  border-color: blue;
}
.form-element-width{
  width:80%;
  text-align:left;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-element-width:valid {
    border-color: #0F0;
}
.form-element-width:invalid {
    border-color: #F00;
}
.form-element-width-noborder{
  width:420px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-element-group{
  line-height: 1.42857;
  display: table-row;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.botao{
  border: 1px solid transparent;
}

.btnMicro{
  width:50px;
}

.btnMini{
  width:75px;
}

.btnPequeno{
  width:100px;
}

.btnMediano{
  width:150px;
}

.btnMedio{
  width:200px;
}

.btnGrande{
  width:300px;
}

.btnExtra{
  width:400px;
}

.btnSuper{
  width:600px;
}

#navigations {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  padding: 0;

}

.stabled{
  position: fixed;
  top: -5px;
  box-shadow: 0 0 10px #002B36;
  background-color:#fff;
  -webkit-box-shadow: 0 0 40px #222;
  -moz-box-shadow: 0 0 40px #222;
   z-index:9999;
}

.stabled:hover{
  position: fixed;
  top: -5px;
  box-shadow: 0 0 10px #222;
  -webkit-box-shadow: 0 0 40px #222;
  -moz-box-shadow: 0 0 40px #222;
}

.linha{
  cursor:pointer;
}

.radio-inline label {
  padding-right:20px;
}


.text-white {
  color: #fff;
}

#logModal .modal-dialog {
    width: 1200px;
	margin: 50px;
}

#logModal .log-modal-content  {
    width: 100%;
}

.datas{
  width:130px;
}


.lista_cronograma{
  border: 1px solid #B1ADAD;
  border-radius: 6px;
  display: block;
  background-color: #FDFDFD;
  border: 1px solid #B1ADAD;
  border-radius: 6px;
}

.cronogramaObs{
    height:80px;
}
#checklist h4 {
  border-bottom: 1px solid #666;

}

.cronograma{
  position:relative;
}

.cronogramaAddRemove{
  position:absolute;
  z-index: 1;
  right: -14px;
  top: 40px;
}

.menu{
    color: #428BCA;
}

.menu-item {
    padding: 2px 3px;
    margin-bottom: 3px;
    list-style: none outside none;
    background-color: #F5F5F5;
    border-radius: 4px;
}

table {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*#searchclear {
    position: absolute;
    right: 20px;
    bottom: 52px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index:101;
}
*/
.rotacionar-90{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
}

.formulario-linha{
    border-bottom:1px solid #cdcdcd;
    padding: 10px;
    display: table-row;
}

.divtable {
  display: table;
}

.divtable-bordered div {
  border: 1px solid black;
}

.divtable-condenced div {
  padding: 2px;
}

.divrow {
  display: table-row;
}

.divrow-hover:hover {
  background-color: rgba(216,216,216, 0.5);
}

.divrow-head {
  font-weight: bold;
}

.divcell {
  display: table-cell;
  padding: 3px;
}

.divcell-condenced {
  display: table-cell;
  border-bottom: 1px solid silver;
  padding: 2px;
}


.status-hidrologico{
    padding:1px 1px;
    vertical-align: middle;
    font-size: 10px;
}

.status-hidrologico-div  {
    height: 100%;
    overflow-y: auto;
}

cite{
    font-size: 80%;
}

.link{
    text-decoration: underline;
    color: #1E90FF;
    cursor: pointer;
}

.nav-tabs > li{
  background-color: #E4E4E4;
}


.map {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #209CA6;
}


.col-md-1{
  padding: 2px;
}
.col-md-2{
  padding: 2px;
}
.col-md-3{
  padding: 2px;
}
.col-md-4{
  padding: 2px;
}
.col-md-5{
  padding: 2px;
}
.col-md-6{
  padding: 2px;
}
.col-md-7{
  padding: 2px;
}
.col-md-8{
  padding: 2px;
}
.col-md-9{
  padding: 2px;
}
.col-md-10{
  padding: 2px;
}
.col-md-11{
  padding: 2px;
}
.col-md-12{
  padding: 2px;
}

.progress{
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.thumbnail > img, .thumbnail p > canvas {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.select2-results {
    height: 400px;
}

.select2-results__options {
   max-height: 400px !important;
}

.table-hover > tbody > tr:hover > td{
    background-color: #9b94944d;
}

.inserirManutencao {
    visibility: hidden;
    margin-left: 20px;
}

div.dt-buttons {
    float: left;
}

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

.bold{
    font-weight: bold;
}