@media (min-width: 1200px){
    .container {
        max-width: inherit;
    }
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before{
	background-color: #37B9ED;
}


.dropdown-item{
	font-size: 14px;
	font-weight: 500;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	font-weight: 300;
}

.table-container{
    min-height: 530px;
    padding: 0px;
}
.table {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .08em;
	margin-bottom: 0px; 
}
.table thead th{
	border-top: 0px;
}
.table-active, .table-active>td, .table-active>th{
	background-color: transparent;
}
.table th{
	color:#3a3a3a;
	font-weight: 500;
	font-size: 12px;
	outline-color:transparent;
	background-color: #9BDE41;
	color:white;
	font-weight: 600;
}
.table td{
	font-weight: 400;
	font-size: 12px;
	vertical-align: middle;
	padding: .5rem;
}
.table tr.table-inactive{
	background-color: #FFDDdd;
	color: #ff5454;
}
.table tr.table-active{
	background-color: #EBF8d9;
	color: #54bc08;
}

.table .user,
.table .email,
.table .permission
 {
	text-align: left;
}
.table .checkbox{
	width: 50px;
}
.table .checkbox > div{
	margin : 0 2px;
}
.table .seat{
	width: 80px;
}


/* rangeslider */
.input-range{
	margin-top: 50px
  }
  .rangeslider {
	margin-top: 10px
  }
  .rangeslider__fill{
	  background-color: #9BDE41
  }
  .rangeslider-wrap {
	padding-top: 100px;
  }
  .rangeslider__handle{
	  width: 20px;
	  height: 20px;
  }
  .rangeslider--horizontal{
	height: 10px;;
  }
  .rangeslider--horizontal .rangeslider__handle{
	top: -5px;
	left: 5px;
  }
  .rangeslider__handle__value {
	transition: background-color .2s, box-shadow .1s, transform .1s;
	transition-property: background-color, box-shadow, transform;
	transition-duration: 0.2s, 0.1s, 0.1s;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
	box-sizing: border-box;
	width: 50px;
	text-align: center;
	padding: 5px;
	background-color: var(--global-color-main-base);;
	border-radius: 5px;
	color: white;
	left: -16px;
	top: -49px;
	position: absolute;
	white-space: nowrap;
	border-top: 1px solid var(--global-color-main-base);;
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.07), 0 -3px 10px rgba(0, 0, 0, 0.3);
  
  }
  .rangeslider__handle__value:before {
	transition: border-top-color .2s;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid;
	border-top-color: var(--global-color-main-base);;
  }
  
  .rangeslider.rangeslider--active .rangeslider__handle__value {
	transform: translateY(-5px);
	box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
  }
  .rangeslider__handle:after{
	width: 9px;
	height: 9px; 
  }
  
/* modal */
.modal .modal-title{
	color:#3a3a3a
}
#modal-profile .filter{
	padding: 20px;
}
#modal-profile .tab-content{
	margin-top: 0px !important;
}

#app-users div.round-box.round-box-light div.round-box-body{
	padding:26px;
}

#tabs-profile ul.nav-tabs > li{
	/*width: 33.33%;*/
	text-align: center;
}
#tabs-profile .nav-tabs .nav-item.show .nav-link, 
#tabs-profile .nav-tabs .nav-link.active {
	border-bottom-color: #F7F7F7;
	background-color: #F7F7F7;
    font-weight: 600;
}

#profile-header{
	font-size: 14px;
	text-align: center;
}
#profile-header .profile-infos{
	display: grid;
    grid-template-columns: 2fr 1fr;
	align-items: start;
	justify-content: center;
    margin: auto 4rem;
}
#profile-header .modal-title{ 
	font-size: 25px;
	margin: 1rem;
}
#profile-header .modal-title h5{
	margin-bottom: 0
}
#profile-header .profile-details{
	display: grid;
	grid-template-rows: 1fr;
	justify-content: left;
	text-align: left;
	row-gap: 0.1rem;
    margin: 1rem;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.045rem;
}
#profile-header .profile-details .material-icons{
	font-size: 20px;
    font-weight: normal;
    color: rgba(40, 85, 139, 0.4);
}
#profile-header .profile-details a{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

#profile-header .profile-email,
#profile-header .profile-phone,
#profile-header .profile-source,
#profile-header .profile-tags{
	margin: 0rem 0;
	display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    column-gap: 0.5rem;
}
#profile-header .tag-flex{
	display: inline-flex;
    gap: 0.25rem;
}
#users #profile-header .tag-icon{
    margin: 0 !important;
	font-size: 14px !important;
}

#profile-header .profile-time{
	margin-top: 0.5rem;
	font-size: 13px;
	display: grid;
    column-gap: 0.25rem;
    grid-template-areas:
        "a b"
        "c d";
}

#tabs-profile{
	margin-top: 1.5rem;
}
#profile-history{
	font-size: 12px;
}
#profile-history td.level{
	/*white-space: nowrap;*/
	text-align: left;
}
#profile-history td.date{
	width: 1%;
}
#profile-history-table {
	margin-top:10px;
	overflow: auto;	
	max-height: 400px;
	display: block;
}
#profile-history-table .table{margin: 0}
#profile-history-table::-webkit-scrollbar {
	width: 5px;
}
#profile-history-table::-webkit-scrollbar-thumb {
	background: #37B8ED; 
  }

#tabs-profile-progress .card-header {
	padding:0px;
	font-size : 14px;
}
#tabs-profile-progress .card-header a{
	text-decoration: none;
	background: #37B9ED;
	padding: 10px 20px;
    color: white;
	text-align: left;
	display: block;
	border-radius: 3px;
	font-weight: 600
}
#tabs-profile-progress .card-body {
	padding:10px;
}
#tabs-profile-progress .card-body .table{
	margin: 0px
}
#tabs-profile-contract{}
#tabs-profile-contract .mx-datepicker .form-control{
	width: auto;
}

#tabs-profile-action table .date,
#tabs-profile-action table .user{
	width: 1%;
	white-space: nowrap;
}

td.user{

}
td.user .details{ 
	font-size: 11px; 
	padding: 0.25rem 0.5rem; 
	border-left: 4px solid rgba(222, 226, 230, 0.69);
	display: grid;
	gap: 0.15rem;
	align-items: center; 
	white-space: nowrap
}
td.user .details .material-icons{    
	font-size: 15px;
    font-weight: 400;
	color: rgba(40, 85, 139, 0.4);
}

td.user .details .links{
	display: flex;
	gap: 0.25rem;
	align-items: center;
}
td.user .details .links i{    
	font-size: 15px;
    font-weight: 400;
	color: rgba(40, 85, 139, 0.4);
}
td.user .details .links span{    
	font-size: 12px;
    font-weight: 400;
	color: rgba(40, 85, 139, 0.4);
}

/*#app-users #seat-busy label,*/
#app-users #seat-busy label .value{
	color: #37B9ED
}
#app-users #seat-max label{
	font-weight: 600;
}
#app-users .donut_single{
    position: relative;
	 width: 140px;
    height: 140px;
    margin: -20px auto 0;
	font-family: 'Monts', sans-serif;
	font-size: 12px;
}
#app-users .chart{
    width: 140px;
    height: 140px;
 
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
#app-users .labelOverlay {
    width: 90px;
    height: 45px;
    position: absolute;
    top: 50px;
    left: 27px;
    text-align: center;
    cursor: default;
	font-size: 1.5em;
}
#app-users .labelOverlay p {
  line-height: 0.3;
  
  padding:0;
  margin-bottom: 16px;
}
#app-users .labelOverlay p.seat-free {
  line-height: 0.5;
  font-size: 2.5em;;
  font-family: 'Fredoka One', cursive;	
  color: #3D3D3D;
  font-weight: 900;
}
#app-users .labelOverlay p.seat-unit {
  line-height: 0.5;
  font-size: .8em;
  color: #707070;
  font-weight: 700;
}
#app-users #tabs ul.nav-tabs > li{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color:#495057;
}
#app-users #tabs ul.nav-tabs > li a{
	color: #495057;
	font-weight: 600;
	line-height: 28px;
}
#app-users #tabs .nav-tabs .nav-item.show .nav-link,
#app-users #tabs .nav-tabs .nav-link.active{
	color:var(--global-color-main-base) ;
}
#app-users #tabs .nav-link .badge-info{
	margin-left: .5rem;
	background-color:#495057;
    vertical-align: middle;
    font-weight: 600;
    font-size: 0.9em;
	opacity: 0.55
}
#app-users #tabs .nav-link.active .badge{
	background-color: var(--global-color-main-base);
	opacity: 0.85
}
#app-users #tabs .tab-content{
	margin: 1rem 0rem;
}


#app-users .filter{ 
	background-color: #F7F7F7;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size:12px;
	letter-spacing: 0.08em;
}
#app-users .filter h5{
	color:#3a3a3a;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;	
	letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
#app-users .filter h5 i.material-icons{
	font-size:15px
}
#app-users .filter .form-group{
	margin-bottom: 0;
}
#app-users .filter .form-group legend{
	padding-left: .25rem;
	padding-right: .25rem;
}
#app-users .filter input,
#app-users .filter select{
    font-size:1em;
    margin: 0px;
	letter-spacing: 0.08em;
}
#app-users .filter select option{
	font-size:14px !important;
	letter-spacing: 0.08em;
}
#app-users .filter-tags{}
#app-users .filter-tracks{}
#app-users .filter-status{}
#app-users .filter-status li{ 
	margin-left:1em;
	vertical-align: text-top;
}
#app-users .filter-status input{ 
	vertical-align: text-top;
}
#app-users .tab-menu{
    margin:0px 0;
    background-color: #F7F7F7;
    margin-bottom:20px;
}
#app-users .tab-menu button{
	font-size:12px;
	font-weight: 800;
}
#app-users .tab-menu button i{
	font-size:16px;
	font-weight: 700;
	vertical-align: text-bottom;
}

#invitations{}
#invitations .table .permission{
	text-align: center;
}

#users{
    padding:0px;
    border-radius: 5px;
    background-color: #F7F7F7;
}
#users p.message{
	line-height: 40px;
	text-align: left;
	margin-bottom: 0;
	color: #FF2128;
	padding: 0rem;
	font-weight: 600;
	font-size: .9em;
}
#users p.message i.material-icons{
	vertical-align: sub;
	color:white;
	background-color: #FF2128;
	padding:8px;
	border-radius: 90px;
	margin-right: .5rem;
}
#users .tag-icons{
    white-space: nowrap;
}
#users .tag-icons .tag-icon{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 25px;
	margin-left: .15em;
}
#users .tags-inline{
	font-size: 10px;
}
#users .tags-inline .tag-icon{
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color:white;
	font-weight: 500;
}
#users .tags-inline .tag-icon span.text{
	display: inline-block;
    padding: 4px 5px 4px 10px;
    vertical-align: middle;
    line-height: initial;
}
#users .tags-inline .tag-icon span.delete{
	line-height: 1.25rem;
	display: inline-block;
	vertical-align: middle;
    padding: 3px 10px;
	cursor: pointer;
	opacity: 0.75;
	font-weight: 600;
}
#users .tags-inline .tag-icon span.delete:hover{
	background-color:  rgba(255, 255, 255, 0.1);
	opacity: 1;
}
.tag-pill #tag-color-input{
	width: 350px;
	margin:auto;
}
.tag-pill .tag-color-item{
	padding: 0px;
	height: 48px;
	width: 48px;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: .5rem;
}
.tag-pill .tag-color-item .custom-control-label{
	width: 48px;
	height: 48px;
	color: transparent; 
	text-indent: -9999px;
} 
.tag-pill .tag-color-item .custom-control-label::before, 
.tag-pill .tag-color-item .custom-control-label::after {
    top: 1rem;
	left: 1rem;
	/*
	background-color: white;
	border-radius: 90px;
	background-image: none;
	opacity: .5;   */
}


#users #modal-tag-edit .tag-color-item .custom-control-label,
#users #modal-tag-select .tag-color-item .custom-control-label{
	padding: 1rem;
    font-weight: 500;
	font-size: 14px;
	color: white;	
}
#users  #modal-tag-edit .tag-color-item.tag-block .custom-control-label::before, 
#users  #modal-tag-edit .tag-color-item.tag-block .custom-control-label::after,
#users  #modal-tag-select .tag-color-item .custom-control-label::before, 
#users  #modal-tag-select .tag-color-item .custom-control-label::after {
	top: 1rem;
	left: -.75rem;
}

#users .tag-color-item label{
	display: block;
}
#users .tag-color-item label .icons{
	float:right;
	color:white
}

#users-filter-time input,
#users-filter-time select,
#users-filter-progress input,
#users-filter-progress select{
	float:left;
	width:auto;
}
#users-filter-time input,
#users-filter-progress input{
	text-align: center;
}

.filter .mx-datepicker{
	/*
	width:auto!important;
	display: block!important;
	*/
	width: 49%!important;
	font-size: .9em!important;
}

#app-users #app-loader,
#app-users #app-content{
    padding:20px;
    border-radius: 5px;
    background-color: #F7F7F7;
}

#tabs-profile-achievement{}
#tabs-profile-achievement .card-header{
	padding: 0.25rem 0.25rem;
}
#tabs-profile-achievement .card-body{
	padding: 0.25rem 0.25rem;
}
#tabs-profile-achievement .card-body > div{
	display: grid;
	grid-template-rows: 1fr auto;
	height: 100%;
}