.cdsSendMessageRow {
    margin-bottom: 20px;
}
.cdsSendMessageRowTitle {
    float:left;
    width:120px;
    text-align: left;
    font-weight: 600;
}
.cdsSendMessageTextArea {
    width:80%;
    height:150px;
    margin-bottom:10px;
}
.cdsSendMessageButtonSelected {
    all: unset;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #2B78E4;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.cdsSendMessageButtonUnselected {
    all: unset;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #CCCCCC;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.cdsSendMessageSubmitButton{
    all: unset;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    background-color: #2B78E4;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}
.cdsSendMessageRowSubtitle {
    margin-left: 120px;
    color: #B4B4B4;
    margin-top: -7px;
}
.cdsSendMessageScheduleInput {
    all: unset;
    border: 1px solid #cccccc;
    padding: 2px;
}

.cdsSendMessageAlertSuccess {
    width: 100%;
    background-color: #DFF0D8;
    color: #74B15C;
    border: 1px solid #74B15C;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cdsSendMessageAlertWarning {
    width: 100%;
    background-color: #FCF8E3;
    color: #E0C643;
    border: 1px solid #E0C643;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cdsSendMessageAlertError {
    width: 100%;
    background-color: #F2DEDE;
    color: #CD9292;
    border: 1px solid #CD9292;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ql-toolbar.ql-snow {
    width: 80%;
    margin-left: 120px;
}
#cdsSendMessageEmail {
    width: 80%;
    margin-left: 120px;
    height: 200px;
    overflow-y: scroll;
    resize: vertical;
}
.cdsSendMessageImage {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}

@media only screen
and (min-width : 100px) and (max-width : 800px){
    .cdsSendMessageTextArea{
        width: 100%;
        margin-top:5px;
    }
    #sendTo {
        width: 100%;
        margin-top:5px;
    }
    #subscriberList {
        width: 100%;
        margin-top:5px;
    }
    .cdsSendMessageRowSubtitle {
        margin-left:0px;
    }
}