/*----------------------------------------------
Page Title
------------------------------------------------*/
#page-title-wrapper {
	position: fixed;
	top: 51px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0px 8px 8px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 8px 8px 0px rgba(255,255,255,1);
	box-shadow: 0px 8px 8px 0px rgba(255,255,255,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 90;
}
#page-title {
	background: #fff;
	padding: 0 20px;
	white-space: nowrap;
	overflow-x: hidden;
}
.breadcrumb {
	padding: 8px 0;
	margin-bottom: 0;
	background: transparent;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #777;
	content: "\0203a\00a0";
}

/*----------------------------------------------
Page Content Wrapper
------------------------------------------------*/
#page-content-wrapper {
    padding: 20px 0px 40px;
}

/*----------------------------------------------
License
------------------------------------------------*/
.table-license {
	width: 100%;
}
.table-license > tbody > tr > td {
	padding: 5px;
	vertical-align: top;
	text-align: justify;
}

/*----------------------------------------------
Nav Tabs
------------------------------------------------*/
.nav-tabs-wrapper {
	padding: 4px 20px 0;
	background: #f9f9f9;
	margin-bottom: -1px;
	border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified {
	margin-bottom: -1px;
}
.nav-tabs.nav-justified > li {
	white-space: nowrap;
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
}

/*----------------------------------------------
Page Content
------------------------------------------------*/
.page-content {
	padding: 8px 20px;
}
.page-content-alt {
	padding: 8px 20px;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/*----------------------------------------------
Alerts
------------------------------------------------*/
.alert-wrapper {
	padding: 6px 20px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}
.alert {
	margin: 10px 0;
}
.alert-success {
	color: #398439;
	border-color: #449d44;
	background: #fcfefb;
}
.alert-info {
	color: #286090;
	border-color: #337ab7;
	background: #fbfdfe;
}
.alert-warning {
	color: #d58512;
	border-color: #ec971f;
	background: #fffefa;
}
.alert-danger {
	color: #ac2925;
	border-color: #c9302c;
	background: #fefbfb;
}
.alert-invisible {
	color: transparent;
	border-color: transparent;
	background: transparent;
}
.alert .glyphicon {
	padding-right: 12px;
}

/*----------------------------------------------
Forms
------------------------------------------------*/
label small {
	color: #777;
	font-weight: normal;
}
td > .form-group {
	margin: 0;
}
.has-warning .form-control-feedback {
  color: #d58512;
}
.has-success .input-group-addon {
  color: #555;
  background-color: #fcfefb;
}
.has-error .input-group-addon {
  color: #555;
  background-color: #fefbfb;
}

/*----------------------------------------------
Pagination
------------------------------------------------*/
.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*----------------------------------------------
Checkboxes
------------------------------------------------*/
.checkbox-error {
	font-size: 17px;
}

/*----------------------------------------------
Datatables
------------------------------------------------*/
.dataTables_wrapper {
	overflow-x: hidden;
}
.dataTables-header {
	padding: 0px 20px;
}
.dataTables-table {
	white-space: nowrap;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.dataTables-table {
		margin-right: 0;
		overflow-x: auto;
	}
}
table.dataTable thead .sorting:after {
	opacity: 0;
	content: "\e113";
}
table.dataTable thead .sorting_asc:after {
	content: "\e113";
}
table.dataTable thead .sorting_desc:after {
	content: "\e114";
}
.dataTable tbody button,
.dataTable tfoot button {
	width: 65px;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
	padding-left: 20px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
	padding-right: 20px;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.dataTables-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	padding: 0 20px;
	background: #fff;
	-webkit-box-shadow: 0px -8px 8px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px -8px 8px 0px rgba(255,255,255,1);
	box-shadow: 0px -8px 8px 0px rgba(255,255,255,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 90;
}
.dataTables-footer-modal {
	padding: 0 20px;
}

/*----------------------------------------------
Bootstrap Add Clear
------------------------------------------------*/
.add-clear-span {
	margin: 0;
}

/*----------------------------------------------
Bootstrap Select
------------------------------------------------*/
.has-success .bootstrap-select .dropdown-toggle {
	border-color: #3c763d;
}
.has-warning .bootstrap-select .dropdown-toggle {
	border-color: #8a6d3b;
}
.has-error .bootstrap-select .dropdown-toggle {
	border-color: #a94442;
}
.bootstrap-select + .glyphicon {
	margin: -2px 16px -2px 0;
}
.bootstrap-select.hidden + .glyphicon {
	margin: -2px 0;
}
.input-group.date + .glyphicon {
	margin: -2px 0;
}

/*----------------------------------------------
Ace
------------------------------------------------*/
.script-editor {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 3px;
	border: 1px solid #bfbfbf;
	margin-top: 5px;
	padding: 4px;
	pointer-events: auto;
}
/*----------------------------------------------
NetSUS
------------------------------------------------*/
#wrapper.toggled #page-title-wrapper {
    margin-left: 220px;
    margin-right: -220px;
}
