/*- * ============LICENSE_START======================================================= * VID * ================================================================================ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved. * ================================================================================ * 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. * ============LICENSE_END========================================================= */ .modal-dialog * { font-family: OpenSans-Regular, sans-serif; } .modal-dialog { width: 540px; } .modal-dialog service-metadata{ background: white; } .modal-dialog .modal-footer { background: #F8F8F8; border-radius: 0 0 8px 8px; } .modal-dialog .cancel-btn { width: 120px; } .modal-dialog .title { font-size: 22px; color: #000000; } .modal-dialog .top { margin: 15px 20px; border-bottom: 3px solid #009FDB; padding-bottom: 15px; } .modal-dialog .modal-x { float: right; margin-top: 10px; height: 15px; cursor:pointer; } .modal-dialog service-metadata label { margin-bottom: 3px; } .modal-dialog service-metadata .field { margin-top: 11px; }