﻿.section {
    border: 2px solid gainsboro;
    padding: 40px;
    margin-bottom: 10px;
    color: #5D5D5D;    
    display: block;
}

.section-title {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.section-note {
    color: lightcoral;   
}

.AccountInfo {
    margin-top: 50px;
    line-height: 15px;    
}

.fieldName {
    font-weight: bold;
    float: left;
    width: 150px;
    padding: 5px;
    color: #777777;
}

.fieldValue {
    background-color: ghostwhite;
    padding: 5px;
    min-width: 200px;    
    width: 400px;
    height: 24px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.webhook {
    width: 100%;
    min-height: 670px;
}

.webhook-service {
    width: 10%;
    margin-right: 40px;
}

.webhook-url {
    font-size: 15px;
}

.webhook-enabled input[type=checkbox]{

}

.webhook-authkey {

}

.account-list {
    margin-top: 15px;
    width: 250px;
    font-size: 14px;
}

.account-state {

}

.account-phone {

}

.account-email {

}

.account-description {

}

.service {
    width: 200px;
    margin-right: 20px;
    font-size: 16px;
    padding: 0px;
}

.event {
    width: 200px;
    margin-right: 20px;
    font-size: 16px;
    padding: 0px;
}