body { }
table thead > tr > th, .table thead > tr > th {
	background-color: #dcdcdc !important;
	color: #0a437c;
}
.ui-select-bootstrap .ui-select-match-text span { display: inline; }
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control { width: 100% !important; }
.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon { border-radius: 4px; }
.color-picker-wrapper .input-group .input-group-addon { padding: 6px 20px; }
.wf-loading {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out
}
.wf-active, .wf-inactive {
	opacity: 1;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.wf-inactive {
	opacity: 1;
	font-family: 'Arial', sans-serif;
}
.h-no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.h-no-margin-bottom {
	margin-bottom: 0 !important;
}
.h-no-margin-top {
	margin-top: 0  !important;
}
body.stop-scrolling .main-trans.ng-scope {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
body.modal-open .main-trans.ng-scope {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.wf-inactive > body { font-family: 'Arial', sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
.container-semi-fluid {
	padding-top: 60px;
	will-change: auto;
}
table.dataTable, table.dataTable.no-footer { width: 100% !important; }
.panel {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.navbar-brand { padding: 9px 15px; }
.navbar-default {
	-webkit-box-shadow: 0 2px 2px #bababa;
	box-shadow: 0 2px 2px #bababa;
}
.modal-content {
	border-color: #e7e7e7;
	border-width: 0 1px 4px 1px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px
}
.table > thead > tr > th { font-family: 'Montserrat', sans-serif; }
.navbar-default .navbar-nav > li > a { font-family: 'Montserrat', sans-serif; }
.btn { font-family: 'Montserrat', sans-serif; }
.mce-menu { min-width: 200px; }
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.modal-header { border-width: 0 1px 4px 1px; }
.infinete {
	-vendor-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.anime-0-6s {
	-web-kit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.anime-0-8s {
	-web-kit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.anime-1s {
	-web-kit-animation-delay: 1s;
	animation-delay: 1s;
}
.anime-1-2s {
	-web-kit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.anime-1-4s {
	-web-kit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.anime-1-6s {
	-web-kit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
/* Scroll Top */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	width: 50px;
	height: 50px;
	line-height: 32px;
	right: 15px;
	bottom: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover { }
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa { line-height: inherit; }
/* Scroll Top */
.thumbnail { height: 200px; }
.thumbnail img.pull-right { width: 50px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #f8f8f8;
	border-bottom-color: transparent;
}
.nav-tabs > li > a { background-color: #e7e7e7; }
.tab-content-default {
	border: solid 1px #e7e7e7;
	border-top: rgba(0, 0, 0, 0);
	padding: 15px;
	border-width: 0 1px 4px 1px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.attach.ng-enter { animation: zoomIn 1s; }
.attach.ng-leave { animation: zoomOut 1s; }
.main-trans.ng-enter .container-semi-fluid { animation: fadeIn 0.5s ease-in-out; }
.main-trans.ng-leave { display: none; }
.dataTable { animation: fadeIn 1s; }
input.ng-dirty.ng-invalid:not(:readonly) {
	box-shadow: inset 0 2px 0 rgba(255, 0, 0, 0.4);
	border: 1px solid rgba(255, 0, 0, 0.4);
}
input.ng-dirty.ng-valid:not(:readonly) {
	box-shadow: inset 0 2px 0 rgba(40, 182, 44, 0.5);
	border: 1px solid rgba(40, 182, 44, 0.5);
}
input.ng-touched.ng-valid:not(:readonly), input.ng-dirty.ng-valid:not(:readonly) {
	box-shadow: inset 0 2px 0 rgba(40, 182, 44, 0.5);
	border: 1px solid rgba(40, 182, 44, 0.5);
}
input.ng-touched.ng-invalid:not(:readonly), input.ng-dirty.ng-invalid:not(:readonly) {
	box-shadow: inset 0 2px 0 rgba(255, 0, 0, 0.4);
	border: 1px solid rgba(255, 0, 0, 0.4);
}
input.ng-dirty.ng-invalid:focus:not(:readonly) {
	box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(255, 0, 0, 0.4);
	border: 1px solid rgba(255, 0, 0, 0.4);
}
input.ng-dirty.ng-valid:focus:not(:readonly) {
	box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(40, 182, 44, 0.5);
	border: 1px solid rgba(40, 182, 44, 0.5);
}
input.ng-touched.ng-valid:focus:not(:readonly), input.ng-dirty.ng-valid:focus:not(:readonly) {
	box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(40, 182, 44, 0.5);
	border: 1px solid rgba(40, 182, 44, 0.5);
}
input.ng-touched.ng-invalid:focus:not(:readonly), input.ng-dirty.ng-invalid:focus:not(:readonly) {
	box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(255, 0, 0, 0.4);
	border: 1px solid rgba(255, 0, 0, 0.4);
}
.form-group > .mce-panel {
	border: 0 solid #e7e7e7;
	border-top: transparent;
	background-color: #f8f8f8;
}
thead { background-color: #f0f0f0; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #c0c0c0; }
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #c0c0c0; }
.table-bordered { border: 1px solid #c0c0c0; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }
.modal .close { font-size: 40px; }
.ui-select-multiple.ui-select-bootstrap {
	min-height: 38px;
	padding: 7px 12px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item { text-transform: inherit; }
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	color: #737373;
	font-size: 1.8em;
}
.selector-input {
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	padding: .8em 2.6em .7em .7em;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: inherit;
	background-color: #f9f9f9;
	background-image: none;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.selector-dropdown {
	border: 1px solid #ececec;
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.selector-dropdown>.selector-option.active { background: #f7f7f7; }
.dropup, .dropdown { cursor: pointer; }
.form-control:focus {
	border-color: rgba(102, 175, 233, 0.6);
	outline: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0,0,0,.075), inset 0 -2px 0 rgba(102, 175, 233, 0.6);
}
/* Breadcrumbs novo */
.btn-breadcrumb { margin-top: 25px; }
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -16px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn { padding: 6px 12px 6px 24px; }
.btn-breadcrumb .btn:first-child { padding: 6px 6px 6px 10px; }
.btn-breadcrumb .btn:last-child { padding: 6px 18px 6px 24px; }
.btn-breadcrumb .btn.btn-default:not(:last-child):after { border-left: 10px solid #eee; }
.btn-breadcrumb .btn.btn-default:not(:last-child):before { border-left: 10px solid #ccc; }
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after { border-left: 10px solid #eee; }
.btn-breadcrumb .btn.btn-default:active:not(:last-child):after { border-left: 10px solid #c3c3c3; }
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before { border-left: 10px solid #adadad; }
.btn-breadcrumb .btn.btn-primary:not(:last-child):after { border-left: 10px solid #428bca; }
.btn-breadcrumb .btn.btn-primary:not(:last-child):before { border-left: 10px solid #357ebd; }
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after { border-left: 10px solid #3276b1; }
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before { border-left: 10px solid #285e8e; }
/* Breadcrumbs novo */

.spinnerr {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a437c;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.m-progress {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important;
}
.m-progress:hover, .m-progress:active, .m-progress:focus {
	cursor: default;
	color: transparent;
	outline: none !important;
	box-shadow: none;
}
.m-progress:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: transparent;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
	-moz-animation: ld 1s ease-in-out infinite;
	-o-animation: ld 1s ease-in-out infinite;
	animation: ld 1s ease-in-out infinite;
}
.btn-default.m-progress:before {
	border-left-color: #333333;
	border-right-color: #333333;
}
.btn-lg.m-progress:before {
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
}
.btn-sm.m-progress:before {
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
}
.btn-xs.m-progress:before {
	margin-top: -7px;
	margin-left: -7px;
	width: 14px;
	height: 14px;
}
/* Btn progress */
/* Custom Radio e check */
.checkbox label:after, .radio label:after {
	content: '';
	display: table;
	clear: both;
}
.checkbox.cr-fix, .radio.cr-fix {
	margin-top: 0;
	margin-bottom: 0;
}
.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}
.radio .cr { border-radius: 50%; }
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 23%;
}
.radio .cr .cr-icon { /* margin-left: 0.04em;*/ }
.checkbox.cr-fix label input[type="checkbox"], .radio.cr-fix label input[type="radio"] { display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .2s ease-in-out;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr { opacity: .5; }
.import {
	height: 46px;
	display: inline-block;
	vertical-align: middle;
}
input[type="file"].cta {
	color: transparent;
	padding: 0;
	display: inline-flex;
	height: 46px;
	outline: 0;
	width: 150px;
}
 input[type="file"].cta::-webkit-file-upload-button {
 visibility: hidden;
}
input[type="file"].cta::before {
	content: 'Upload CSV';
	display: block;
	background-color: #337AB7;
	border-color: #2e6da4;
	color: #fff;
	border-radius: 6px;
	padding: 10px 16px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 1.3333333;
}
input[type="file"].cta:hover::before {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
input[type="file"].cta:active::before, input[type="file"].cta:focus::before {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
}
table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty { text-align: center; }
table.dataTable.nowrap th, table.dataTable.nowrap td { white-space: nowrap; }
div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
	width: 75px;
	display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter { text-align: right; }
div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}
div.dataTables_wrapper div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
	z-index: 9;
	background: none;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting { padding-right: 30px; }
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active { outline: none; }
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: 'FontAwesome';
	opacity: 0.5;
}
table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\f0dc";
}
table.dataTable thead .sorting_asc:after { content: "\f160";/* sort-by-attributes */ }
table.dataTable thead .sorting_desc:after { content: "\f161";/* sort-by-attributes-alt */ }
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { color: #eee; }
div.dataTables_scrollHead table.dataTable { margin-bottom: 0 !important; }
div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after { display: none; }
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td { border-top: none; }
div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}
table.dataTable.table-condensed > thead > tr > th { padding-right: 20px; }
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
	top: 6px;
	right: 6px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td { border-left-width: 0; }
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child { border-right-width: 0; }
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td { border-bottom-width: 0; }
div.dataTables_scrollHead table.table-bordered { border-bottom-width: 0; }
div.table-responsive > div.dataTables_wrapper > div.row { margin: 0; }
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { padding-left: 0; }
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { padding-right: 0; }
table.dataTable.no-footer { border-bottom: 1px solid #c0c0c0; }
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty { cursor: default !important }
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before { display: none !important }
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	top: 14px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	content: '+';
	background-color: #0a437c;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	content: '-';
	background-color: #d33333
}
table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before { display: none }
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child { padding-left: 27px }
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px
}
table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer
}
table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	content: '+';
	background-color: #31b131
}
table.dataTable.dtr-column>tbody>tr.parent td.control:before, table.dataTable.dtr-column>tbody>tr.parent th.control:before {
	content: '-';
	background-color: #d33333
}
table.dataTable>tbody>tr.child { padding: 0.5em 1em }
table.dataTable>tbody>tr.child:hover { background: transparent !important }
table.dataTable>tbody>tr.child ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.dataTable>tbody>tr.child ul li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0;
}
table.dataTable>tbody>tr.child ul li:first-child { padding-top: 0; }
table.dataTable>tbody>tr.child ul li:last-child { border-bottom: none; }
table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: bold;
}
div.dtr-modal {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 10em 1em
}
div.dtr-modal div.dtr-modal-display {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	z-index: 102;
	overflow: auto;
	background-color: #f5f5f7;
	border: 1px solid black;
	border-radius: 0.5em;
	box-shadow: 0 12px 30px rgba(0,0,0,0.6)
}
div.dtr-modal div.dtr-modal-content {
	position: relative;
	padding: 1em
}
div.dtr-modal div.dtr-modal-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12
}
div.dtr-modal div.dtr-modal-close:hover { background-color: #eaeaea }
div.dtr-modal div.dtr-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(0,0,0,0.6)
}

@media screen and (max-width: 767px) {
div.dtr-modal div.dtr-modal-display { width: 95% }
}
.page-header { margin: 25px 0 20px; }
#loading-bar-spinner {
	left: inherit;
	top: 23px;
	right: 17px !important;
}
#loading-bar .peg {
	width: 42px;
	height: 60px;
	-moz-box-shadow: inset #0a437c -30px 0 14px -29px;
	-ms-box-shadow: inset #0a437c -30px 0 14px -29px;
	-webkit-box-shadow: inset #0a437c -30px 0 14px -29px;
	box-shadow: inset #0a437c -30px 0 14px -29px;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#loading-bar .bar {
	height: 60px;
	background: rgba(10, 67, 124, 0.18);
	z-index: 1049;
}
#loading-bar-spinner .spinner-icon {
	border-top-color: #0A437C;
	border-left-color: #0A437C;
	border-radius: 50%;
}
.sweet-alert {
	background-color: #f5f5f5;
	font-family: 'Montserrat', Arial, sans-serif;
	border: 1px solid #e7e7e7;
	border-width: 0 1px 4px 1px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.sweet-alert p {
	color: #797979;
	font-size: 20px;
	margin: 30px 0 9px;
}
.sweet-overlay {
	background-image: url(../assets/images/main-logo-bg-repeat.svg);
	background-size: 240px;
	background-repeat: space;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color: rgba(255, 255, 255, 0.8);
}
.modal-backdrop {
	background-image: url(../assets/images/main-logo-bg-repeat.svg);
	background-size: 240px;
	background-repeat: space;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color: rgba(255, 255, 255, 0.8);
}
.modal-backdrop.in { opacity: 1; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after { background: #f5f5f5; }
.sweet-alert .sa-icon.sa-success .sa-fix { background: #f5f5f5; }

@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate { text-align: center; }
}

@media (min-width: 768px) {
.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

@media (min-width: 1200px) {
.container-semi-fluid { max-width: 90%; }
}

.acme-malarkey {
  text-transform: capitalize;
  color: #cb3837;
}

.acme-malarkey:after {
  animation: cursor-blink 0.4s linear infinite;
  content: "|";
  color: #cb3837;
}

@keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.acme-navbar-text {
  color: white;
}
