
.clickablesection {
	cursor: pointer;
    border: 1px solid #38cab3;
    padding: 8px;
	margin-top: 5px;
	min-height: 118px;
}
.owneruserswitchsecion
{
	margin-bottom: 10px;
}

.clickablesection.active {
    border: 1px solid #0689e0;
    color: #0689e0;
    background: #ecf8ff;
}
.clickablesection:hover {
    background-color: #38cab3;
    border: 1px solid #38cab3;
    color: #fff;
    box-shadow: 4px 4px 20px -12px #000;
}



.clickablesection p{font-size: 12px;}

.rdiobox input[type=radio]:checked+span:before {
    border-color: transparent;
    background-color: #0689e0;
}

.clickablesection label {
    font-weight: bold;
}