/* MARGIN & PADDING */
.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.p15 {
	padding: 15px !important;
}

/* PAGINATION */
.pagination {
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
}

.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	text-align: center;
}

.pagination > li > a {
	background: #009b4d;
	padding: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	border: 0px;
	line-height: 1;
	float: none;
	display: block;
}

.pagination > li > a:hover,
.pagination > li.active > a:hover,
.pagination > li.active > a {
	background: #009b4d;
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
	background: #009b4d;
	color: #fff;
	opacity: 0.7;
}

/* PLUGIN */
.clr {
	width: 100%;
	clear: both;
}

.no-border {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.bg-gradient-default {
	background-color: #555;
	background-image: linear-gradient(180deg, #555 10%, #999 100%);
	background-size: cover;
}
.container-login {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.card-wrapper {
	font-size: 15px;
}

.form-group label {
	display: block;
}

.form-group .form-notif .form-text {
	font-style: italic;
	color: red;
	line-height: 1;
	margin-top: 5px;
}

.form-group .form-notif .form-text:first-child {
	margin-top: 10px;
}

.form-group .form-required {
	color: red !important;
}

.form-group .radio-inline {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
}

.form-group .radio-inline:last-child {
	display: inline-block;
	margin-right: 0;
}

.form-group .radio-inline img {
	display: block;
	margin-bottom: 5px;
}

.form-group .radio-inline.template-page img {
	width: 250px;
	border: 1px solid #ddd;
}

.sub-title {
	font-size: 17px;
	font-weight: 600;
	background: #dddfed;
	padding: 7px 5px 5px;
}

.table-responsive {
	overflow: auto;
}

.table-responsive .table-data {
	width: 100%;
}

.table-responsive .table-data th {
	background: #dddfed;
	color: #444;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding: 8px 5px;
}

.table-responsive .table-data td {
	color: #444;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.table-responsive .table-data td.setting,
.table-responsive .table-data tr td:last-child {
	white-space: nowrap;
}

.table-responsive .table-data td .badge {
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	margin: 0;
}

.table-responsive .table-data td ul {
	margin: 0;
	padding-left: 20px;
	text-align: left;
}

.table-responsive .table-data td p {
	margin: 0;
	text-align: left;
	padding-left: 7px;
}

.table-responsive .table-data td img {
	width: 120px;
}

.btn-circle {
	height: 25px !important;
	width: 25px !important;
	font-size: 11px !important;
	margin: 0 2px;
}

.btn-xs {
	font-size: 12px;
	font-weight: 400;
}

.img-edit {
	height: 130px;
	margin: 0 0 10px;
}

input[type=file] {
	padding: 0;
}

.sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled:: {
	bottom: 0.7em !important;
}

.img-logo {
	height: 50px;
}

.img-favicon {
	height: 50px;
}

.menu-inline {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-inline li {
	display: inline-block;
	margin-right: 7px;
}

.menu-inline li.active {
	opacity: 0.7;
}

.menu-inline li:last-child {
	margin-right: 0;
}

.menu-tab {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-tab li {
	display: inline-block;
	margin: 0 0 5px;
}

.menu-tab li a {
	font-size: 14px;
	color: #fff;
	display: block;
	background: #4e73df;
	padding: 7px 15px;
}

.menu-tab li.active a,
.menu-tab li a:hover,
.menu-tab li a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.login-area {
	padding: 30px;
}

.navbar-search .form-control {
	border-radius: 100px 0 0 100px;
	border: 1px solid #ddd !important;
	border-right: 0px !important;
}

.navbar-search .form-control:focus {
	box-shadow: none;
}

.navbar-search .btn {
	border-radius: 0 100px 100px 0;
}

select.form-control {
	-webkit-appearance: none;
  	-moz-appearance: none;
}

.form-password .input-group-text {
	border-radius: 0 100px 100px 0 !important;
}

input.form-control[type="file"] {
	padding: 6px 10px;
}

ul.form-check {
	list-style: none;
	column-count: 4;
}

ul.form-check li {

}

ul.nav-modal,
ul.nav-modal li ul {
	padding: 0;
}

.bootstrap-select.form-control .btn-light {
	background: #fff;
	border: 1px solid #d1d3e2;
}