/*- * ================================================================================ * eCOMP Portal * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ================================================================================ */ /*---------------------------------- General ----------------------------------------------------------------*/ @font-omnes-regular: arial; @font-omnes-medium: arial; @font-omnes-light: arial; @font-omnes-regular-italic: arial; @font-omnes-bold: arial; @font-clearview-regular: arial; @font-clearview-bold: arial; @font-clearview-light: arial; @font-clearview-regular-italic: arial; @select-width: 440px; @header-height: 55px; @padding-left-side: 70px; @footer-height: 75px; /* Top of Pages */ @padding-top: 10px; @page-main-top: 105px; @page-main-left: 0; @page-main-right: 0; @page-main-bottom: @footer-height; @page-main-position: fixed; @page-main-overflow-y: scroll; /* tables */ @table-width: 1170px; @table-margin: auto; @table-dropdown-filter-width: 460px; @table-dropdown-filter-display: inline-block; @second-level-top: 57px; @err: #da1f3d; @input-max-width: 234px; /*------------------------------- Colors -------------------------------*/ @a : #067ab4; @b : #156b97; @c : #0c2577; @d : #44c8f5; @e : #4ca90c; @f : #27a337; @g : #c4d82d; @h : #ef6f00; @i : #fbb313; @j : #b30a3c; @k : #e00000; @l : #81017e; @m : #da0081; @n : #333333; @o : #666666; @p : #999999; @q : #d8d8d8; @r : #eaeaea; @s : #f2f2f2; @t : #f8f8f8; @u : #ffffff; @v : #e6f6fb; @z : #199ddf; @bg : #F2F2F2; /*------------------------------- Buttons colors -------------------------------*/ @green-active: #4CA90C; @green-hover: #209657; @green-border: #45a006; @blue-active: #067ab4; @blue-hover: #39b1ec; @blue-border: #036698;