/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.alert 
{
	z-index: 9999;
	padding: 0.5rem 0.6rem !important;
	margin-top: 1rem;
}

.alert-dismissible .close 
{
	padding: 0.4rem 0.5rem
}

.tabulator-table .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1dc9b7;
    background-color: #1dc9b7;
}
.tabulator-table .custom-control-input ~ .custom-control-label::before {
    color: #fff;
    border-color: #9c7b8291;
    background-color: #a9032991;
}

.tabulator-table  .custom-switch .custom-control-input ~ .custom-control-label::after {
    background-color: #fff;
}
.action-ban{
    color:#a9032991;
}
.fPRParamClass {
    text-align: center;
    border: 1px solid;
    background-color: #456b7b;
    border-color: #385764;
    color: white;
    margin: 5px 5px 0px 0px;
}

#selPlantList .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

@media (min-width: 992px)
{
	.modal-lg, .modal-xl {
		max-width: 1200px;
	}
}

.custom-content
{
	height:40rem;
	width: 100%;
}
.bg-color-red
{
	background-color: #a9032991!important;
	color: white;
}

.bg-color-yellow
{
	background-color: #efd919!important;
	background-color: white;
	color: #615b5b;
}

.bg-color-orange
{
	background-color: #FF9800!important;
	color: white;
}

.bg-color-darkGray
{
	background-color: #606060!important;
	color: white;
}
.bg-color-gray
{
	background-color: #868282!important;
	color: white;
}

.bg-color-green
{
	background-color: #356e35!important;
	color: white;
}

.badge
{
	border: 2px solid #b5b1b1!important;
	margin: 1px;
}

.tabulator-col-title {  text-align: center; }

	
.tabulator-group {
	display: inline-flex;
}

.amcharts-export-menu {
	display:none;
}