2 --arm_light_blue: #00C1DE;
5 --arm_dark_blue: #002B49;
6 --arm_light_gray: #E5ECEB;
7 --arm_light_gray1: #EFF5F4;
8 --arm_light_gray2: #EBEBEB;
9 --arm_light_gray3: #F7F7F7;
10 --arm_dark_gray: #7D868C;
12 --arm_orange: #FF6B00;
16 list-style:none outside none;
32 border: 1.5px solid var(--arm_blue);
33 border-left-width: 5px;
34 margin-left:-10px; /*correction to place selection border on the edge screen edge */
41 vertical-align: middle;
55 font: 15px Lato, Calibri, sans-serif;
58 #nav-tree .label:hover {
59 color: var(--arm_orange);
65 color: var(--arm_black);
68 #nav-tree .selected a {
72 /*correction for the larger box border on the left (10px-5px) */
73 #nav-tree .selected .arrow {
77 #nav-tree .children_ul {
84 padding-left: 10px; /*correction to add space before the first arrow in nav-tree */
85 background-color: #FAFAFF;
94 -webkit-overflow-scrolling : touch; /* iOS 5+ */
106 .ui-resizable .ui-resizable-handle {
111 background-color: var(--arm_light_gray);
112 background-repeat:repeat-y;
113 background-attachment: scroll;
121 .ui-resizable-handle {
129 margin: 6px 0px 0px 0px;
133 background-color: white;
134 -webkit-overflow-scrolling : touch; /* iOS 5+ */
148 #nav-sync img:hover {
153 color: var(--arm_orange);
158 #nav-tree { display: none; }
159 div.ui-resizable-handle { display: none; position: relative; }