/* styles for new message screen starts*/
.new-msg-header {
    color: #001F5F;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    font-family: Roboto;
}

#new-message-section,
#thanks-message-section {
    background-color: #ffffff;
    padding: 30px;
}

#new-message-header {
    margin-top: 30px;
    padding: 0;
}

#new-message-section {
    padding-right: 45px !important;
}

#new-msg-main-sec {
    margin-bottom: 40px;

}

#rep-section {
    margin-top: -4px;
}

.recipientlabel,
.new-msg-form-labels {
    color: #001F5F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

#new-msg-subject,
#reply-msg-subject {
    border: none;
    border-bottom: 1px solid #D5D7DA;
    width: 52%;
    margin-left: 15px;
    font-family: Roboto;
    color: #545964;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

#new-msg-topic,
#new-msg-urgency {
    border: 1px solid #D5D7DA;
    width: 262px;
    color: #545964;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin-left: 30px;
}

#new-msg-urgency {
    margin-left: 10px;
}

.new-msg-input-fields {
    height: 30px;
}

.new-msg-form-fields {
    margin-top: 15px;
}

#new-msg-send-button,
#reply-msg-send-button {
    margin-top: 30px;
}

#reply-msg-send-button {
    margin-bottom: 37px;
}

#new-msg-send-button {
    width: 164px;
}

#new-message-error {
    margin-bottom: 20px;
    display: none;
}

@media (min-width: 319px) and (max-width: 768px) {

    #new-msg-subject,
    #reply-msg-subject {
        width: 75%;
    }

    #new-msg-topic,
    #new-msg-urgency {
        width: 75%;
    }

    #new-message-section {
        background-color: #ffffff;
        padding-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 105% !important;
        margin-left: -5px;
    }

    #new-msg-main-sec {
        width: 111% !important;
        margin-left: -24px !important;
    }

    #new-message-header,
    #thanks-message-header {
        margin-top: -30px;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    #new-msg-loader {
        margin-top: 50%;
    }


}