.cke_contents{
	height: 600px !important;
}

.box-form .row {
	margin: 0px -5px;
}

.box-form .col-xs-12 {
	padding: 0px 5px;
}

.required{
	color: red;	
}

.aui label{
	font-weight: bold;
}

.box-form {
	padding: 20px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.box-form .form-control, .box-form .btn {
	border-radius: 2px;
}
.box-form input,.box-form select{
	width: 100% !important;
}

.box-form .bold{
	font-weight: bold ;
}

/* .box-form .label-text{
	padding: 4px;
} */

.box-form  .head .title {
	color: #337ab7;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 5px;
}

.box-form  .head .desc {
	opacity: 0.7;
}

.box-form ul li, .box-form ul li a {
	font-weight: bold !important;
}

.aui .table {
	border-radius: 0px;
}

.aui .table>thead>tr>th, .aui .table td {
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background: #fff;
}

.aui .table>thead>tr>th {
	white-space: nowrap;
	background: #509bdc !important;
	color: #fff;
}

.aui .table tr:nth-child(2n+2) td {
	background: #f9f9f9;
}

.table .btn {
	padding: 2px 7px;
}

.aui .input.-search {
	padding-right: 0px !important;
}


.aui .help-block{
 	color: #D16E6C !important;
}

.search-results{
  	 padding: 0px !important;;
}

.noidunglct_lct .cke_contents{
	height: 600px !important;
}


$linhas: 10;
$alturaLinha: 20px;
$alturaTotal: $alturaLinha * $linhas;
$scrollTime: 10s;

@keyframes slideUp{
  0%{
    top: 0px;
  }
  100%{
    top: $alturaTotal*-1;
  }
}
.tabelaBody{
  height: 1000px;
  overflow: hidden;
  .slider{
    position: relative;
    animation: slideUp $scrollTime linear infinite;
    &:hover{
      animation-play-state: paused;
    }
    table{
      tr{
        td{
          
        }
      }
    }
  }
}
.noidunglct{
	background: #fff;
}

.noidunglct{
	margin-left: -10px !important;
}

.noidunglct .span12{
	margin-left: 0px !important;
}

.noidunglct {
	margin-right: 0px !important;
}