body{
	padding-bottom:0;
}
.breadcrumb {}
.breadcrumb .breadcrumb-item.disabled a{
	/*color:#666;*/
	cursor: default;
}
.hide {
	display: none !important;
}
.action_btns {
	display: none;
}
.show-image {
    cursor:
}

.toast {
  background-color: #030303 !important;
}
.toast-success {
  background-color: #51a351 !important;
}
.toast-error {
  background-color: #bd362f !important;
}
.toast-info {
  background-color: #2f96b4 !important;
}
.toast-warning {
  background-color: #f89406 !important;
}
.pointer {
	cursor: pointer !important;
}
.dt-bootstrap4 .col-md-6:nth-of-type(1)>*{
	float:left;
}
.dt-bootstrap4 .col-md-6:nth-of-type(2)>*{
	float:right;
}
a:not([href]):not([tabindex]) {
	color:none;
}
.form-group:after {
	content:'';
	display: block;
	width:100%;
	clear: both;
	cursor: initial;
}
#main .content-page {
	/*position: fixed;*/
	margin:0;
	/*top:70px;*/
	/*left:250px !important;*/
	/*width:calc(100% - 260px);*/
	/*height:calc(100% - 131px);*/
	padding:0;
    min-height:auto;
}
.left-side-menu {
    width: max-content;
    position: relative;
    height:100%;
}
.left-side-menu .logo {
	height: 70px;
	line-height: 70px;
}
@media (max-width: 767.98px) {
    .left-side-menu {
        display: block;
    }
}
.navbar-custom#header {
	z-index: 9999;
	height:70px;
	margin:0 ;
	border-bottom:1px solid rgba(152,166,173,.2);
	padding: 0;
    left:0;
}
.menu-search {
	padding:0 0 10px;
	position: relative;
	overflow: unset;
}
.menu-search .form-control{
    border-radius: .25rem !important;
}
.menu-search .menuresult {	
    z-index: 999;
    position: absolute;
    top: 38px;
    width: calc(100% - 40px);
    max-height: 250px;
    overflow: auto;
    margin: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.menu-search  .menuresult a {
    border-top: 1px solid #eee;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
    display: block;
    padding: 10px 15px;
    color: #222d32;
}

.side-nav .side-nav-link {
	padding: 8px 0;
}
.side-nav-second-level li a{
	padding-left: 2em;
    padding-right: 0;
    overflow: hidden;
    word-break: keep-all;
    word-spacing: normal;
}
.side-nav-third-level li a{
    padding-left: 3em;
}
.side-nav .menu-arrow {
    right:0.5rem;
}
.side-nav .side-nav-link i {
    margin-right:0.2rem;
    margin-left: 0;
}

.navbar-custom .nav-user {
	width:180px;
	box-sizing: border-box;
}
.navbar-custom .notification-list .noti-icon {
	font-size: 18px;
}
.navbar-custom .notification-list.dropdown>a{
    border-left: 1px solid #f1f3fa;
	min-width: 50px;
}
.navbar-custom .topbar-right-menu .nav-link {
	margin: 0;
	padding:0 10px;
	min-width: 42px;
}
.control-navs {
	width:60px;
	height:69px;
	float:left;
	border-right:1px solid rgba(152,166,173,.2);
}
.control-navs .dropdown-toggle{
	position: relative;
	width:100%;height:100%;
	display: block;
	line-height: 69px;
	text-align: center;
	font-size:22px;
}
.control-navs #control-num{
    position: absolute;
    font-size: 12px;
    top: 2px;
    right: 2px;
    background: #727cf5;
    border-radius: 100%;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.control-navs .dropdown-menu{
	border-radius: 0 !important;
}
.control-navs .dropdown-menu .control-item {
	padding-left:10px;
	position: relative;
}
.control-navs .dropdown-menu .control-item i{
	margin-right:5px;
}
.control-navs .dropdown-menu>a{
	border-bottom:1px solid rgba(152,166,173,.2);
	background: #fff;
}
.control-navs .dropdown-menu>a:last-of-type{
	border-bottom:0;
}
.control-navs .dropdown-menu .control-item.on{
	color:#8f75da;
}
.control-navs .dropdown-menu .control-item .control-item-close{
    position: absolute;
    top: .375rem;
    right: .375rem;
    display: block;
    width: 1rem;
    height: 1rem;
    color: #98a6ad;
}
.control-navs .dropdown-menu .control-item .control-item-close:hover{
	color:red;
}

.content-nav-box {
	position: relative;
	height:70px;
	overflow: hidden;
	float:left;
}
#content-nav {
	width:9999px;
	position: absolute;
	bottom:0;
	left:0;
	height: 60px;
	transition: all .3s ease-out;
}
.content-nav-tabitem {
	float:left;
	position: relative;
	height:50px;
	margin-top:10px;
	margin-left:-1px;
	border:1px solid rgba(152,166,173,.2);
	border-bottom:0;
	background: #fafbfd;
	padding:0 25px 0 0;
	transition: all .3s ease-out;
	color:#98a6ad;
}
.content-nav-tabitem.active{
	margin-top:0px;
	height:60px;
	background: #F9FAFD;
	color:#8f75da;
	border-color:rgba(152,166,173,.3);
}
.content-nav-tabitem:hover {	
	background: #fff;
	color:#8f75da;
	border-color:rgba(152,166,173,.3);
}
.content-nav-tabitem a{
	display: block;
	line-height: 46px;
	font-size: 15px;
	padding:0 0 0 15px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.content-nav-tabitem a:hover{
	color:#8f75da !important;
}
.content-nav-tabitem.active a{
	color:#8f75da !important;
	padding-top:10px;
}
.content-nav-tabitem span.content-nav-tabitem-close{
	position: absolute;
	right:3px;
	top: 13px;
	font-size:16px; 
	width:18px;height:18px;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
}
.content-nav-tabitem:hover span.content-nav-tabitem-close{
	top: 13px;
}
.content-nav-tabitem.active span.content-nav-tabitem-close{
	top: 23px;
}
.content-nav-tabitem.active span.content-nav-tabitem-close,.content-nav-tabitem:hover span.content-nav-tabitem-close{
	visibility: visible;
}
.content-nav-tabitem span.content-nav-tabitem-close i{
	vertical-align: top;
}
.content-nav-tabitem:hover span.content-nav-tabitem-close{
	color:#fff;
	background: rgba(0,0,0,0.3);
	border-radius: 20px;
}
.content-nav-tabitem span.content-nav-tabitem-close:hover{
	background: red;
}


.tpl_form_images .image-list {
    width:100%;
    padding:5px 0;
    display: block;;
}
.tpl_form_images .image-list li{
    width:calc(20% - 8px);float:left;
    margin-right:10px;
    height:130px;
    position: relative;
    display: block;
}
.tpl_form_images .image-list li .img{
    display: block;
    width:100%;
    height: 120px;
    padding:5px;
    border:1px solid #ddd;
    border-radius: 5px;
    position: relative;
    z-index: 99;
    background: center center no-repeat;
    background-size: contain;
}
.tpl_form_images .image-list li .delete-image{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    z-index: 9999;
    width:24px;height:24px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
}
.tpl_form_images .image-list li:nth-of-type(5n){
    margin-right:0px;
}
.tpl_form_images input {
    background:right center no-repeat;
    background-size: contain;
}


.group-name {
    position: relative;
    border-radius: 5px;
}
.group-name:hover {
    background-color: #eee;
}
.group-name:hover span{
    color:#727cf5;
}
.group-name.active{
    color: #fff;
    background-color: #727cf5;
}
.group-name.active span{
    color:#fff;
}
.group-name.active .group-opera,.group-name:hover .group-opera{
    display: block;
}
.group-name .group-opera{
    position: absolute;
    display: none;
    line-height: 36px;
    top: 0;
    right: 5px;
}
.group-name .group-opera i{
    width:20px;
    line-height: 36px;
    text-align: center;
}
.btn.webuploader-container {
	padding: 0;
}
.btn.webuploader-container button {
	color:#fff;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 10px !important;
    line-height: 36px;
}
.btn.webuploader-container div input {
    opacity: 0 !important;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
}

.table td, .table th {
	padding: 0.6rem .5rem;
}
.table td a.btn:last-of-type{
    margin-right:0 !important;
}

.pages ul.pagination {
  margin-bottom:0;
}
.pages ul.pagination li>a,.pages ul.pagination li>span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pages ul.pagination li:hover>a,.pages ul.pagination li:hover>span {
    z-index: 2;
    color: #313a46;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pages ul.pagination li a:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}
.pages ul.pagination li:first-child a,.pages ul.pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pages ul.pagination li:last-child a,.pages ul.pagination li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pages ul.pagination li.active {
  cursor: default;
}
.pages ul.pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #727cf5;
  border-color: #727cf5;
}
.pages ul.pagination li.disabled {
  cursor: not-allowed;
}
.pages ul.pagination li.disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.list-thumb {
    max-width: 120px;
    max-height: 80px;
}
.list-thumb-min {
    max-width: 80px;
    max-height: 50px;
}
.edui-default {
    z-index: 10;
    position: relative;
    margin:0;
    padding:0;
}
.nowrap {
    white-space: nowrap;
}
.table-responsive table td input[type=text]{
    padding-right:4px;
    padding-left:4px;
}
.metismenu {
    height: calc(100% - 120px);
    overflow-x: auto;
}
.table-responsive tbody .btn{
    padding:0.3rem;
    line-height: 1.2;
}
.table-responsive table td {
    padding:0.5em 0.3rem;
}
.table-responsive table .tr_title th {
    padding:0.9rem 0.3rem;
    /*line-height: 1.2;*/
}

.nav-pills .nav-link{
    font-size: 15px;
    border-radius: 0;
    line-height: 1.5rem;
    font-weight: normal;
}
.nav-pills .nav-link.active{
    font-weight: bold;
}

.footer {
    position: relative;
    left:0;
    padding:8px 10px;
}