@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	padding: 0px;
	margin: 0px;
}
html{
	font-size: 15px;
    width: 100%;
}

body{
	color: #000;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    background: #f9f9f9;
    font-family: "Roboto","Segoe UI","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
    width: 100%;
}

a{
	text-decoration: none;
	color: #000;
}

/*TITLES*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Montserrat",sans-serif !important;
    color: #283252;
    font-weight: 600;
    line-height: 1.125;
}

.title1{
	font-size: 3rem;
}
.title2{
	font-size: 2.5rem;
}
.title3{
	font-size: 2rem;
}
.title4{
	font-size: 1.5rem;
}
.title5{
	font-size: 1.25rem;
}
.title6{
	font-size: 1rem;
}


.light-text {
    color: #a2a5b9;
}

main{
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainContainerLeft{	
    margin-left: 197px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*SIDEBAR*/
.sidebar{
	position: fixed;
	width: 56px;
    height: 100%;
	z-index: 1;
	
	min-height: 100%;
	background: #fff;
	top: 0px;
	left: 0px;
    border-right: 1px solid #ededed;
    padding: 8px;
    text-align: center;    
  	-webkit-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
.sidebar .head{

}

.sidebar .head[disabled]:hover {
   background: yellow;
}
.sidebar .content{
    padding-top: 8px; 
    padding-bottom: 8px; 
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
   /* height: calc(100% - 170px);*/
}

.sidebar ::-webkit-scrollbar {
  width: 5px;
}

.sidebar ::-webkit-scrollbar-track {
  background-color: transparent;
}
.sidebar ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 30px;
}

.sidebar .foot{
    border-top: 1px solid #ededed;
    padding-top: 8px;
    margin-top: 8px;
   
}
.sidebar .menu-foot{
    /*pointer-events: auto;*/
}

.sidebar .img-expand{
	display: none;
}

.sidebar.active,
.sidebar.hovered{
  width: 250px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.sidebar.active .img-mini,
.sidebar.hovered .img-mini{
    display: none !important;
}

.sidebar.active .img-expand,
.sidebar.hovered .img-expand{
  display: block !important;
}


.sidebar .menu{    
    padding: 0px;
    list-style: none !important;
}
.sidebar .menu li{
    margin-top: 4px;
    margin-bottom: 4px;
}
.sidebar .menu li a{
    display: flex;
    align-items: center;
    min-height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.25;   
    font-weight: 400; 
    color: rgba(0, 0, 0, 0.85);

}
.sidebar .menu li a.active{
    font-weight: 600;
    color: rgb(24, 119, 242);
}
.sidebar .menu li a:hover{
    background: #eee;
}
.sidebar .menu li a i{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.sidebar .menu li a span{
    display: none;
}

.sidebar.active .menu li a span,
.sidebar.hovered .menu li a span{
    display: inline-block;
}

.sidebar .sub-menu ul{
    list-style: none !important;
}
.sidebar .sub-menu ul a{
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 16px;
}

.sidebar .sub-menu >a{
    position: relative;
}


.sidebar.active .sub-menu >a:after,
.sidebar.hovered .sub-menu >a:after{
    content: "\f078";
    position: absolute;
    right: 4px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    width: 20px;
    height: 20px;    
    font-size: 0.75rem;
}

.sidebar.active .sub-menu >a[aria-expanded=true]:after,
.sidebar.hovered .sub-menu >a[aria-expanded=true]:after{
    content: "\f077";
}

.sidebar .menu-foot{
    padding: 0px;
    list-style: none !important;
}
.sidebar .menu-foot li{
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    
}
.sidebar .menu-foot li a{
    display: flex;
    align-items: center;
    height: 36px;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.25;   
    font-weight: 400; 
    color: rgba(0, 0, 0, 0.75);
}
.sidebar .menu-foot li a:hover{
    background: #eee;
}
.sidebar .menu-foot li a i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
}

.sidebar.active .menu-foot,
.sidebar.hovered .menu-foot{
    display: flex
}

.sidebar.active .menu-foot li.end,
.sidebar.hovered .menu-foot li.end{
    margin-left: auto;
}
.sidebar.active .menu-foot li,
.sidebar.hovered .menu-foot li{
    margin-left: auto;
    margin: 2px;
}

.sidebar.active .menu-foot li .avatar,
.sidebar.hovered .menu-foot li .avatar{
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    margin-left: 3px;
    margin-right: 3px;
}


/*DROPDOWN USER*/
.dropdown-menu-user{
    width: 260px;
    background: none;
    border: 0px;
}
.dropdown-menu-user .dpd-content{ 
    margin: 0.1rem;
    box-shadow: 0px 5px 16px rgb(0 0 0 / 5%);
    border: 1px solid #ededed;
    padding-top: 0;
    border-radius: 4px;
    background: #fff;
}
.dropdown-menu-user .dpd-head{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 16px 20px 16px;
    margin-bottom: 12px;
    background: #fafafa;
}
.dropdown-menu-user .dpd-head .avatar{
    width: 68px !important; 
    height: 68px !important; 
}
.dropdown-menu-user .dpd-head h6{
    font-weight: 600;
    line-height: 0.7em;
    margin-bottom: 0px;
}
.dropdown-menu-user .dpd-head span{
    text-transform: uppercase;
    color: #a2a5b9;
    font-weight: 500;
    font-size: .7rem;
}
.dropdown-menu-user .action{
    padding: 8px 16px 16px 16px !important;
}
.dropdown-menu-user .dpd-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px !important;
    padding: 8px !important;
    height: auto !important;
    margin-bottom: 2px;
}
.dropdown-menu-user .dpd-item .icon{
    font-size: 1.7rem;
    width: 28px;
    text-align: center;
}
.dropdown-menu-user .dpd-item .meta{
    margin-left: 8px;
}
.dropdown-menu-user .dpd-item .meta strong{
    font-family: "Montserrat",sans-serif;
    font-size: .9rem;
    font-weight: 600;
    display: block;
}
.dropdown-menu-user .dpd-item .meta span{
    font-family: "Roboto",sans-serif;
    color: #a2a5b9;
    font-size: .8rem;
}
.dropdown-menu-user .dropdown-divider {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0;
}




/*
.sidebar ul{
	list-style: none !important;
	padding-left: 0px;
}
.sidebar ul li > a{
	display: block;	
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    height: 50px;
    width: 100%;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
	color: #a2a5b9;
}
.sidebar ul li a i {
    display: inline-block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    text-align: center;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sidebar .sub-menu .dropdown-menu-fix {
    position: relative !important;
    margin: 0 0 0 60px!important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: none !important;
}

.sidebar .sub-menu .dropdown-menu-fix  a{
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sidebar .sub-menu .dropdown-menu-fix  a:hover{
	color: #671cc9;
}
*/
/*
.sidebar:hover ul .sub-menu .dropMenu:after, 
.sidebar.active ul .sub-menu .dropMenu:after, 
.sidebar.hovered ul .sub-menu .dropMenu:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 0px;
    right: 0;
}

.sidebar .icon{
	width: 60px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}
.sidebar .avatar{    
	height: 32px;
    width: 32px;
    border: 1px solid #ccc;
}*/




/*AVATAR*/
.avatar{
	border-radius: 50%;
}


/*HEADER*/
.header h1{
    margin: 0px !important;
}
.header .toolbar{
	display: flex;

}
.header .toolbar .toolbar-link{
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	color: #a2a5b9;
}
.header .toolbar .toolbar-link:hover{
	background: #fff;
}
.header .toolbar .toolbar-link i{
	font-size: 20px;
	line-height: 34px;
}
.header .toolbar .toolbar-link img{
	border: 1px solid #ddd;
}
.header h1{	
    font-size: 1.4rem;
}
.header h1 i{
	margin-right: 7px;
	color: #283252;
}	


.page-content{
	margin-top: 2rem;
}


/*PAGE CONTENT*/
.subtitle{
	margin-bottom: 2rem;
}
.subtitle .person{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 8px;
}
.subtitle .person .bage{
	border-width: 3px;
    height: 34px;
    width: 34px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 3px solid #fff;
    border-radius: 50%;
}
.subtitle h4{
	font-weight: 400;
}
.subtitle p{
	font-weight: 300;
    color: #a2a5b9;
}



/*SUBTITLE MOD 2*/
.subtitle2 .avatar{
	width: 68px;
	height: 68px;
}
.subtitle2 h3 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: #283252;
    margin-bottom: 0px;
}
.subtitle2 p {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    color: #a2a5b9;
    margin-bottom: 0px;
}

/* CARD */
.card{	
    /*border: 1px solid #e5e5e5;*/
    border: 0px ;
    border-radius: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.card .card-body{
	padding: 24px;
}
.card .title{
	font-size: 1.3rem;
    margin-bottom: 8px;
    font-weight: 500;
}
.card p{
	font-family: "Roboto",sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}
.card .text-muted{	   
    color: #a2a5b9 !important;
}
.card .card-footer{
	border-top: 1px dashed #e3e3e3;
    border-top-width: 1.6px;
    padding: 12px 24px;
    background: #fff;
}
.card .img{
	width: 50%;
}
.card .card-link {
    color: #671cc9;
    opacity: .6;
    font-weight: 500;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.card-dash-group .card-icon{
    font-size: 1.7rem;
}
.card-dash-group .card-title{
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 4px;
}
.card-dash-group .card-text{
    font-size: 0.9rem;
}

/*BUTTONS*/
.btn{
	padding: 8px 22px 8px 22px;
    height: 38px;
    font-size: .85rem;
    font-family: "Roboto",sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.btn.is-bold {
    font-weight: 500;
}
.btn.is-rounded {
    border-radius: 290486px;
}
.h-button{
    border: 1px solid #dbdbdb;
}
.h-button:hover{
	background: #dbdbdb;
}
.btn.is-light{
	border: 1px solid transparent;
}
.btn-primary.is-light{
	background-color: #f4edfd;
    color: #7828e1
}
.btn-success.is-light{
	background-color: #ebfef9;
    color: #04906c;
}
.btn-info.is-light{
	background-color: #ebf8ff;
    color: #0385c4;
}
.btn-danger.is-light{
	background-color: #fdedf2;
    color: #d21953;
}
.btn-warning.is-light{
	background-color: #fef6eb;
    color: #905604;
}


.btn-circle{
    border-radius: 50%;
    padding: 8px !important;
    width: 38px;
}
.btn-circle.btn-light{
    background: #f1ecec;
}
.btn-circle.btn-light:hover{
    background: #fff;
}

.btn .badge-filtro{
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 0px;
    line-height: 17px;
    text-align: center;
}


/*TABLES*/
.card-table .card-body{
	padding: 20px;
}
.table td, .table th {
    border-bottom: 1px solid #dbdbdb !important;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top;
}
.table th {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: #283252;
}
.table td{
	font-family: "Roboto",sans-serif;	
    vertical-align: middle;
}
.table tbody td:not(:first-child) {
    color: #a2a5b9;
}
.table tbody tr:last-child td, .table tbody tr:last-child th {
    border-bottom-width: 0 !important;
}

/*DROPDOWN PADRAO DAS TABLES */
.s-table .btn-table-action i{
	font-size: 1.33rem;
	color: #a2a5b9;
}

.s-table .dropdown-menu{
	-webkit-box-shadow: 0px 5px 16px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 16px rgb(0 0 0 / 5%);
    border-color: #ededed;
    min-width: 260px;
}	
.s-table .dropdown-menu a{	
	color: #a2a5b9;
	display: flex;	
    line-height: 1.2em;
	align-items: center !important;
	padding: .5rem 1rem;
} 
.s-table .dropdown-menu a strong{
	font-family: "Montserrat",sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: #283252;
    display: block
}	
.s-table .dropdown-menu a span{
	font-family: "Roboto",sans-serif;
    color: #a2a5b9;
    font-size: .8rem;
}
.s-table .dropdown-menu a i{
	font-size: 1.07rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-right: 10px;
}
.s-table .dropdown-divider {
    background-color: #ddd;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0;
}
.table .avatar{
	width: 40px;
	height: 40px;
}

/*FLEX TABLES*/

.flex-table.is-compact .flex-table-item {
    margin-bottom: 0;
    border-radius: 0
}

.flex-table.is-compact .flex-table-item:not(:last-child) {
    border-bottom: none
}

.flex-table.is-compact .flex-table-item:nth-child(2) {
    border-radius: 8px 8px 0 0
}

.flex-table.is-compact .flex-table-item:last-child {
    margin-bottom: 6px;
    border-radius: 0 0 8px 8px
}

.flex-table .flex-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px
}

.flex-table .flex-table-header span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding: 0 10px 10px 10px
}

.flex-table .flex-table-header span.is-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    max-width: 30px
}

.flex-table .flex-table-header span.is-checkbox .checkbox {
    padding: 0
}

.flex-table .flex-table-header span.is-checkbox .checkbox>span {
    height: 22px
}

.flex-table .flex-table-header span.cell-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-table .flex-table-header span.cell-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-table .flex-table-header span.is-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.flex-table .flex-table-header span.is-grow-lg {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.flex-table .flex-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    background: #fff;
    border-radius: 8px;
    /*border: 1px solid #e5e5e5;*/
    border: 0px;
    padding: 8px;
    margin-bottom: 6px
}

.flex-table .flex-table-item.is-row {
    border: none;
    background: transparent
}

.flex-table .flex-table-item .flex-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-family: "Roboto", sans-serif
}

.flex-table .flex-table-item .flex-table-cell.is-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.flex-table .flex-table-item .flex-table-cell.cell-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-table .flex-table-item .flex-table-cell.cell-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-table .flex-table-item .flex-table-cell.cell-end .button.has-dot .dot {
    position: relative;
    top: 1px;
    font-size: 4px;
    margin: 0 6px
}

.flex-table .flex-table-item .flex-table-cell.cell-end .action-link {
    font-size: .9rem
}

.flex-table .flex-table-item .flex-table-cell.is-bold>span {
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
    font-weight: 600
}

.flex-table .flex-table-item .flex-table-cell.is-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    max-width: 30px
}

.flex-table .flex-table-item .flex-table-cell.is-checkbox .checkbox {
    padding: 0;
    margin-left: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user,
.flex-table .flex-table-item .flex-table-cell.is-media {
    padding-left: 0
}

.flex-table .flex-table-item .flex-table-cell.is-user.is-grow,
.flex-table .flex-table-item .flex-table-cell.is-media.is-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.flex-table .flex-table-item .flex-table-cell.is-user.is-grow-lg,
.flex-table .flex-table-item .flex-table-cell.is-media.is-grow-lg {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.flex-table .flex-table-item .flex-table-cell.is-user>div span:not(.avatar),
.flex-table .flex-table-item .flex-table-cell.is-media>div span:not(.avatar) {
    display: block;
    margin-left: 10px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div,
.flex-table .flex-table-item .flex-table-cell.is-media>div {
    line-height: 1.2
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-name,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-name {
    font-family: "Montserrat", sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: #363636
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta {
    color: #a2a5b9
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta svg,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta svg {
    position: relative;
    top: 2px;
    height: 14px;
    width: 14px;
    stroke-width: 1.6px;
    margin-right: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta span,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta span {
    display: inline-block;
    margin-left: 0;
    font-size: .9rem
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media {
    margin-left: 10px;
    margin-top: 4px
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media .h-avatar,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media .h-avatar {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .flex-media .h-avatar .avatar,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .flex-media .h-avatar .avatar {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important
}

.flex-table .flex-table-item .flex-table-cell.is-user>div .item-meta .separator,
.flex-table .flex-table-item .flex-table-cell.is-media>div .item-meta .separator {
    padding: 0 8px
}

.flex-table .flex-table-item .flex-table-cell.is-user .h-avatar .avatar.is-fake span,
.flex-table .flex-table-item .flex-table-cell.is-media .h-avatar .avatar.is-fake span {
    margin: 0
}

.flex-table .flex-table-item .flex-table-cell.is-user .media,
.flex-table .flex-table-item .flex-table-cell.is-media .media {
    display: block;
    width: 100%;
    max-width: 130px;
    min-height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.flex-table .flex-table-item .flex-table-cell.is-user .cell-image,
.flex-table .flex-table-item .flex-table-cell.is-media .cell-image {
    display: block;
    width: 100%;
    max-width: 80px
}

.flex-table .flex-table-item .flex-table-cell.is-user .cell-image.is-mini,
.flex-table .flex-table-item .flex-table-cell.is-media .cell-image.is-mini {
    max-width: 40px
}

.flex-table .flex-table-item .flex-table-cell .cell-icon {
    margin-right: 4px;
    color: #a2a5b9
}

.flex-table .flex-table-item .flex-table-cell .tag {
    margin-bottom: 0 !important;
    line-height: 1.8;
    height: 1.8em
}

.flex-table .flex-table-item .flex-table-cell .flex-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-table .flex-table-item .flex-table-cell .flex-media .meta {
    margin-left: 6px;
    line-height: 1.3
}

.flex-table .flex-table-item .flex-table-cell .flex-media .meta span {
    display: block !important;
    font-size: .8rem;
    color: #a2a5b9;
    font-family: "Roboto", sans-serif
}

.flex-table .flex-table-item .flex-table-cell .dot-levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-table .flex-table-item .flex-table-cell .dot-levels .dot {
    font-size: 8px;
    color: #b3b6c6;
    margin: 0 6px
}

.flex-table .flex-table-item .flex-table-cell .dot-levels .dot.active {
    color: #671cc9
}

/*FLEX PAGINATION*/

.flex-pagination {
    padding: 12px 0
}

.flex-pagination .pagination-next,
.flex-pagination .pagination-previous {
    background: #fff;
    min-width: 85px
}

.flex-pagination .pagination-next.has-chevron,
.flex-pagination .pagination-previous.has-chevron {
    min-width: 55px
}

.flex-pagination .pagination-next.has-chevron svg,
.flex-pagination .pagination-previous.has-chevron svg {
    height: 16px;
    width: 16px;
    stroke-width: 3px;
    stroke: #671cc9
}

.flex-pagination .pagination-list li .pagination-link {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .9em
}

.flex-pagination .pagination-list li .pagination-link.is-current {
    background: #671cc9;
    border-color: #671cc9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2);
    box-shadow: 0 14px 26px -12px rgba(103, 28, 201, .42), 0 4px 23px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 28, 201, .2)
}



.pagination {
    text-align: center
}

.pagination li {
    list-style-type: none;
    float: left
}

.pagination li a {
    padding: 0 5px;
    cursor: pointer
}

.pagination li.active {
    background: #671cc9 !important
}

.pagination li.active a {
    cursor: default;
    color: #fcfcfc !important
}

.pagination.datatable-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 10px
}

.pagination.datatable-pagination .datatable-info {
    font-family: "Roboto", sans-serif;
    color: #a2a5b9
}

.pagination.datatable-pagination ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    margin: 4px;
    background: #ededed;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pagination.datatable-pagination ul li.is-selected {
    background: #671cc9
}

.pagination.datatable-pagination ul li.is-selected a {
    color: #fff
}

.pagination.datatable-pagination ul li:hover {
    background: #fff;
    border-color: #e5e5e5;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.pagination.datatable-pagination ul li a {
    font-family: "Roboto", sans-serif;
    font-size: .9rem;
    font-weight: 500;
    color: #283252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination.datatable-pagination ul li a i {
    font-size: 14px
}



.pagination {
    font-size: 1rem;
    margin: -0.25rem
}

.pagination.is-small {
    font-size: .75rem
}

.pagination.is-medium {
    font-size: 1.25rem
}

.pagination.is-large {
    font-size: 1.5rem
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px
}

.pagination.is-rounded .pagination-link {
    border-radius: 290486px
}

.pagination,
.pagination-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    font-size: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link {
    border-color: #dbdbdb;
    color: #363636;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #dbdbdb;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
    border-color: #3273dc
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5
}

.pagination-previous,
.pagination-next {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination-list li {
    list-style: none
}

@media screen and (max-width: 768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pagination-previous,
    .pagination-next {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .pagination-list li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width: 769px),
print {
    .pagination-list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .pagination-previous {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .pagination.is-centered .pagination-previous {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .pagination.is-centered .pagination-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .pagination.is-centered .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .pagination.is-right .pagination-previous {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .pagination.is-right .pagination-next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .pagination.is-right .pagination-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

/*AVATAR*/
.avatar-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avatar-stack .h-avatar.is-small {
    border-radius: 50%;
}
.avatar-stack .h-avatar {
    border-radius: 50%;
}

.h-avatar.is-small {
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
}
.h-avatar {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.h-avatar.is-small .avatar.is-fake, .h-avatar.is-small .avatar.is-more {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.avatar-stack .h-avatar.is-small img, 
.avatar-stack .h-avatar.is-small .is-fake, 
.avatar-stack .h-avatar.is-small .is-more .inner {
    border: 2px solid #fff;
}
.h-avatar .avatar.is-fake.is-info {
    background: #cfeffe;
}
.h-avatar.is-small .avatar {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.h-avatar .avatar.is-fake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ededed;
    border-radius: 50%;
}

.h-avatar.is-small .avatar.is-fake span, .h-avatar.is-small .avatar.is-more span {
    font-size: .85rem;
}
.h-avatar .avatar.is-fake.is-info span {
    color: #039be5;
}

.h-avatar .avatar.is-fake span {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}
.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(2),
.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(3) ,
.avatar-stack .h-avatar.is-small:not(:first-child):nth-child(4) {
    margin-left: -12px;
}
.h-avatar.is-small .avatar.is-fake .inner, .h-avatar.is-small .avatar.is-more .inner {
    width: 30px;
    min-width: 30px;
    height: 30px;
}
.h-avatar.is-small .avatar.is-fake span, .h-avatar.is-small .avatar.is-more span {
    font-size: .85rem;
}
.avatar-stack .h-avatar img, .avatar-stack .h-avatar .is-fake, .avatar-stack .h-avatar .is-more .inner {
    border: 2px solid #fff;
}
.h-avatar .avatar.is-more .inner {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #f2f2f2;
    border: 1px solid #ededed;
}



/*FORMULARIOS*/
/*.form-control{
	background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    -webkit-box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    max-width: 100%;
    width: 100%;
}
*/
/*
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder{
	color:rgba(54,54,54,.3);
}
*/

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

::-webkit-input-placeholder ,
:-ms-input-placeholder,
::placeholder {
    color: red !important;
}

.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 0.9rem;
}



.form-control.form-control-rounded{
	border-radius: 290486px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.input-group{
	border: 1px solid #dbdbdb;
    border-radius: 0.25rem;
}
.input-group i{
    color: #dbdbdb;
}
.input-group .input-group-text{
	background: none;
	border: 0px;
    border-radius: 0.25rem;
}
.input-group .form-control{
	border: 0px;
}
.input-group.input-group-rounded{
	border-radius: 290486px;
    padding-left: calc(0.25em - 1px);
    padding-right:calc(0.25em - 1px);
}
.input-group.input-group-rounded .form-control{
	border-bottom-right-radius: 290486px;
	border-top-right-radius: 290486px;
}


/*MODAL*/

.modal-close,
.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px
}

.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.modal-close::before,
.delete::before {
    height: 2px;
    width: 50%
}

.modal-close::after,
.delete::after {
    height: 50%;
    width: 2px
}

.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
    background-color: rgba(10, 10, 10, .3)
}

.modal-close:active,
.delete:active {
    background-color: rgba(10, 10, 10, .4)
}

.modal .modal-title{
	font-family: "Montserrat",sans-serif;
    color: #283252;
    font-weight: 600;
    font-size: 1rem;
}
.modal .btn-close{
	color: #bbb;
    font-size: 10px;
}
.modal .modal-footer,	
.modal .modal-header{	
    border-color: #e5e5e5;
}

.modal .modal-body{
    padding: 1.5rem;
}

.modal-right {
	padding-right: 0 !important; 
}
.modal-right .modal-dialog {
	margin: 0 auto;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-width: 380px;

}
.modal-right .modal-dialog.modal-dialog-lg{
	max-width: 720px;
}


.modal-right .modal-content {
	min-height: 100%;

	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;

}
.modal-right .modal-header {
	/*flex: 0 0 120px; */
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

@media (max-width: 1439px) {
	.modal-right .modal-header {
		/* flex: 0 0 90px; */

	} }
@media (max-width: 1199px) {
	.modal-right .modal-header {
		/* flex: 0 0 80px; */} }
@media (max-width: 767px) {
	.modal-right .modal-header {
		/* flex: 0 0 70px;*/ } }
.modal-right .modal-footer {
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0; }
.modal-right.modal.fade .modal-dialog {
	transform: translate(25%, 0); }
.modal-right.modal.show .modal-dialog {
	transform: translate(0, 0); }


/* MEDIA FLEX*/

.media-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.media-flex:last-child,
.media-flex.no-margin {
    margin-bottom: 0
}

.media-flex .flex-meta {
    margin-left: 12px;
    line-height: 1.3
}

.media-flex .flex-meta.is-lighter span:first-child,
.media-flex .flex-meta.is-lighter>a:first-child {
    font-weight: 400
}

.media-flex .flex-meta.is-light span:first-child,
.media-flex .flex-meta.is-light>a:first-child {
    font-weight: 500
}

.media-flex .flex-meta span,
.media-flex .flex-meta>a {
    display: block
}

.media-flex .flex-meta span:first-child,
.media-flex .flex-meta>a:first-child {
    font-family: "Montserrat", sans-serif;
    color: #283252;
    font-weight: 600
}

.media-flex .flex-meta span:nth-child(2),
.media-flex .flex-meta>a:nth-child(2) {
    font-family: "Roboto", sans-serif;
    color: #a2a5b9;
    font-size: .9rem
}

.media-flex .flex-meta a:hover {
    color: #671cc9
}

.media-flex .flex-end {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.media-flex .flex-end .end-action {
    margin-left: 1rem
}

.media-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.media-flex-center:last-child,
.media-flex-center.no-margin {
    margin-bottom: 0
}

.media-flex-center .flex-meta {
    margin-left: 12px;
    line-height: 1.4
}

.media-flex-center .flex-meta.is-lighter span:first-child,
.media-flex-center .flex-meta.is-lighter>a:first-child {
    font-weight: 400
}

.media-flex-center .flex-meta.is-light span:first-child,
.media-flex-center .flex-meta.is-light>a:first-child {
    font-weight: 500
}

.media-flex-center .flex-meta span,
.media-flex-center .flex-meta>a {
    display: block
}

.media-flex-center .flex-meta span:first-child,
.media-flex-center .flex-meta>a:first-child {
    font-family: "Montserrat", sans-serif;
    font-size: .95rem;
    color: #283252;
    font-weight: 600
}

.media-flex-center .flex-meta span:nth-child(2),
.media-flex-center .flex-meta>a:nth-child(2) {
    font-family: "Roboto", sans-serif;
    color: #a2a5b9;
    font-size: .9rem
}

.media-flex-center .flex-meta a:hover {
    color: #671cc9
}

.media-flex-center .flex-end {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.media-flex-center .flex-end .end-action {
    margin-left: 1rem
}

/*ICONES*/

.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icons .h-icon {
    margin: 0 6px
}

.h-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 8px;
    background: #ededed;
    -webkit-transition: all .3s;
    transition: all .3s
}

.h-icon.is-small {
    height: 32px;
    width: 32px;
    min-width: 32px
}

.h-icon.is-small .fas,
.h-icon.is-small .fab,
.h-icon.is-small .far,
.h-icon.is-small .fal {
    font-size: 1rem
}

.h-icon.is-small .lnil,
.h-icon.is-small .lnir {
    font-size: 1.2rem
}

.h-icon.is-small svg {
    height: 16px;
    width: 16px;
    stroke-width: 1.4px
}

.h-icon.is-medium {
    height: 50px;
    width: 50px;
    min-width: 50px
}

.h-icon.is-medium.is-bordered {
    border-width: 1.6px
}

.h-icon.is-medium .fas,
.h-icon.is-medium .fab,
.h-icon.is-medium .far,
.h-icon.is-medium .fal {
    font-size: 1.5rem
}

.h-icon.is-medium .lnil,
.h-icon.is-medium .lnir {
    font-size: 1.7rem
}

.h-icon.is-medium svg {
    height: 25px;
    width: 25px;
    stroke-width: 1.4px
}

.h-icon.is-large {
    height: 68px;
    width: 68px;
    min-width: 68px
}

.h-icon.is-large.is-bordered {
    border-width: 2px
}

.h-icon.is-large .fas,
.h-icon.is-large .fab,
.h-icon.is-large .far,
.h-icon.is-large .fal {
    font-size: 2rem
}

.h-icon.is-large .lnil,
.h-icon.is-large .lnir {
    font-size: 2.2rem
}

.h-icon.is-large svg {
    height: 34px;
    width: 34px;
    stroke-width: 2px
}

.h-icon.is-big {
    height: 80px;
    width: 80px;
    min-width: 80px
}

.h-icon.is-big.is-bordered {
    border-width: 2px
}

.h-icon.is-big .fas,
.h-icon.is-big .fab,
.h-icon.is-big .far,
.h-icon.is-big .fal {
    font-size: 2.4rem
}

.h-icon.is-big .lnil,
.h-icon.is-big .lnir {
    font-size: 2.6rem
}

.h-icon.is-big svg {
    height: 40px;
    width: 40px;
    stroke-width: 3px
}

.h-icon.is-xl {
    height: 100px;
    width: 100px;
    min-width: 100px
}

.h-icon.is-xl.is-bordered {
    border-width: 2px
}

.h-icon.is-xl .fas,
.h-icon.is-xl .fab,
.h-icon.is-xl .far,
.h-icon.is-xl .fal {
    font-size: 3rem
}

.h-icon.is-xl .lnil,
.h-icon.is-xl .lnir {
    font-size: 3.4rem
}

.h-icon.is-xl svg {
    height: 50px;
    width: 50px;
    stroke-width: 3px
}

.h-icon.is-rounded {
    border-radius: 50%
}

.h-icon.is-primary {
    background: #dac4f7
}

.h-icon.is-primary.is-bordered {
    border-color: #671cc9
}

.h-icon.is-primary i {
    color: #671cc9
}

.h-icon.is-primary svg {
    stroke: #671cc9
}

.h-icon.is-secondary {
    background: #fff8fb
}

.h-icon.is-secondary.is-bordered {
    border-color: #ff227d
}

.h-icon.is-secondary i {
    color: #ff227d
}

.h-icon.is-secondary svg {
    stroke: #ff227d
}

.h-icon.is-accent {
    background: #fff
}

.h-icon.is-accent.is-bordered {
    border-color: #797bf2
}

.h-icon.is-accent i {
    color: #797bf2
}

.h-icon.is-accent svg {
    stroke: #797bf2
}

.h-icon.is-success {
    background: #c4fdef
}

.h-icon.is-success.is-bordered {
    border-color: #06d6a0
}

.h-icon.is-success i {
    color: #06d6a0
}

.h-icon.is-success svg {
    stroke: #06d6a0
}

.h-icon.is-info {
    background: #cfeffe
}

.h-icon.is-info.is-bordered {
    border-color: #039be5
}

.h-icon.is-info i {
    color: #039be5
}

.h-icon.is-info svg {
    stroke: #039be5
}

.h-icon.is-warning {
    background: #fef2e1
}

.h-icon.is-warning.is-bordered {
    border-color: #faae42
}

.h-icon.is-warning i {
    color: #faae42
}

.h-icon.is-warning svg {
    stroke: #faae42
}

.h-icon.is-danger {
    background: #f9cddb
}

.h-icon.is-danger.is-bordered {
    border-color: #e62965
}

.h-icon.is-danger i {
    color: #e62965
}

.h-icon.is-danger svg {
    stroke: #e62965
}

.h-icon.is-purple {
    background: #e7e2f0
}

.h-icon.is-purple.is-bordered {
    border-color: #8269b2
}

.h-icon.is-purple i {
    color: #8269b2
}

.h-icon.is-purple svg {
    stroke: #8269b2
}

.h-icon.is-blue {
    background: #e4f7ff
}

.h-icon.is-blue.is-bordered {
    border-color: #37c3ff
}

.h-icon.is-blue i {
    color: #37c3ff
}

.h-icon.is-blue svg {
    stroke: #37c3ff
}

.h-icon.is-yellow {
    background: #fff6de
}

.h-icon.is-yellow.is-bordered {
    border-color: #ffd66e
}

.h-icon.is-yellow i {
    color: #ffd66e
}

.h-icon.is-yellow svg {
    stroke: #ffd66e
}

.h-icon.is-orange {
    background: #ffefe7
}

.h-icon.is-orange.is-bordered {
    border-color: #ffa981
}

.h-icon.is-orange i {
    color: #ffa981
}

.h-icon.is-orange svg {
    stroke: #ffa981
}

.h-icon.is-green {
    background: #e7f8e5
}

.h-icon.is-green.is-bordered {
    border-color: #93e088
}

.h-icon.is-green i {
    color: #93e088
}

.h-icon.is-green svg {
    stroke: #93e088
}

.h-icon.is-red {
    background: #fee7ed
}

.h-icon.is-red.is-bordered {
    border-color: #f92b60
}

.h-icon.is-red i {
    color: #f92b60
}

.h-icon.is-red svg {
    stroke: #f92b60
}

.h-icon.is-bordered {
    border: 1px solid #999
}

.h-icon .fas,
.h-icon .fab,
.h-icon .far,
.h-icon .fal {
    font-size: 1.2rem;
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s
}

.h-icon .lnil,
.h-icon .lnir {
    font-size: 1.4rem;
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s
}

.h-icon svg {
    height: 20px;
    width: 20px;
    stroke-width: 1.4px
}


/*QUID*/

.dashboard-card .quick-stats .quick-stats-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.dashboard-card .quick-stats .quick-stats-inner .quick-stat {
    width: calc(50% - 16px);
    padding: 40px 20px;
    background: #f5f6fa;
    margin: 8px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta span:first-child {
    font-size: 1.4rem;
    font-weight: 600;
    color: #283252
}

.dashboard-card .quick-stats .quick-stats-inner .quick-stat {
        padding: 20px
}
.dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.dashboard-card .quick-stats .quick-stats-inner .quick-stat .media-flex-center .flex-meta {
    margin: 10px 0;
    text-align: center
}

.dashboard-card .people {
	margin-left: auto;
	margin-right: auto;
}
.dashboard-card .people .h-avatar {
    margin: 0 4px;
}
.dashboard-card .people .h-avatar .avatar{
    width: 40px;
    height: 40px;
}


.tree{
    margin: 0px;
    padding: 0px;
}

.tree ul {
    margin-left: 0px;
    padding-left: 35px;
}

.tree .btn-block{
    display: block;
    text-align: left;
    padding: 8px 8px 8px 8px;
    text-decoration: none;

}
.tree .btn-link{
    color: #333
}

.tree li {
    list-style-type: none;
    margin:0px 0px;
    position: relative;
}

.tree li::before {
    content: "";
    position: absolute;
    top:2px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:16px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:5px 0 0 0;
}



.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before
.tree li a:hover+ul::before, .tree li a:focus+ul::before
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
    border-color:  #000; /*connector color on hover*/
}





.table-flex thead th{
    font-size: .8rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding: 0 10px 10px 10px;
    border: 0px !important;
}

.table-flex tbody tr {
    background: #fff;
    margin-top: 50px !important;
    background-clip: border-box;
    border-radius: 8px;
}
.table-flex tbody td {
    border: 0px !important;
}
.table-flex tbody td strong{
    font-weight: 500;
}
.table-flex{
    border-collapse:separate;
    border-spacing: 0 0.333rem;
}

.table-flex tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}
.table-flex tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}

/*Vertical Steps*/
.list-group.vertical-steps{
    padding-left:10px;
}
.list-group.vertical-steps .list-group-item{
    border:none;
    border-left:3px solid #ece5dd;
    box-sizing:border-box;
    border-radius:0;
    padding-left:20px;
    padding-right:0px;
    padding-bottom:20px;
    padding-top:0px;
    background-color:transparent;
    color: #666;
}
.list-group.vertical-steps .list-group-item.active{
    color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
    border-left:3px solid transparent;
    padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color:#ece5dd;
    color:#555;
    content: '';
    display:inline-block;
    float:left;
    height: 15px;
    line-height: 15px;
    margin-left: -29px;
    text-align: center;
    width: 15px;
}
.list-group.vertical-steps .list-group-item small{
    font-weight: 600;
    font-size: 0.8rem;
}
.list-group.vertical-steps .list-group-item span{
    font-weight: 400;
    font-size: 0.9rem;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a{
    display:block;
    overflow:hidden;
    padding-top:2px;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before{
    background-color:#0052c2;
    color:#fff;
}
.list-group.vertical-steps .list-group-item.completed{
    border-left:3px solid #0052c2;
}
.list-group.vertical-steps .list-group-item.completed::before{
    background-color:#0052c2;
    color:#fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child{
    border-left:3px solid transparent;
}