footer{
	/*background: #060413;
	height: 50px;
	line-height: 50px;*/
	/*color: #FFF;*/
	color: #060413;
	/*border-radius: .2rem;*/
	font-size: 1rem;
	line-height: 24px;
}

footer a{
	margin: 0 8px;
}

.vertical-align-middle{
	display: flex;
	align-items: center;
}


/* custom florateam bootstrap components */
.bg-purple{
    background-color: #3725B6 !important;
}

.text-purple{
	color: #3725B6;
}

a.text-purple:hover{
    color: #281b85;
	text-decoration: underline;
}

.unselectable{
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}



.badge-purple {
    color: #fff;
    background-color: #3725B6;
}

nav{
	border-radius: .2rem;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #3725B6;
}



.page-item.active .page-link {
	background-color: #3725B6;
	border-color: #3725B6;
}

.page-link{
	color: #3725B6;
}

.page-link:hover{
    color: #3725B6;
}

.page-link:focus{
    box-shadow: 0 0 0 0.2rem rgba(55, 37, 182, .25);
}


/* .btn-purple & .btn-outline-purple */
.btn-purple {
	color: #fff;
	background-color: #3725B6;
	border-color: #3725B6;
}

.btn-purple:hover{
	color: #fff;
	background-color: #2d1e95;
	border-color: #281b85;
}

.btn-purple:focus, .btn-purple.focus{
	box-shadow: 0 0 0 0.2rem rgba(55, 37, 182, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled{
  color: #fff;
  background-color: #3725B6;
  border-color: #3725B6;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle{
	color: #fff;
	background-color: #2d1e95;
	border-color: #281b85;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
	.show > .btn-purple.dropdown-toggle:focus{
	box-shadow: 0 0 0 0.2rem rgba(40, 27, 133, 0.5);
}

.btn-outline-purple{
	color: #3725B6;
	background-color: transparent;
	background-image: none;
	border-color: #3725B6;
}

.btn-outline-purple:hover{
    color: #fff;
    background-color: #3725B6;
    border-color: #3725B6;
}


/* .btn-green & .btn-outline-green */
.btn-green {
	color: #fff;
	background-color: #A4B625;
	border-color: ##A4B625;
}

.btn-green:hover{
	color: #fff;
	background-color: #2d1e95;
	border-color: #281b85;
}

.btn-green:focus, .btn-green.focus{
	box-shadow: 0 0 0 0.2rem rgba(55, 37, 182, 0.5);
}

.btn-green.disabled, .btn-green:disabled{
  color: #fff;
  background-color: #A4B625;
  border-color: #A4B625;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle{
	color: #fff;
	background-color: #2d1e95;
	border-color: #281b85;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
	.show > .btn-green.dropdown-toggle:focus{
	box-shadow: 0 0 0 0.2rem rgba(40, 27, 133, 0.5);
}

.btn-outline-green{
	color: #3725B6;
	background-color: transparent;
	background-image: none;
	border-color: #3725B6;
}

.btn-outline-green:hover{
    color: #fff;
    background-color: #3725B6;
    border-color: #3725B6;
}




.table th{
	font-size: 13px;
	color: #3725B6;
}

.table td{
	font-size: 13px;
}

.table th{
    border-top: none;
}


.toast-title{
    font-weight: 600;
}

#toast-container > div{
    width: 340px;
}



th.sortable{
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.noselect{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.select2-search__field{
    width: 100% !important;
}

.select2-results__message{
    font-size: 0.66rem !important;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
    cursor: pointer;
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    
}

/*
a:not([href]):not([tabindex]):active{
    background-color: #3725B6;
    color: #fff;
}
*/


#messagePopUp .select2-container .select2-selection--single{
    height: 38px;
    line-height: 24px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
	padding-left: 0;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
	margin: 7px 0 0 6px;
}