*, *::before, *::after {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}




.column-3 {
	background: #edf0f5 url('app-assets/img/pages/sativa.png');
}


 .dropdown-menu {
	text-transform:  none ;
	font-size: 0.8rem;
}


.operator {

	text-align: center;
	display: block;

}

.status {
	width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
	border: 5px solid white;
	position: absolute;
	top: 64px;
	right: 44px;

}



.main-card {
	font-family : 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.9rem;
	text-transform:  uppercase ;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	position: relative;
	padding: 5px 0 5px 0;
	display: block;



}


.width-50-per {
	width : 50% !important;
}

.rounded-circle {
	border-radius : 50% !important;
}

img.img-border {
	border : 5px solid #FFFFFF;
}

.gradient-mint {
	background-image : -webkit-linear-gradient(45deg, #23BCBB, #45E994);
	background-image : -moz- oldlinear-gradient(45deg, #23BCBB, #45E994);
	background-image :      -o-linear-gradient(45deg, #23BCBB, #45E994);
	background-image :         linear-gradient(45deg, #23BCBB, #45E994);
	background-repeat : repeat-x;
}



.dropup, .dropright, .dropdown, .dropleft {
	position : relative;
}

.dropdown-toggle::after {
	display : inline-block;
	width : 0;
	height : 0;
	margin-left : 0.255em;
	vertical-align : 0.255em;
	content : '';
	border-top : 0.3em solid;
	border-right : 0.3em solid transparent;
	border-bottom : 0;
	border-left : 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left : 0;
}

.dropdown-menu {
	position : absolute;
	top : 100%;
	left : 0;
	z-index : 10000 !important;
	display : none;
	float : left;
	min-width : 10rem;
	padding : 0.5rem 0;
	margin : 0.125rem 0 0;
	font-size : 1rem;
	color : #212529;
	text-align : left;
	list-style : none;
	background-color : #FFFFFF;
	-webkit-background-clip : padding-box;
	background-clip : padding-box;
	border : 1px solid rgba(0, 0, 0, 0.15);
	border-radius : 0.25rem;
}

.dropdown-menu-right {
	right : 0;
	left : auto;
}

.dropup .dropdown-menu {
	top : auto;
	bottom : 100%;
	margin-top : 0;
	margin-bottom : 0.125rem;
}

.dropup .dropdown-toggle::after {
	display : inline-block;
	width : 0;
	height : 0;
	margin-left : 0.255em;
	vertical-align : 0.255em;
	content : '';
	border-top : 0;
	border-right : 0.3em solid transparent;
	border-bottom : 0.3em solid;
	border-left : 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left : 0;
}

.dropright .dropdown-menu {
	top : 0;
	right : auto;
	left : 100%;
	margin-top : 0;
	margin-left : 0.125rem;
}

.dropright .dropdown-toggle::after {
	display : inline-block;
	width : 0;
	height : 0;
	margin-left : 0.255em;
	vertical-align : 0.255em;
	content : '';
	border-top : 0.3em solid transparent;
	border-right : 0;
	border-bottom : 0.3em solid transparent;
	border-left : 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left : 0;
}

.dropright .dropdown-toggle::after {
	vertical-align : 0;
}

.dropleft .dropdown-menu {
	top : 0;
	right : 100%;
	left : auto;
	margin-top : 0;
	margin-right : 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display : inline-block;
	width : 0;
	height : 0;
	margin-left : 0.255em;
	vertical-align : 0.255em;
	content : '';
}

.dropleft .dropdown-toggle::after {
	display : none;
}

.dropleft .dropdown-toggle::before {
	display : inline-block;
	width : 0;
	height : 0;
	margin-right : 0.255em;
	vertical-align : 0.255em;
	content : '';
	border-top : 0.3em solid transparent;
	border-right : 0.3em solid;
	border-bottom : 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left : 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align : 0;
}

.dropdown-menu[x-placement^='top'], .dropdown-menu[x-placement^='right'], .dropdown-menu[x-placement^='bottom'], .dropdown-menu[x-placement^='left'] {
	right : auto;
	bottom : auto;
}

.dropdown-divider {
	height : 0;
	margin : 0.75rem 0;
	overflow : hidden;
	border-top : 1px solid #E9ECEF;
}

.dropdown-item {
	display : block;
	width : 100%;
	padding : 0.25rem 1.5rem;
	clear : both;
	font-weight : 400;
	color : #212529;
	text-align : inherit;
	white-space : nowrap;
	background-color : transparent;
	border : 0;
}
.dropdown-item:hover, .dropdown-item:focus {
	color : #16181B;
	text-decoration : none;
	background-color : #F8F9FA;
}
.dropdown-item.active, .dropdown-item:active {
	color : #FFFFFF;
	text-decoration : none;
	background-color : #666EE8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color : #6C757D;
	background-color : transparent;
}

.dropdown-menu.show {
	display : block;
}

.dropdown-header {
	display : block;
	padding : 0.5rem 1.5rem;
	margin-bottom : 0;
	font-size : 0.875rem;
	color : #6C757D;
	white-space : nowrap;
}

.dropdown-item-text {
	display : block;
	padding : 0.25rem 1.5rem;
	color : #212529;
}









