* {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	color: #000;
}

label {
	font-weight: normal;
}

.form-group {
	margin-bottom: 0;
}

.bootstrap-select button .filter-option {
	padding-left: 8px;
}

.content-filter-search {
	padding-bottom: 30px !important;
}

.content-filter-search .form-control::-webkit-input-placeholder {
	color: #ced4da !important;
	opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

.content-filter-search .form-control:-moz-placeholder { /* Firefox 18- */
	color: #ced4da !important;
	opacity: 1 !important;
}

.content-filter-search .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #ced4da !important;
	opacity: 1 !important;
}

.content-filter-search .form-control:-ms-input-placeholder {
	color: #ced4da !important;
}

.content-filter-search .form-control-sm {
	height: 32px;
	max-height: 32px;
}

.content-filter-search .input-group-addon {
	border-left: solid 1px #ced4da;
	border-bottom: solid 1px #ced4da;
	border-top: solid 1px #ced4da;
	height: 32px !important;
	padding: 0px;
	border-radius: 0px;
}

.content-filter-search .input-group-addon label {
	height: 30px !important;
	max-height: 30px !important;
	width: 30px;
	margin: 0;
	padding: 0;
}

.content-filter-search .input-group-addon i {
	top: 8px;
	position: relative;
}

.content-filter-search .input-group-addon i:not([class="material-icons"]) {
	left: 4px;
}

.content-filter-search .wh-input-group {
	margin-bottom: 15px;
}

.text-normal {
	font-size: .8rem !important;
}

a,
.t-title {
	font-family: 'Oswald', sans-serif;
}

.t-title {
	font-size: 1.4rem !important;
}

html, body {
	background: #fff;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

h1 {
	font-size: 1.4rem;
}

h2 {
	font-size: 1rem;
}

h3 {
	font-size: 1.2rem;
}

#wrapMain {
	width: 100% !important;
}

#NavSidebar,
#ContentMain {
	vertical-align: top;
}


#ContentMain {
	background: #f0f0f0;
}

#wrapNavbarHeader.navbar {
	width: 100%;
	min-width: 100%;
	z-index: 1000;
	position: fixed;
	margin-bottom: 0px;
}

#NavSidebar {
	margin-top: 72px;
	width: 220px;
	min-width: 220px;
	background: #909295;
	border-right: solid 1px #232a32;
}

.sidebar .sidebar-wrapper {
	width: 220px;
}


.section-user {
	padding: 15px 0;
	background: #c2c2c4;
	width: 100%;
	text-align: center;
}

.section-user .h4 {
	font-size: 1.6rem;
}

.title-navigation {
	font-size: 1rem;
	display: block;
	cursor: default;
	padding: 10px;
}

.section-user > .image-rounder {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	border: solid 2px #1c222a;
}

#ContentMain {
	padding-left: 220px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	transition: all .3s;
}

@media(max-width: 991px) {
	#ContentMain {
		padding-left: 0px;
	}

	.sidebar::before {
		background-color: transparent;
	}
}

a:hover {
	text-decoration: none;
}

#wrapNavbarHeader {
	background: #e5e5e6;
	color: #20272e;
	border-bottom: solid 2px #20272e;
}

#wrapNavbarHeader .navbar-brand {
	position: relative;
	width: 200px;
	padding: 0 !important;
}

#wrapNavbarHeader .navbar-brand img {
	display: inline-block;
}

#wrapNavbarHeader > .navbar-brand > .logo-wejo-hero {
	margin-left: 10px;
	height: 47px;
	display: inline-block;
}

#navbarHeader > ul {
	position: absolute;
	right: 10px;
}

#navbarHeader .nav-sidebar .li {
	padding-left: 6px;
}

/** navigations colors */
#NavSidebar .nav-sidebar li > a {
	display: block;
	text-align: left;
	padding: 14px 10px;
	color: #fff;
}

#NavSidebar .nav-sidebar li i:before {
	margin-right: 8px;
	font-size: 1.8rem;
	position: relative;
	top: -5px;
	color: #fff;
}

#NavSidebar .nav-sidebar li {
	transition: all .3s;
	border-right: #232a32 solid 1px;
}

#NavSidebar .nav li > a {
	font-size: 1.3rem;
	margin: 0 !important;
}

#NavSidebar[aria-color="black"] li {
	background: #090707;
	border-bottom: #272222 solid 1px;
}

#NavSidebar[aria-color="black"] li.active {
	background: #202020;
}

#NavSidebar[aria-color="black"] li:hover {
	background: #1b1a1a;
}

#NavSidebar.sidebar li > a:hover {
	border-radius: 0px;
}

#NavSidebar[aria-color="green"] li {
	background: #2b9f4b;
	border-bottom: #0e2213 solid 1px;
}

#NavSidebar[aria-color="green"] li.active {
	background: #0e2213;
}

#NavSidebar[aria-color="green"] li:hover {
	background: #55b26f;
}

#NavSidebar.sidebar .nav li > a {
	color: #fff;
}

#NavSidebar[aria-color="blue"] li {
	background: #1b2339;
	border-bottom: #2b375a solid 1px;
}

#NavSidebar[aria-color="blue"] li.active {
	background: #353d51;
}

#NavSidebar[aria-color="blue"] li:hover {
	background: #32394d;
}
/** end navigation colors */

/** navbar content-main */
.container-main {
	width: 100%;
	position: relative;
	max-width: 100% !important;
	padding-top: 90px;
}

.version-system {
	top: 100px;
	font-size: 1.2rem;
	right: 40px;
	position: absolute;
}

.navbar-content-main li:first-child {
	margin-left: 20px;
}

.navbar-content-main.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #acacae #acacae #fff;
}

.navbar-content-main.nav-tabs .nav-link {
	border-radius: 0px;
}

.navbar-content-main.nav-tabs {
	border-bottom: 1px solid #acacae;
}

.navbar-content-main .nav-item a,
.navbar-content-main .nav-item a[aria-selected='false'] {
	background: #e5e6e7;
	color: #aaafb5;
	border-color: #aaafb5 #aaafb5 #aaafb5;
}

.navbar-content-main.nav-tabs .nav-link:hover {
	border-color: #aaafb5 #aaafb5 #fff;
	color: #495057;
}

.navbar-content-main.nav-tabs .nav-link:hover {
	border-color: #aaafb5 #aaafb5 #fff;
	color: #495057;
}

.navbar-content-main .nav-item {
	margin-right: 10px;
	transition: all .3s;
}

.container-main .tab-content {
	background: #fff;
	padding: 20px;
}

/** end navbar content-main */

.wrap-panel {
	display: table;
	width: 100%;
}

.section-table,
.section-form,
.display-cell {
	display: table-cell;
}

.section-table,
.section-form {
	vertical-align: top;
}

.display-50 {
	padding: 0 1px;
	width: 50%;
}

.section-table {
	width: 100%;
	padding-right: 15px;
}

.section-form {
	width: 350px;
	min-width: 350px;
	background: #ededed;
	border-top: solid 10px #cecece;
	padding: 15px;
}

.section-form h2 {
	padding-top: 10px;
}

.section-form .container-fluid {
	margin-top: 30px;
}

.section-form label,
.section-form input {
	font-size: .8rem !important;
}

.section-form input {
	border-radius: 0;
}


/** buttons */
.btn {
	border-radius: 0px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
}

.btn-icon {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.btn-icon.btn-icon-sm {
	font-size: 1.4rem;
	top: 3px;
	line-height: 1;
}

.btn.btn-sm > i:before {
	font-size: .8rem;
	margin-left: 0;
	color: #5c2125;
	margin-right: 5px;
}

.btn > i:before {
	left: 0px !important;
}

.btn.btn-danger {
	border: solid 1px #5c2125;
	background-color: #c44949;
}

.btn.btn-default {
}

.bs-actionsbox .btn.btn-default {
	background: #adb0b2;
	padding: 5px 0;
	text-align: center;
}

.bs-donebutton .btn.btn-default {
	background: #adb0b2;
}

.wj-grid-toolbar ul {
	margin-bottom: 0px;
}

.wj-grid-toolbar ul li {
	padding-right: 0px;
}

.wj-grid-toolbar .btn.btn-default {
	background: #f8f8f8;
	box-shadow: none;
	border: #ccc solid 1px;
	color: #000;
}

.wj-grid-toolbar .btn > i:before {
	font-size: 1.7rem;
	color: #000;
}

.bs-donebutton .btn.btn-default:hover,
.bs-actionsbox .btn.btn-default:hover,
.wj-grid-toolbar .btn.btn-default:hover {
	background: #c0c0c0;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
	background: #fff;
}

.btn-gray {
	color: #000;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn.btn-danger.btn-active {
	background-color: #5c2125;
}

.btn.btn-danger.btn-active > i:before {
	transition: .8s;
	color: #fff;
}

.btn.btn-width-max {
	width: 100%;
	padding: 15px 5px;
}

.btn-gray,
.btn.btn-dark {
	padding: 5px;
	margin-right: 1px;
}

.btn.btn-danger:hover {
	background: #3d0101 !important;
	color: #fff !important;
}

.btn.btn-danger:hover > i:before {
	color: #fff !important;
}

.dropdown-menu {
	padding: 0px;
	margin: 0;
}

button.dropdown-toggle {
	width: 30px;
	border-right: solid 1px #dee2e6;
	line-height: inherit;
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	display: block;
	box-shadow: none !important;
}

button.dropdown-toggle > i {
	left: 5px;
	position: relative;
}

input.form-control {
	padding: 0 5px;
}

.datepicker,
.form-control,
.form-control-sm {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

select.form-control-sm {
	padding: .25rem .5rem !important;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover {
	box-shadow: none;
}

select.form-control-sm > option {
	font-size: 12px;
}

.datepicker * {
	font-size: .8rem;
}

button.dropdown-toggle > i:before {
	color: #303030;
}

button.dropdown-toggle::after {
	content: initial;
}

button.dropdown-toggle i.fa {
	left: 0px !important;
	width: 10px !important;
}

.icon-filter.search-filter > button:hover,
.icon-filter.search-filter > button:focus,
.icon-filter.search-filter > button:active,
.icon-filter.open > .dropdown-toggle.btn-default {
	background: #fff;
}

/** end buttons */

/** tables */
#GridViewTable {
	position: relative;
}

.wh-table {
	border: solid 1px #dee2e6;
}

.wh-table * {
	font-size: 11px;
}

.wh-table th:first-child {
	width: 40px;
}

.wh-table th, .wh-table td {
	padding: 0 8px;
	line-height: 30px;
	white-space: nowrap;
	height: 30px !important;
}

.wh-table th:not(:first-child),
.wh-table td:not(:first-child) {
	border-left: solid 1px #dee2e6;
}

.wh-table th > .display-table.filters {
	min-height: 100%;
}

.wh-table th > .display-table.filters > .icon-filter {
	border-right: solid 1px #dee2e6;
	max-width: 30px;
	width: 30px;
}

.wh-table th > .display-table.filters button.dropdown-toggle {
	border-right: none;
	display: block;
	height: 100%;
	min-height: 100% !important;
}

.wh-table th > .display-table.filters .display-table-cell {
	display: table-cell;
}

.cl-50 {
	width: 50%;
	min-width: 80px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	max-width: 100%;
}

.wh-table th > .display-table.filters .dropdown-menu.open {
	border: solid 1px #dee2e6;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: -1px;
}

/*.btn-default:hover*/
.btn.btn-primary:hover {
	background: #49535a;
	color: #000;
}

.btn.btn-default:hover {
	color: #000;
}

.dropdown .dropdown-menu {
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dropdown .dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	box-shadow: none;
	background: #e4e4e4;
}

.dropdown .dropdown-menu li > a,
.dropdown .dropdown-menu li > button {
	color: #000;
	font-size: 1.2rem !important;
}

.dropdown .dropdown-menu li > button.btn-cancel-filter {
	margin-top: 5px;
	color: #fff !important;
}

.dropdown .dropdown-menu li > button {
	width: calc(100% - 10px);
	padding: 10px 20px;
	margin: 0 5px;
	text-align: left;
	box-shadow: none;
	border-radius: 2px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	text-transform: initial;
	white-space: nowrap;
}

.wh-table th.active {
	background-color: #f0f0f0;
}

.wh-table tr:first-child th:not(:first-child) {
	position: relative;
	padding-right: 34px;
}

.wh-table tr:last-child th {
	padding: 0;
}

.wh-table thead tr:last-child > th {
	background: #fff;
}

.wh-table-striped tbody tr:nth-of-type(odd) {
	background-color: #f5f5f5;
}

.wh-table thead tr > th {
	background: #fff;
}


.wh-table .display-table > .date-filter {
	width: 50%;
	display: table-cell;
}

.wh-table label {
	position: relative;
	top: 7px;
	left: 5px;
}

.wh-table label > i:before {
	font-size: 1.2rem;
	position: relative;
}

.wh-table label > i:after {
	background: #fff;
}

.display-table {
	display: table;
	width: 100%;
}

.wh-table .display-table > input,
.wh-table .display-table > div,
.wh-table .display-table > i {
	display: table-cell;
}

.wh-table .display-table i {
	min-width: 30px;
	width: 30px;
}

.wh-table .display-table i:before {
	left: 10px;
	position: relative;
}

.wh-table .display-table input[type="text"],
.wh-table .display-table input[type="email"],
.wh-table .display-table input[type="number"] {
	height: 30px;
	border: none;
	line-height: 30px;
	padding: 0 5px;
	width: 100%;
}

.wh-table .row-active > td {
	background: #f7efef;
	transition: all .3s;
}

.wh-table.dataTable thead .sorting_desc:after,
.wh-table.dataTable thead .sorting:after {
	position: absolute;
	right: 5px;
	top: 12px;
}

.dataTable .no-sort {
    pointer-events: none;
}

.dataTable .no-sort:after {
    content: '' !important;
}

.wh-table .sorting_disabled {
	padding-right: 5px !important;
}

.content-table {
	font-size: 1.2rem;
}

.pr-5 {
	padding-right: -5px !important;
}
/** end table */

/**
text colors
*/
a.text-red,
.text-red {
	color: #5c2125;
}

a.text-red:hover {
	color: #3d0101;
}

.text-gray {
	color: #434a54;
}

.text-white {
	color: #fff;
}

.filter-cancel {
	display: block;
	background: #202020;
	color: #fff;
	text-align: center;
	margin: 0 2px 2px;
	border: solid 1px #8f8b8b;
	cursor: pointer;
}
/**
beging loading
*/
.w-loading {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.64);
	z-index: 999;
}

.w-loading:before,
.dataTables_processing:before {
	content: 'LOADING';
	letter-spacing: 8px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	font-size: 1.5rem;
	position: absolute;
	text-align: center;
	opacity: 1;
	animation: flickerAnimation 1s infinite;
}

@keyframes flickerAnimation { /* flame pulses */
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.animate-flicker {
	opacity: 1;
	animation: flickerAnimation 5s infinite;
}

/** End loading */
/**
beging filter-search section
*/
.content-table-head {
	position: relative;
}

.content-table-head > .search-filter > a {
	position: absolute;
	top: 0px;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	color: #808080;
}

.content-filter-search {
	border: 1px solid #ced4da;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.form-datepicker .input-group:first-child {
	margin-bottom: 20px;
}

.form-group-date-filter > label {
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-group-date-filter > div {
	display: table;
}

.form-group-date-filter > div > * {
	display: table-cell;
}

.form-group-date-filter > div > label > i {
	position: relative;
	top: 3px;
}

.content-filter-search input[type='submit'] {
	margin-top: 25px;
	padding: 10px 25px;
	background: #5e5a5a;
}

.content-filter-search input[type='submit']:hover {
	background: #161515;
}

.w-hidden-x {
	display: none;
}
/**
notify
*/

[data-notify="container"][class*="alert-wh-"] {
	background-color: #fff;
	border-width: 0px;
	border-bottom: 8px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: none;
	font-family: inherit;
	letter-spacing: 1px;
	font-size: 1.4rem;
}

[data-notify="container"].alert-wh-info {
	border-bottom-color: #6188db;
}

[data-notify="container"].alert-wh-warning {
	border-bottom-color: #f1ba5f;
}

[data-notify="container"].alert-wh-danger {
	border-bottom-color: #c44949;
}

[data-notify="container"].alert-wh-success {
	border-bottom-color: #8fb88e;
}

[data-notify="container"][class*="alert-wh-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-wh-"] > [data-notify="message"] {
	font-weight: 400;
}

[data-notify="container"] i[data-notify="icon"] {
	box-shadow: none;
	font-size: 2.2rem;
	margin-top: auto;
	height: 100%;
}

[data-notify="container"] i[data-notify="icon"],
[data-notify="container"] .alert-message {
	display: inline-block;
}

[data-notify="container"] .alert-message {
	z-index: 10000 !important;
	margin-left: 15px;
}

[data-notify="container"] .alert-message > span {
	max-width: 100%;
}

[data-notify="container"] [data-notify="title"] {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

[data-notify="container"].alert-wh-danger [data-notify="title"] {
	color: #c44949;
}

[data-notify="container"].alert-wh-warning [data-notify="title"] {
	color: #f1ba5f;
}

[data-notify="container"].alert-wh-info [data-notify="title"] {
	color: #6188db;
}

[data-notify="container"].alert-wh-success [data-notify="title"] {
	color: #8fb88e;
}

[data-notify="container"] button {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 1033;
}

[data-notify="container"] [data-notify="message"] {
	font-size: 12px;
}

/** alerts */
.wh-alert {
	background: #fefefe;
	color: #666666;
	font-size: small;
	padding: 12px;
	padding-left: 16px;
	border-top: solid 3px #CCCCCC;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
	-moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}

.wh-alert-clear {
	border-color: #fefefe;
	-webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
	box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}

.wh-alert a {
	color: #666666;
	font-size: small;
	font-weight: bold;
	font-family: inherit;
}

.wh-alert a:hover {
	text-decoration: underline;
}

.wh-alert-info {
	border-color: #b8dbf2;
	color: #39b3d7;
}

.wh-alert-success {
	border-color: #cef2b8;
}

.wh-alert-warning {
	border-color: rgba(255,165,0,.5);
	color: #db9e34;
}

.wh-alert-danger {
	border-color: #ec8282;
	color: #c9302c;
}

.wh-alert-primary {
	border-color: #9ca6f1;
}

.wh-alert-magick {
	border-color: #e0b8f2;
}

.wh-alert-info-text {
	color: #39b3d7;
}

.wh-alert-success-text {
	color: #80d651;
}

.wh-alert-block.wh-alert-warning {
	border: solid 1px rgba(255,165,0,.5) !important;
}

.wh-alert-block.wh-alert-warning > .alert-message > .txt-message {
	font-size: 1.2rem !important;
	color: #495057 !important;
}

.wh-alert-warning-text {
	color: #db9e34;
}

.wh-alert-danger-text {
	color: #c9302c;
}

.wh-alert-primary-text {
	color: rgba(47,106,215,.9);
}

.wh-alert-magick-text {
	color: #bb39d7;
}

/** msg form validation */

.dropdown .dropdown-menu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
}

.wh-group-validation .wh-msg-validation {
	font-size: 1.1rem;
	display: none;
	padding: 0;
	margin: 0px;
}

.wh-group-validation .wh-msg-validation,
.wh-group-validation select,
.wh-group-validation input,
.wh-group-validation label {
	color: #a94442;
}

.wh-group-validation select,
.wh-group-validation input {
	border: solid 1px #a94442;
}

.wh-group-validation .input-group-addon {
	border-left: solid 1px #a94442;
	border-bottom: solid 1px #a94442;
	border-top: solid 1px #a94442;
	height: 30px !important;
	max-height: 30px !important;
}

.wh-group-validation .input-group-addon i:before {
	color: #a94442;
}
/** MODALS **/
.modal-content {
	border-radius: 0px;
}

.modal-dialog .modal-header button {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-dialog .modal-header button span {
	font-size: 2rem;
}

.modal-content .modal-header {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
}

/** margins **/
.mb-3 {
	margin-bottom: 30px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-0 {
	margin-bottom: 0px;
}
/* checkbox */

.material-checkbox {
	position: relative;
	display: inline-block;
	color: rgba(0, 0, 0, 0.87);
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
}

.material-checkbox > input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: -1;
	left: -15px;
	top: -15px;
	display: block;
	margin: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.42);
	outline: none;
	opacity: 0;
	transform: scale(1);
	-ms-transform: scale(0); /* Graceful degradation for IE */
	transition: opacity 0.2s, transform 0.2s;
}

.material-checkbox > input:checked {
	background-color: #2196f3;
}

.material-checkbox:active > input {
	opacity: 1;
	transform: scale(0);
	transition: opacity 0s, transform 0s;
}

.material-checkbox > input:disabled {
	opacity: 0;
}

.material-checkbox > input:disabled + span {
	cursor: initial;
}

.material-checkbox > span::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	border: solid 1px rgba(0, 0, 0, 0.42);
	border-radius: 2px;
	width: 16px;
	height: 16px;
	vertical-align: -1px;
	transition: border-color 0.5s, background-color 0.5s;
}

.material-checkbox > input:checked + span::before {
	border-color: #5e5a5a;
	background-color: #5e5a5a;
}

.material-checkbox > input:active + span::before {
	border-color: #5e5a5a;
}

.material-checkbox > input:checked:active + span::before {
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.42);
}

.material-checkbox > input:disabled + span::before {
	border-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > input:checked:disabled + span::before {
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.26);
}

.material-checkbox > span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 6px;
	height: 11px;
	border: solid 2px transparent;
	border-left: none;
	border-top: none;
	transform: translate(5.5px, 1px) rotate(45deg);
	-ms-transform: translate(5.5px, 2px) rotate(45deg);
}

.material-checkbox > input:checked + span::after {
	border-color: #fff;
}

.wh-table th .material-checkbox {
	position: relative;
	top: 0px;
	left: 12px;
}

.wh-table tbody tr td {
	padding: 5px;
	vertical-align: middle;
}

table.table-detail {
	width: 100%;
}

table.table-detail > tbody > tr > td[colspan="2"] {
	width: 100%;
}

table.table-detail > tbody > tr > td:not([colspan="2"]) {
	width: 50%;
}

table.table-detail h3 {
	font-size: 2rem;
	font-weight: bold;
	vertical-align: middle;
}

table.table-detail a.btn.btn-link {
	margin: 0;
	padding: 0;
}

table.table-detail td.table-detail-title {
	font-weight: bold;
	color: #111e27;
	font-size: 2rem;
	text-align: center;
}

.btn.btn-link {
	color: #111e27;
	font-family: inherit;
	font-size: inherit;
}
.btn.btn-normal {
	white-space: normal !important;
	text-align: left !important;
}
.btn, .btn:focus, .btn:active, .btn:active:focus, .btn:active:hover {
	color: #111e27;
}

table .btn.btn-sm.wh-ajaxSend {
	padding: 0 5px;
}
table.
.modal .modal-header:hover {
	cursor: move;
}

table .pr-5 {
	text-align: center;
	padding-right: 0 !important;
	min-width: 1px;
}

table .pr-5 .btn {
	margin-left: 15px;
}

table.table tr.active > td {
	background: #fed !important;
}

td.txt-ellipsis a {
	white-space: normal;
	text-align: initial;
}

.nwrap {
	white-space: nowrap;
}

.txt-ellipsis {
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

.p-0 {
	padding: 0 !important;
}

.mw-200 {
	max-width: 200px !important;
}

.mw-100 {
	max-width: 100px !important;
}

.mw-120 {
	max-width: 120px !important;
}

.mw-140 {
	max-width: 140px !important;
}

.w-w80 {
	max-width: 80px !important;
	width: 80px !important;
}

.w-fbold {
	font-weight: bold !important;
}

.bootstrap-select {
	height: 32px;
	max-height: 32px;
	font-size: 12px;
	line-height: 1.428571429;
	margin: 0;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-select > button {
	border: 1px solid #ccc;
	max-width: 100%;
}

.bootstrap-select .filter-option {
	text-transform: none;
	font-size: 1.2rem;
}

.bootstrap-select .bs-placeholder .filter-option {
	color: #ccc;
}
