summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.modal.less
blob: b712ed2654b92ef48347bee54cf8f0197f5887a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.user-notification-details-modal {
    width: 595px;
    margin:auto;
    background-color:white;
  .title {
    .dGray18r;  //AT&T Dark Gray
    border-bottom: @blue-active 3px solid;

  }    
    input:not([type="button"]) {
    height: 13px;
} 
  .user-notification-details-contents {
  padding-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 630px;
    overflow-y: auto;
    margin-left:10px;
    padding-right:100px;
    
          .notif-input-calendar{
    width: 301px; 
    border-radius: 6px ; 
    border: 1px solid #888;
     height: 36px; 
     position: relative; 
     z-index: 1;
    }
    
.simulateCatGridHeaderRadioButton{
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
    font-family: Omnes-ECOMP-W02, Arial;
    color: #444444;
    float: left;
    font-size: 13px; 
    margin-left: 0px;
    width: 80px;
}

    .left-container{
      display: inline-block;
      width: 48%;
      

    }
    
   
    .right-container{
      display: inline-block;
      width: 48%;
      float: right;
          .mandatory-categories{
	color: #cf2a2a;
	font-size: 10px;
	position:absolute;
	
	}
      
      .notif-input{
      width:302px;
      height:50px;
    
      }
    }
   
  
   
    .ngdialog.ngdialog-theme-plain .ngdialog-content {
    // max-width: 100%;
    // width: 2000px;
    }
    .user-notif-label {
    
    .checkbox-categories{
	color: #cf2a2a;
	font-size: 10px;
	position:absolute;
	margin-top: -6px;
	
	}
    
    
 .tree{
   margin-left: 0px; 
   margin-right: 30px; 
   overflow-y: auto; 
   padding-top: 15px; 
   width:100%;
    max-height: 250px;
    margin-top:10px;
   }
   
   
   }
   
 
    
        margin-bottom: 5px;
        color: #5a5a5a;
        font-family: Omnes-ECOMP-W02, Arial;
        font-size: 14px;
        font-weight: bold;
       // padding-left: 10px;
    
         .property{
      position: relative;
      margin-bottom: 18px;
      
     
      .property-label{
        .dGray14r;
        
        
      }
       .input-field{
        .custom-input-field;
        width: 220px;
      }

      .input-file-field{
        width: 220px;
      }
      .select-field {
        .custom-select-field;
      }
        .error-container{
        position: absolute;
        width: 220px;
        display: block;
        height: 12px;
        line-height: 12px;

        .err-message{
          color: @funcRed;
          font-size: 10px;
        }
    }    
    .js-node-check{ 
        width: 16px;
        height: 16px;
        vertical-align:middle; 
        }
    }
     }
      }
      
   #datepicker{
      z-index: 10000 !important;
      width: 302px;
      padding-left: 6px;
  }