#telaLogin {
	background-color: #97c2e3;
}
#telaLogin input {
	font-size: 1.5em;
	font-weight: bold;
	padding: 5;
}

#boxLogin {
	width: 250px;
	height: 260px;
	background-color: #eaebed;
	border: 2px solid #999;
}

#boxHeader {
	background-color: #eaebed;
	height: 46px;
}

#icone-modulo {
	margin: 20px 0 0 20px;
	text-align: center;
	float: left;
}

.div-central {
	padding: 10px;
}

#iptHipProduto, #iptHipProducao, #iptHipPerda,
#iptProgProduto, #iptProgProducao, #iptProgPerda {
	width: 90%;
	height: 25px;
	margin: 2px;
}

.programacaoHipper {
	width: 90%;
	margin-left: 15px;
}
.programacaoHipper > thead > tr > th,
.programacaoHipper > tbody > tr > td {
	padding: 0 3px;
}
.programacaoHipper > thead > tr > th {
	background-color: #999;
}

.barraCabec {
	float: right;
	margin-top: -18px;
	background-color: #efefef;
	padding: 3px;
	font-size: 0.85em;
}
.subDesc {
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #efefef;
	margin: 2px 0;
	padding: 2px;
	visibility: hidden;
}

.showDesc {
	visibility: visible;
}

#mdMotPerda .modal-content {
  height:500px;
  overflow:auto;
}

.status {
  height: 20px;
  width: 20px;
}

.table-default-margin{
	margin-top: 20px;
}

::-webkit-input-placeholder {
   text-transform: none;
}

:-moz-placeholder {
   text-transform: none;
}

::-moz-placeholder {
   text-transform: none;
}

:-ms-input-placeholder {
   text-transform: none;
}

@media only screen and (max-device-width : 992px){

  .panel-heading-btn .btn-xs.btn-circle{
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0px;
    border: medium none;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .panel-heading-btn{
    margin-top: -4px;
  }
}

.table-break-words td{
	word-break: break-all;
}

.default-margin-btn{
  margin-top: 22px;
}

.fc-head-container.fc-widget-header{
  padding: 0 0 0 0 !important;
}

.fc-row.fc-widget-header{
  padding: 0 0 0 0 !important;
}
