Upgrade sonar plugin
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / new-scheduler / new-scheduler.css
1 .btn-white {
2     font-family: OpenSans;
3     border-radius: 2px;
4     border: 1px solid #d8d8d8;
5     background-color:  #ffffff;
6     width: 94px;
7     height: 30px;
8     color: #5a5a5a;
9     font-size: 13px;
10     font-weight: 400;
11     line-height: 36px;
12     text-align: center;
13 }
14
15 .btn-primary {
16     font-family: OpenSans;
17     border-radius: 2px;
18     border: 1px solid #0091c8;
19     background-color:  #009fdb;
20     width: 94px;
21     height: 30px;
22     color:  #ffffff;
23     font-size: 13px;
24     font-weight: 400;
25     line-height: 36px;
26     text-align: center;
27 }
28
29 .modal-header {
30     border: none!important;
31     padding: 15px 15px 0px 15px!important;
32 }
33
34 .modal-header h3 {
35     font-family: OpenSans;
36     color:  #5a5a5a;
37     font-size: 22px;
38     font-weight: 300;
39     line-height: 16px;
40     padding-bottom: 20px;
41     border-bottom: 3px solid #009fdb;
42
43 }
44
45 .modal-footer {
46     background-color: #eaeaea;
47 }
48
49 .modal-dialog {
50     width: 587px;
51     border-radius: 8px;
52 }
53
54 .modal-content {
55     width: 587px;
56     border-radius: 8px;
57     background-color:  #ffffff;
58 }
59 .label-font{
60             font-size: 1em;
61 }
62 .calender-icon{
63         background-image: url(../../../../../app/fusion/external/ebz/images/Calendar.svg); 
64         background-repeat:no-repeat;
65     background-position:98%;
66     border-radius: 6px;
67     border: 1px solid #888;
68     color: #444;
69     font-family: clearview_att_regular;
70     width: 100%;
71     outline: 0;
72     padding: 7px 10px;
73     text-transform: none;
74     z-index: 0;
75     height: 40px;
76     position: relative;
77     
78 }
79
80 input.calender-icon:focus{
81         background-image: url(../../../../../app/fusion/external/ebz/images/Calendar_blue.svg); 
82         background-repeat:no-repeat;
83 }
84
85
86
87 .timeslots-content{
88         margin-top: 0px;
89     margin-bottom: 0px;
90     height: 10em;
91 }
92 .find-block{
93         float:5em;
94 }
95 .timeslots-block{ 
96 /*      margin-top: 1em; */
97     height: 85px;
98  } 
99  .policy-combo{
100     background-image: none;
101  }
102  
103  div[ng-controller=newSchedulerController] .schedulerVisible {
104         visibility: visible;
105 }
106 div[ng-controller=newSchedulerController] .schedulerHidden {
107         visibility: hidden;
108 }
109
110 .table {
111     border: 1px solid #eaeaea;
112     box-sizing: border-box;
113     background-color: #ffffff;
114     box-shadow: 0px 2px 7px 0px rgba(34, 31, 31, 0.17);
115     font-family: OpenSans;
116     color: #5a5a5a;
117     font-size: 14px;
118     font-weight: 400;
119 }
120 .table>thead {
121     background-color: #d2d2d2;
122     font-family: OpenSans;
123     color: #191919;
124     font-size: 13px;
125     font-weight: 600;
126     line-height: 40px;
127 }
128
129 .table-headline-row {
130     font-family: OpenSans;
131     color: #5a5a5a;
132     font-size: 14px;
133     font-weight: 600;
134     background-color: #eaeaea;
135     box-shadow: 0px 1px 1px 0px rgba(34, 31, 31, 0.19);
136 }
137
138 .table-bordered{border:1px solid #eaeaea;}
139 .table-bordered>tbody>tr>td,
140 .table-bordered>tbody>tr>th,
141 .table-bordered>tfoot>tr>td,
142 .table-bordered>tfoot>tr>th,
143 .table-bordered>thead>tr>td,
144 .table-bordered>thead>tr>th{border:1px solid #eaeaea;}
145