main {
    padding: 15px;
}

.domain-first-th {
    min-width: 30px !important;
}

.domain-sel {
    float: right;
}

.domain-title {
    float: left;
}

pre {
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

.string {
    color: green;
}

.number {
    color: darkorange;
}

.boolean {
    color: blue;
}

.null {
    color: magenta;
}

.key {
    color: red;
}

.data-a {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.welcome-l {
    width: 400px;
}

.welcome-t {
    text-align: center;
}

.welcome-t h1 {
    font-size: 50px;
}

.webhook-modal-dialog {
    max-width: 950px !important;
}

.webhook-modal-dialog .modal-header {
    background-color: #c3c3c3;
}

.webhook-modal-dialog .modal-title {
    font-size: 20px;
}

.webhook-modal-dialog .modal-close-back, .w-all-modal-dialog .modal-close-back {
    margin-top: 10px;
}

.webhook-modal-dialog .modal-body {
    width: 99%;
    margin-left: 2.5%;
    max-height: 600px;
}

.webhook-modal-dialog .modal-body div {
    overflow-y: auto;
    max-height: 565px;
}

.w-all-modal-dialog {
    max-width: 1050px !important;
}

.w-all-modal-dialog .modal-header {
    background-color: #c3c3c3
}

.w-all-modal-dialog .modal-title {
    font-size: 20px;
}

.w-all-modal-dialog .modal-body {
    width: 99%;
    margin-left: 2.5%
}

.w-all-modal-dialog .modal-body div {
    width: 100%;
    overflow: auto;
}

.w-all-modal-dialog .modal-body div pre {
    outline: none;
    overflow: inherit
}

.ev-sum-a {
    cursor: pointer;
}

.data-th {
    width: 110px;
}

.del-form {
    display: inline;
}

.del-form-hr {
     margin:0
}

.login-logo {
    height: 100px;
}

.nav-logo {
    height: 35px
}
