.cc-create-request-container form.aui .date-select, form.aui .field-group, form.aui .group {
    padding-left: 0px;
}

.aui-page-panel-content.create-idea {
    padding-top: 0;
}

.cc-create-request-container form.aui .field-group input {
    max-width: 680px;
}

.cc-create-request-container form.aui .field-group .select2-container {
    max-width: 680px;
}

form.aui .quill-wrapper {
    max-width: 680px;
}

.jira-create-form {
    width:100%;
    max-width: 705px;
}

.cc-create-idea {
    max-width: 680px;
}


.jira-create-form .create-issue-default-fields {
    display: none;
}

form.aui .cc-idea-summary-group {
    margin-bottom: 14px;
}

.cc-create-idea .category-misconfiguration-message {
    margin-bottom: 14px;
}

form.aui .cc-question-title {
    font-size: 20px;
}

form.aui .cc-question-email {
    font-size: 20px;
}

.cc-create-idea form.aui .buttons-container {
    padding-top: 9px;
    padding-left: 0;
}

.cc-create-idea .aui-dropdown2-trigger{
    background: #FFFFFF;
    text-align: left;
    font-size: 20px;
}

.cc-create-idea .aui-button.aui-dropdown2-trigger:not(.aui-dropdown2-trigger-arrowless):after {
     margin-top: 0;
    /* make sure no margins intefere with the positioning*/
     top: 20px;
    /* position the top of the arrow in the middle - 30px (height) / 2 (halfway) - 2 (arrow height)*/
}

.cc-create-idea .cc-idea-summary-group button[title="Select a category"] {
    color: #8e8e8e;
}

.cc-context-title {
    margin: 0 0 14px 0;
    max-width: 550px;
    word-wrap: break-word;
}

.cc-create-idea form.aui .field-group {
    padding-left: 0;
}

.cc-body .aui-dropdown2-trigger.ellipsis {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    text-overflow:ellipsis;
}

.cc-create-idea .cq-context-actions .error {
    color: #d04437;
    display: block;
    margin: 5px 0 0 0;
}

.cc-body .aui-dropdown2-trigger {
    border-bottom-right-radius: 3px !important;
}

.cc-body .aui-dropdown2.aui-style-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.cc-sidebar-ideas ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}
.cc-sidebar-ideas .cc-idea {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cc-sidebar-ideas .cc-idea:first-child {
    padding-top: 0;
}
.cq-widget-loading-indicator {
    margin-top: 15px;
}

.cc-sidebar-ideas-list.ng-hide-remove {
    transition: 0.5s linear all;
}

.cc-sidebar-ideas-list.ng-hide {
    opacity: 0;
}