.btNewLinkTOP {
  display: none;
}

.campos_qtd {
  display: none;
}

.gridPanel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.formPanel {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.action-bar .btn {
  float: right;
  min-width: 120px;
  margin-left: 10px;
}

.action-bar::after {
  content: '';
  display: block;
  clear: both;
}

body, label, .checkbox label {
  font-weight: 300;
}

.checkbox label {
  padding-left: 0 !important;
}

.icheckbox_square-blue {
  margin-right: 5px;
}

.icheckbox_square-blue.focus {
  outline: 1px dotted #3C8DBC;
  outline-offset: 2px;
}

.btn i {
  margin-right: 13px;
  vertical-align: middle;
  top: -2px;
}

.icon-placeholder {
  padding-left: 27px;
}

.sidebar-menu>li.header {
  text-transform: uppercase;
}

.sidebar-menu > li.active > a {
  font-weight: 400;
}

/* Error list for form validation */
.alert-validation {
  font-weight: bold;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  text-align: center;
  font-size: 18px;
  padding: 20px;
  margin: 0;
  width: 100% !important;
}

#toast-container li {
  list-style: none;
}

/*------------*/
/* DataTables */
/*------------*/

.dataTable {
  table-layout: fixed;
  display: none; /* shown when loaded */
}

.dataTables_wrapper .pagination .disabled.next,
.dataTables_wrapper .pagination .disabled.previous {
   display: none;
 }

/* Responsive layout support */

.dataTable.collapsed {
  table-layout: auto;
}

.dataTable .c {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dataTable .w {
  cursor: pointer;
  overflow: hidden;
  text-overflow: initial;
  white-space: normal;
}

.dataTable.collapsed .c {
  white-space: normal;
}

.dataTables_wrapper {
  overflow: hidden;
}

/* Customize table header icons */

table.dataTable thead .sorting::after {
  font-family:'FontAwesome';
  top: 0;
  bottom: 0;
  line-height: 35px !important;
  opacity: 0.35;
  content: '\f0dc';
}
table.dataTable thead .sorting_asc::after {
  font-family:'FontAwesome';
  top: 0;
  bottom: 0;
  line-height: 35px !important;
  opacity: 0.35;
  content: '\f0dc';
  content: '\f0de';
}
table.dataTable thead .sorting_desc::after {
  font-family:'FontAwesome';
  top: 0;
  bottom: 0;
  line-height: 35px !important;
  opacity: 0.35;
  content: '\f0dc';
  content: '\f0dd';
}
table.dataTable thead .sorting_asc_disabled::after {
  font-family:'FontAwesome';
  top: 0;
  bottom: 0;
  line-height: 35px !important;
  opacity: 0.35;
  content: '\f0dc';
  content: '\f0de';
  opacity: 0.2;
}
table.dataTable thead .sorting_desc_disabled::after {
  font-family:'FontAwesome';
  top: 0;
  bottom: 0;
  line-height: 35px !important;
  opacity: 0.35;
  content: '\f0dc';
  content: '\f0dd';
  opacity: 0.2;
}

/*Zonas*/
.droptargetlist li.btn
{
	text-align:left;
	border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
	display: block;
    width: 100%;
	color: #333;
    background-color: #f4f4f4;
    border-color: #ccc;
	cursor:ew-resize;
}

/*checkboxs*/
input[type="checkbox"],
input[type="radio"]
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
    opacity:1;
	position:relative;
	width:22px;
	height:22px;
	border:none;

}
input[type="checkbox"]:focus,
input[type="radio"]:focus
{
	outline: none;
}
input[type="checkbox"]:before,
input[type="radio"]:before
{

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    content:'\00a0';
	display:inline-block;
	border:1px solid #D3CFC8;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}
input[type="checkbox"]:hover:before,
input[type="radio"]:hover:before
{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content:'\00a0';
	display:inline-block;
	border:2px solid #2489C5;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '\f00c';
  display: inline-block;
  border: 2px solid #2489C5;
  background-color: #2489C5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

input[type="radio"]:checked:before,
input[type="radio"]:hover:before,
input[type="radio"]:before {
  border-radius: 10px;
}

input[type="radio"] {
  position: relative;
  top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}

.box-header {
  padding: 13px!important;
}

/*date picker*/
form .datepicker
{
	z-index:9999 !important;
}
