/*
//===================================================================================
// Copyright (c) Calnex Solutions Ltd.  All rights reserved.
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE.
//===================================================================================
// The contents of this file should not be copied or distributed
// without permission being granted by Calnex Solutions Ltd.
//=================================================================================== 
*/

.management-feature-page {
    padding: 0px 10px 10px 10px;
}

.management-feature-group-container {
    background-color: #323232;
    border: 1px solid #797979;
    border-radius: 5px;
    padding: 10px;
}

.management-feature-group-container label {
    margin-right: 5px;
}

.management-feature-table {
    border: 1px solid #797979;
    width:100%;
}

.management-feature-table th {
    border: 1px solid #797979;
    padding: 1em;
}

.management-feature-table td {
    border: 1px solid #797979;
    padding: 0.5em 1em;
}

.management-selectable-text {
    /* Override the fact the user can't normally copy and past on our pages since they may want to copy the URLs */
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}