@font-face {
	font-family: themify;
	src: url(../less/icons/themify-icons/fonts/themify.eot);
	src: url(../less/icons/themify-icons/fonts/themify.eot?#iefix-fvbane)
			format("embedded-opentype"),
		url(../less/icons/themify-icons/fonts/themify.woff) format("woff"),
		url(../less/icons/themify-icons/fonts/themify.ttf) format("truetype"),
		url(../less/icons/themify-icons/fonts/themify.svg#themify) format("svg");
	font-weight: 400;
	font-style: normal;
}

.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}

[class*=" ti-"], [class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.waves-effect {
    background-color: #ffffff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
	background: -webkit-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -o-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: -moz-radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
	background: radial-gradient(
		rgba(255, 255, 255, 0.2) 0,
		rgba(255, 255, 255, 0.3) 40%,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0) 70%
	);
}
.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, 0.4);
}

.table {
	margin-bottom: 10px;
}
.table-hover > tbody > tr:hover,
.table-striped > tbody > tr:nth-of-type(odd),
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f7fafc !important;
}
.table-bordered,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 1px solid #e4e7ea;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 15px 8px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #e4e7ea;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #e4e7ea;
}
tbody {
	color: #797979;
}
th {
	color: #666;
	font-weight: 500;
}
.table-bordered {
	border: 1px solid #e4e7ea;
}
table.focus-on tbody tr.focused td,
table.focus-on tbody tr.focused th {
	background-color: #ff6849;
	color: #fff;
}
.table-rep-plugin .table-responsive {
	border: none !important;
}
.table-rep-plugin tbody th {
	font-size: 14px;
	font-weight: 400;
}
.jsgrid .jsgrid-table {
	margin-bottom: 0;
}
.jsgrid-selected-row > td {
	background: #f7fafc;
	border-color: #f7fafc;
}
.jsgrid-header-row > th {
	background: #fff;
}
.footable-odd {
	background-color: #f7fafc;
}

.table.dataTable, table.dataTable {
    width: 99.8% !important;
}

.dataTables_wrapper {
    width: 99% !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

.table-padding-bottom {
    padding-bottom: 40px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.dataTables_paginate a {
    color: black !important;
    float: left !important;
    padding: 5px 12px !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
}

.dataTables_paginate a.current {
    background: #4CAF50 !important;
    color: white !important;
    border-radius: 5px !important;
}

.dataTables_paginate .paginate_button:hover:not(.current) {
    background: #ddd !important;
    color: #000000 !important;
}

div.dt-buttons {
    float: right !important;
    margin-left: 5px;
}

.dt-button-collection {
    left: -58px !important;
}

.buttons-export {
    background: #3c8dbc !important;
    color: #ffffff !important;
}

.table > thead > tr > th {
    font-weight: bold;
}

.table-info {
    background-color: #bee5eb;
}

.table-warning {
    background-color:#ffe6e6;
}

.table-danger {
    background-color:#fbdddf;
}

.table-success {
    background-color:#c3efdb;
}

