/*
 This software is the confidential information and copyrighted work of
 NetCracker Technology Corp. ("NetCracker") and/or its suppliers and
 is only distributed under the terms of a separate license agreement
 with NetCracker.
 Use of the software is governed by the terms of the license agreement.
 Any use of this software not in accordance with the license agreement
 is expressly prohibited by law, and may result in severe civil
 and criminal penalties. 
 
 Copyright (c) 1995-2021 NetCracker Technology Corp.
 
 All Rights Reserved.
 
*/
.cim-sidebar {
    /*float:left;*/
    width: 200px;
    position: relative;
    right:-1px;
    z-index:51;
    /*background:#ebf1f5 url('../i/ccsm-left-bg.png') repeat-y top right;*/
}

.cim-sidebar .cim-tabs {
    /*margin-top: 70px;*/
}

.cim-sidebar ul {
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin: 0 0 30px;
    word-wrap: break-word;
}

.cim-sidebar ul li {
    margin: 0 0 0 10px;
    border-left: 4px solid #ebf1f5;
}

.cim-sidebar ul li.cim-active-item {
    border-left-color: #0076c0;
    -webkit-box-shadow: 0 1px 3px #cfd2d4;
    -moz-box-shadow: 0 -1px 1px #cfd2d4;
    box-shadow: 0 1px 3px #cfd2d4;
}
     
.cim-sidebar ul li a {
    color: #369;
    text-shadow: -1px -1px 1px #f6f9fa;
    display: block;
    padding: 8px 0 8px 10px;
    text-decoration: none;
    font:12px Tahoma, Arial, sans-serif;
    line-height:100%;
}

.cim-sidebar ul li a:hover {color:#000;}

.cim-sidebar ul li.cim-active-item a {
    background-color: #fff;
    border-style: solid;
    border-color: #bec1c7;
    border-width: 1px 0 1px 0;
	color: black;
}

.cim-sidebar ul li a:hover {
    text-decoration: underline;
}

.cim-sidebar .cim-operations-menu li {
    margin: 0 10px 2px;
    border:0;
}

.cim-sidebar .cim-operations-menu li a {
    color:#000;
    background-position: 11px 7px !important;
    padding: 7px 0 8px 35px;
    background-color: #f1f6f9 !important;
    border: 1px solid #dcecf2;
    font:11px Tahoma, Arial, sans-serif;
}

.cim-sidebar .cim-operations-menu li a:hover {
    background-color: #f7fcff !important;
    border-color: #b7dbff;
    text-decoration: none;
}
/*
 WITHOUT LIMITING THE FOREGOING, COPYING, REPRODUCTION, REDISTRIBUTION,
 REVERSE ENGINEERING, DISASSEMBLY, DECOMPILATION OR MODIFICATION
 OF THE SOFTWARE IS EXPRESSLY PROHIBITED, UNLESS SUCH COPYING,
 REPRODUCTION, REDISTRIBUTION, REVERSE ENGINEERING, DISASSEMBLY,
 DECOMPILATION OR MODIFICATION IS EXPRESSLY PERMITTED BY THE LICENSE
 AGREEMENT WITH NETCRACKER. 
 
 THIS SOFTWARE IS WARRANTED, IF AT ALL, ONLY AS EXPRESSLY PROVIDED IN
 THE TERMS OF THE LICENSE AGREEMENT, EXCEPT AS WARRANTED IN THE
 LICENSE AGREEMENT, NETCRACKER HEREBY DISCLAIMS ALL WARRANTIES AND
 CONDITIONS WITH REGARD TO THE SOFTWARE, WHETHER EXPRESS, IMPLIED
 OR STATUTORY, INCLUDING WITHOUT LIMITATION ALL WARRANTIES AND
 CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
 TITLE AND NON-INFRINGEMENT.
 
 Copyright (c) 1995-2021 NetCracker Technology Corp.
 
 All Rights Reserved.
*/