#mainBody {
    border-radius: 2px;
    box-shadow: 0 0 10px 0 rgba(128, 145, 165, 0.2);
}

#sms {
    width: calc(100% - 12px);
    height: auto;
    margin-top: 6px;
    margin-left: 6px;
    padding-bottom: 10px;
}

#sms .item {
    padding-top: 10px;
}

#sms .item .label {
    width: 90px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#sms .item .input {
    width: calc(100% - 90px);
    float: left;
}

#sms .item .input .receiverlist input {
    border: none;
}

#sms .item .input .receiverlist {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    height: 34px;
    line-height: 34px;
}

#sms .item .input input, #sms .item .input select {
    padding: 0 3px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    margin-top: 0;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    color: #262626;
    outline: none;
}

.title {
    width: calc(100% - 26px);
}

div.receiverlist {
    width: calc(100% - 20px);
}

.cyan-form-input-div {
    vertical-align: top;
}

.cyan-form-hour-minute-split + .cyan-form-input-div {
    margin-right: 10px;
}

#sms .item .input select {
    width: calc(100% - 20px);
}

#sms .item .label a {
    color: #1b82d1;
}

#sms .item:nth-child(2) .input {
    color: #999999;
}

.buttons {
    text-align: left;
    width: auto;
    margin-top: 0;
    padding-left: 86px;
}

.buttons button {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    margin-right: 10px;
}

.buttons button:hover {
    color: #ffffff;
    background: #4188f3;
    border: 1px solid #2170d9;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    margin-right: 10px;
}
