html, button, input, textarea {
    font-family: "myriad-pro", myriad, verdana, arial, sans-serif;
    font-size: 1em;
}

body, label {
    font-size: 14px;
}

@media (max-width: 767px) {
    html, button, input, textarea {
        /*font-size: .8em;*/
    }
}

input[type='file']:disabled {
    opacity: .5;
}

a.link-disabled {
    pointer-events: none;
}

table td {
    vertical-align: top;
}

.well label {
    font-weight: bold;
}

.hide {
    display: none;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.msg-info {
    color: #ccc;
}

.msg-error {
    color: #b94a48;
}

.msg-warning {
    color: #f0ad4e;
}

.noticeboard td {
    vertical-align: middle;
}

.ajax-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    right: 0;
    bottom: 0;
}

.label-none {
    background-color: #a872ff;
}

.label-withdrawn {
    background-color: #3A6EA5;
}

.label-neutral {
    background-color: #BBB;
}

.label-neutral[href]:hover, .label-neutral[href]:focus {
    background-color: #999;
}

.default {
    color: #cccccc;
}

.success {
    color: #5cb85c;
}

.warning {
    color: #f0ad4e;
}

.error {
    color: #b94a48;
}

.submitted {
    border-left-color: #5cb85c;
}

.unsubmitted {
    border-left-color: #f0ad4e;
}

.cancelled {
    border-left-color: #5bc0de;
}

.withdrawn {
    border-left-color: #3A6EA5;
}

.deadlinepassed {
    border-left-color: #777;
}

.unprocessed {
    border-left-color: #d9534f;
}

.deadline-danger {
    background-color: #d9534f !important;
}

.deadline-warning {
    background-color: #f0ad4e !important;
}

.deadline-passed {
    background-color: #cccccc !important;
}

.description a:visited {
    color: #8a00bc;
}

.tooltip {
    color: #cccccc;
}

.tooltip:hover {
    color: #cccccc;
}

a.tooltip {
    color: #cccccc;
}

a.tooltip:visited {
    color: #cccccc;
}

/**/

.ap-score {
    width: 4.5em;
}

/**/

.ap-ac-spinner {
    position: absolute;
    top: 8px;
    right: 30px;
}

@media (max-width: 767px) {
    .ap-ac-spinner {
        position: absolute;
        top: 8px;
        right: 40px;
    }
}

/**/

.ap-autouni {
    padding-top: 24px;
}

.ap-autouni.campl-form-checkbox .campl-form-label {
    position: inherit;
}

.ap-autouni.campl-form-checkbox .campl-form-input {
    margin-left: 1em;
}

@media (max-width: 767px) {
    .ap-autouni {
        padding-top: 0px;
        margin-bottom: 18px;
    }
}

/**/

.ap-attention {
    background-color: #fff;
    border: 1px solid #E8F1F9;
    padding: 20px;
}

.ap-attention .course {
    display: block;
}

.ap-attention label {
    font-weight: bold;
    display: block;
    margin-top: 1em;
}

/*.ap-attention .txt {*/
/*    font-weight: normal;*/
/*    display: block;*/
/*}*/

.ap-attention,
.ap-attention .campl-link {
    font-weight: normal;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/**/

.ap-fieldset-close {
    position: absolute;
    top: 20px;
    right: 12px;
    font-size: 1.5em;
}

.ap-fieldset-close:hover {
    background: #e6e6e6;
    cursor: pointer;
}

.ap-fieldset-close a, .ap-fieldset-close a:hover, .ap-fieldset-close a:visited {
    color: #333;
    font-style: normal;
    text-decoration: none;
    padding: 13px;
    display: block;
}

@media (max-width: 767px) {
    .ap-fieldset-close {
        right: 16px;
    }

    .ap-fieldset-close a, .ap-fieldset-close a:hover, .ap-fieldset-close a:visited {
        padding: 16px;
    }
}

/**/

.ap-radiobtn {
    margin-bottom: 5px;
}

.ap-radiobtn label {
    display: inline;
}

.ap-radiobtn label:hover {
    cursor: pointer;
}

.ap-radiobtn > div:nth-child(1) {
    vertical-align: top;
    float: left;
}

.ap-radiobtn > div:nth-child(2) {
    margin-left: 2em;
    padding-top: 3px;
}

@media (max-width: 767px) {
    .ap-radiobtn > div:nth-child(1) {
        float: left;
    }

    .ap-radiobtn > div:nth-child(2) {
        display: block;
        margin-left: 1.5em;
    }
}

/**/

.ap-child {
    min-width: 1em !important;
    margin-right: 5px;
}

.ap-child-del {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.ap-child-add {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .ap-child-del {
        margin-top: 0;
    }

    .ap-child-add {
        /*margin-top: 0;*/
    }
}

/**/

.ap-countdown-indicators {
    float: right;
    margin-bottom: 1em;
}

.ap-countdown-indicators .countdown {
    display: inline-block;
    /*overflow: auto;*/
}

.ap-countdown-indicators .countdown:not(:first-child) {
    margin-left: .5em;
}

/**/
.ap-pagetitle {
    position: relative;
    overflow: hidden;
}

.ap-pagetitle .ap-countdown {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ap-pagetitle .ap-countdown .campl-highlight-date-text {
    color: #FFF;
}



/**/

.ap-summary > div {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .ap-summary > div {
        margin-bottom: 0;
    }
}

/**/

.ap-section-status .section h5 {
    margin: 0;
}

.ap-section-status .section {
    margin-bottom: 1em;
    overflow: auto;
}

.ap-section-status .section > div:first-child {
    width: 25%;
    float: left;
}

.ap-section-status .section > div:nth-child(2) {
    width: 8.333333333333334%;
    float: left;
}

.ap-section-status .section > div:nth-child(3) {
    width: 66.66666666666667%;
    float: left;
}

@media (max-width: 767px) {
    .ap-section-status .section > div:first-child {
        width: 50%;
        float: left;
    }

    .ap-section-status .section > div:nth-child(2) {
        width: 50%;
        float: left;
    }

    .ap-section-status .section > div:nth-child(3) {
        width: 100%;
        float: left;
    }
}

/**/

.ap-preferences .campl-wid20 {
    text-align: center;
}

/* completeness progress bar */

.ap-progressbar.ui-progressbar {
    background-color: #f5f5f5;
}

.ap-progressbar.ui-progressbar .ui-progressbar-value {
    margin: 0;
}

.ap-progressbar.ui-progressbar .ui-progressbar-label {
    color: #fff;
}

/**/

.ap-ow-sbs .course-app {
    padding-right: 2em;
    border-right: 1px solid #ddd;
    position: relative;
}

.ap-ow-sbs .funding-app {
    padding-left: 2em;
    position: relative;
}

.ap-ow-sbs .course-app .ap-countdown, .ap-ow-sbs .funding-app .ap-countdown {
    position: absolute;
    top: 0;
}

.ap-ow-sbs .course-app .ap-countdown {
    right: 2em;
}

.ap-ow-sbs .funding-app .ap-countdown {
    right: 0;
}

.ap-ow-sbs .course-app .ap-countdown .campl-highlight-date-container {
    margin-right: 0 !important;
}

.ap-ow-sbs .funding-app .ap-countdown .campl-highlight-date-container {
    margin-right: 0 !important;
}

.ap-ow-sbs .course-app h3, .ap-ow-sbs .funding-app h3 {
    margin-bottom: 2.5em;
}

@media (max-width: 767px) {
    .ap-ow-sbs .course-app {
        padding-right: 0;
        border-right: none;
    }
    .ap-ow-sbs .funding-app {
        padding-left: 0;
    }
}

/* application timeline */

.ap-timeline .timeline-frame {
    background-color: #f5f5f5;
}

.ap-timeline .timeline-frame .timeline-content .timeline-axis-grid {
    border-left: none;
}

.ap-timeline .timeline-frame .timeline-content .timeline-axis-text {
    color: #aaaaaa;
    letter-spacing: .25px;
}

.ap-timeline .timeline-frame .timeline-content .timeline-event.timeline-event-dot {
    color: #aaaaaa;
}

.ap-timeline .timeline-frame .timeline-content .timeline-event.timeline-event-box {
    border: 1px solid #cccccc;
}

.ap-timeline .timeline-frame .timeline-content .timeline-event.timeline-event-box.timeline-event-selected {
    background-color: inherit;
}

/**/

::-webkit-file-upload-button {
    cursor: pointer;
}

input[type=file] {
    cursor: pointer;
}

.ap-fileupload {
    overflow: auto;
}

.ap-fileupload .ui-fileupload-buttonbar {
    background: transparent none;
    border: none;
}

.ap-fileupload .ui-fileupload-buttonbar.ui-widget-header {
    padding: 0;
}

.ap-fileupload .ui-fileupload-buttonbar .ui-button-icon-left {
    display: none;
}

.ap-fileupload .ui-fileupload-buttonbar .ui-button .ui-button-text {
    font-size: 1em;
    padding-left: 10px !important;
}

.ap-fileupload .ui-fileupload-content.ui-widget-content {
    vertical-align: bottom;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.ap-fileupload .ui-fileupload-files tbody tr td:nth-child(3) {
    display: none; /* hide file size column */
}

.ap-fileupload table.ui-fileupload-files {
    margin: 10px 0;
    width: 100% !important;
    table-layout: fixed;
}

.ap-fileupload table.ui-fileupload-files td {
    padding: 0;
}

.ap-fileupload table.ui-fileupload-files td:nth-child(1) {
    width: 0;
}

.ap-fileupload table.ui-fileupload-files td:nth-child(2) {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ap-fileupload table.ui-fileupload-files td:nth-child(3) {

}

.ap-fileupload table.ui-fileupload-files td:nth-child(4) {
    width: 50%;
}

.ap-fileupload table.ui-fileupload-files td:nth-child(5) {
    width: 0;
}

.ap-fileupload .ui-fieldupload-files td.ui-fileupload-preview {
    padding: 0;
}

.ap-fileupload .ui-fileupload-preview {
    padding: 0;
}

.ap-fileupload .ui-fileupload-preview canvas {
    vertical-align: middle;
    display: none;
}

.ap-fileupload .ui-fileupload-progress {
    width: 50%;
}

.ap-fileupload .ui-fileupload-progress .ui-progressbar {
    height: 5px;
    top: 0;
}

.ap-fileupload .ui-fileupload-cancel.ui-button {
    width: 1.5em;
}

.ap-fileupload .ui-fileupload-cancel .ui-button-text {
    padding: 0;
}

.ap-fileupload .ui-fileupload-cancel.ui-button {
    float: right;
    display: none;
}

.ap-fileupload .ui-fileupload-progress .ui-progressbar-value {
    bottom: 0;
    margin: 0;
}

.ap-fileupload .ui-fileupload-content .ui-progressbar {
    width: auto;
    background-color: #e0e0e0;
    margin-left: 10px;
}

.ap-fileupload .ui-fileupload-content .ui-messages .ui-messages-error {
    /*padding: 10px 0 .5em 0;*/
    padding: 5px 0;
    margin: 0;
}

@media (max-width: 767px) {
    .ap-fileupload .ui-fileupload-buttonbar .ui-button-text {
        font-size: .8em;
    }

    .ap-fileupload .ui-fileupload-buttonbar {
        overflow: inherit;
    }

    .ap-fileupload .ui-fileupload-buttonbar.ui-widget-header {
        display: block;
        width: 100%;
    }

    .ap-fileupload .ui-fileupload-content.ui-widget-content {
        display: block;
        width: 100%;
    }

    .ap-fileupload table.ui-fileupload-files {
        margin-top: 1em;
    }
}

.ap-fileupload .ui-datalist-content.ui-widget-content {
    border: 0;
    background-color: inherit;
}

.ap-fileupload .ui-datalist-content ul {
    margin-left: 0;
}

.ap-fileupload .ui-datalist-data {
    margin-top: 0;
    margin-bottom: 0;
}

.ap-fileupload .ui-datalist-data .ui-datalist-item {
    position: relative;
    text-overflow: ellipsis;
    padding-right: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.ap-fileupload .ui-datalist-data .ui-datalist-item .file-action {
    position: absolute;
    top: 0;
    right: .5em;
}

.ap-fileupload2 .ui-fileupload-buttonbar .ui-fileupload-cancel {
    display: none;
}

.ap-fileupload2 .ui-fileupload-upload {
    border: 0;
    margin: 0 .2em 0 0;
}

.ap-fileupload2 .ui-fileupload-buttonbar.ui-widget-header {
    border: 0;
    background-color: inherit;
}

.ap-fileupload2 .ui-fileupload-content.ui-widget-content {
    border: 0;
}

.ap-fileupload2 .ui-fileupload-files .ui-fileupload-cancel {
    width: 20px;
    height: 20px;
}

/* file list */

.ap-files.ui-fieldset {
    padding: 0;
}

.ap-files.ui-fieldset .ui-fieldset-legend {
    padding: 0;
    margin-bottom: 20px;
}

.ap-files table.ui-fileupload-files {
    margin: 0;
}

.ap-files table.ui-fileupload-files tr td {
    padding: 10px 0 0 0;
}

.ap-files .files {
    margin: 5px 0;
}

.ap-files .file {
    padding: 5px 0;
}

.ap-files .filename {
    display: inline-block;
}

.ap-files .actions {
    display: inline-block;
    float: right;
    vertical-align: top;
}

.ap-files .file-options {
    position: absolute;
    top: 5px;
    left: 7em;
}

.ap-files .ui-messages .ui-messages-error {
    background-color: inherit;
    padding: 5px 0;
    margin: 0;
}

.ap-files .ui-messages .ui-messages-error ul {
    margin: 0;
}

/**/

.ap-tbl-reference-requests ._referee {
    text-align: left;
}

.ap-tbl-reference-requests ._requested {
    width: 7em;
    max-width: 7em;
    text-align: center;
}

.ap-tbl-reference-requests ._last {
    width: 10em;
    max-width: 10em;
    text-align: center;
}

.ap-tbl-reference-requests ._submit {
    width: 7em;
    max-width: 7em;
    text-align: center;
}

.ap-tbl-reference-requests ._status {
    width: 7em;
    max-width: 7em;
    text-align: center;
}

.ap-tbl-reference-requests ._actions {
    width: 8em;
    max-width: 8em;
    text-align: center;
}

@media (max-width: 1200px) {
    .ap-tbl-reference-requests ._requested {
        width: 0;
    }
}

@media (max-width: 992px) {
    .ap-tbl-reference-requests ._requested {
        width: 0;
    }

    .ap-tbl-reference-requests ._last {
        width: 0;
    }
}

@media (max-width: 767px) {
    .ap-tbl-reference-requests ._requested {
        width: 0;
    }

    .ap-tbl-reference-requests ._last {
        width: 0;
    }

    .ap-tbl-reference-requests ._submit {
        width: 0;
    }
}

/* custom datalist */

.ap-fund-dl .ui-datalist-content {
    border:  none;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data {
    margin: 0;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data .ui-datalist-item::marker {
    content: none;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data .ui-datalist-item {
    margin-bottom: 20px;
    padding: 1.5em;
    border: 1px solid #dddddd;
    /*border-left: none;*/
    /*border-right: none;*/
    /*border-bottom: none;*/
    position: relative;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data .ui-datalist-item label.name {
    font-size: 15px;
    font-weight: 600;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data .ui-datalist-item label.provider {
    margin-bottom: 0;
    color: #999;
}

.ap-fund-dl .ui-datalist-content .ui-datalist-data .ui-datalist-item a.vfd {
    /*position: absolute;*/
    /*top: 1.5em;*/
    /*right: 1.5em;*/
    display: block;
    margin-top: .5em;
}

/*  */

.ap-fund {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
}

.ap-fund.applied {
    border: 2px solid #005dab;
}

.ap-fund .status {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}

.ap-fund .status .complete {
    color: green;
}

.ap-fund .status .incomplete {
    color: orange;
}

.ap-fund .head {
    padding: 1.5em 13em 1.5em 1.5em;
    position: relative;
}

.ap-fund .head .name {
    font-size: 15px;
    font-weight: 600;
}

.ap-fund .head .provider {
    margin-bottom: 0;
    color: #999;
}

.ap-fund .head a.vfd {
    /*position: absolute;*/
    /*top: 1.5em;*/
    /*right: 1.5em;*/
    margin-top: .5em;
    display: block;
}

.ap-fund .guidance {
    padding: 0 1.5em 1.5em 1.5em;
}

.ap-fund .guidance a {
    color: #0072cf !important;
}

.ap-fund .guidance a:visited {
    color: #8a00bc !important;
}

.ap-fund .apply {
    margin: 0 1.5em 0 1.5em;
    /*border-bottom: 1px solid #ddd;*/
}

.ap-fund .apply .aftf {
    padding: 0 0 1em 0;
}

.ap-fund .apply .aftf .ui-chkbox-label {
    margin: 0 0 0 .5em;
    font-weight: 600;
    line-height: 14px;
}

.ap-fund .questions-container {
    background: #f5f5f5;
}

.ap-fund .questions-container .noqu {
    padding: .5em 1em .5em 23px;
    font-size: 1em;
    font-weight: 400;
    line-height: 25px;
}

.ap-fund .questions-container .questions.ui-fieldset {
    padding: 0;
}

.ap-fund .questions-container .questions.ui-fieldset .ui-fieldset-legend {
    padding-left: 23px;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
}

.ap-fund .questions-container .questions.ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler {
    float: right;
}

.ap-fund .questions-container .questions.ui-fieldset .ui-fieldset-content {
    padding: 1.5em;
}

.ap-fund .questions-container .questions .lbl {
    font-weight: 600;
}

/**/

.ap-fund-wg {
    margin-bottom: 20px;
    /*padding: 1.5em 10em 1.5em 1.5em;*/
    position: relative;
    border: 1px solid #ddd;
}

.ap-fund-wg .head {
    padding: 1.5em 13em 1.5em 1.5em;
}

.ap-fund-wg .head .name {
    font-size: 15px;
    font-weight: 600;
}

.ap-fund-wg .head .provider {
    margin-bottom: 0;
    color: #999;
}

.ap-fund-wg .head a.vfd {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}

/**/

.ap-fund-summary {
    background: #f5f5f5;
    padding: 19px;
    position: relative;
    margin-bottom: 20px;
}

.ap-fund-summary .head {

}

.ap-fund-summary .head .name {
    font-size: 15px;
    font-weight: 600;

}

.ap-fund-summary .head .provider {
    margin-bottom: 0;
    color: #999;

}

.ap-fund-summary .desc {
    margin-top: 1.5em;
}

.ap-fund-summary .desc a {
    color: #0072cf !important;
}

.ap-fund-summary .desc a:visited {
    color: #8a00bc !important;
}

.ap-fund-summary .status {
    margin-top: 1.5em;
}

/**/

.ap-fms .campl-form-label {
    width: 35%;
}

.ap-fms .campl-form-input {
    width: 30%;
}

.ap-fms .campl-form-message {
    width: 35%;
}

@media (max-width: 767px) {
    .ap-fms .campl-form-label {
        width: 40%;
    }

    .ap-fms .campl-form-input {
        width: 60%;
    }

    .ap-fms .campl-form-message {
        width: 60%;
        margin-left: 40%;
    }
}

@media (max-width: 479px) {
    .ap-fms .campl-form-label {
        width: 100%;
        text-align: left;
    }

    .ap-fms .campl-form-input {
        width: 100%;
    }

    .ap-fms .campl-form-message {
        width: 100%;
        margin-left: 0;
    }
}

/**/

.ap-fms2 .campl-form-label {
    width: 35%;
}

.ap-fms2 .campl-form-input {
    width: 65%;
}

.ap-fms2 .campl-form-message {
    width: 65%;
    margin-left: 35%;
}

@media (max-width: 767px) {
    .ap-fms2 .campl-form-label {
        width: 40%;
    }

    .ap-fms2 .campl-form-input {
        width: 60%;
    }

    .ap-fms2 .campl-form-message {
        width: 60%;
        margin-left: 40%;
    }
}

@media (max-width: 479px) {
    .ap-fms2 .campl-form-label {
        width: 100%;
        text-align: left;
    }

    .ap-fms2 .campl-form-input {
        width: 100%;
    }

    .ap-fms2 .campl-form-message {
        width: 100%;
        margin-left: 0;
    }
}

/**/

.ap-fms3 .campl-form-label {
    width: 0%;
    display: inline-block;
}

.ap-fms3 .campl-form-input {
    width: 46%;
    display: inline-block;
}

.ap-fms3 .campl-form-message {
    width: 54%;
    margin-left: 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .ap-fms3 .campl-form-label {
        width: 0%;
        display: block;
    }

    .ap-fms3 .campl-form-input {
        width: 100%;
        display: block;
    }

    .ap-fms3 .campl-form-message {
        width: 100%;
        margin-left: 0;
        display: block;
    }
}

/**/

.ap-fmsc .campl-form-label {
    width: 10%;
    min-width: 4em;
}

.ap-fmsc .campl-form-input {
    width: 40%;
}

.ap-fmsc .campl-form-message {
    width: 50%;
}

@media (max-width: 767px) {
    .ap-fmsc .campl-form-label {
        width: 100%;
    }

    .ap-fmsc .campl-form-input {
        width: 100%;
    }

    .ap-fmsc .campl-form-message {
        width: 100%;
    }
}

/**/

.ap-wfms {
    margin-left: 35%;
    width: 65%;
}

@media (max-width: 767px) {
    .ap-wfms {
        margin-left: 0%;
        width: 100%;
    }
}

.ap-card.ui-panel {
    margin-bottom: 20px;
    position: relative;
}

.ap-card.ui-panel {
    padding: 0;
}

.ap-card.ui-widget-content {
    border-color: #f5f5f5;
}

.ap-card.ui-panel .ui-panel-titlebar {
    border-color: #f5f5f5;
}

.ap-card.ui-panel .ui-panel-titlebar .ui-panel-title {
    font-weight: 600;
}

.ap-card.ui-panel .ui-panel-titlebar .ui-panel-title .title {

}

.ap-card.ui-panel .ui-panel-titlebar .ui-panel-title .subtitle {
    float: right;
}

.ap-card.ui-panel .ui-panel-content {
    padding: 2em;
}

@media (max-width: 767px) {
    .ap-card.ui-panel .ui-panel-content {
        padding: 1em;
    }
}

.ap-card {
    border: 1px solid #f5f5f5;
    border-left: 5px solid;
}

.ap-card.submitted {
    border-left-color: #5cb85c;
}

.ap-card.unsubmitted {
    border-left-color: #f0ad4e;
}

.ap-card.cancelled {
    border-left-color: #5bc0de;
}

.ap-card.withdrawn {
    border-left-color: #3A6EA5;
}

.ap-card.deadlinepassed {
    border-left-color: #777;
}

.ap-card.unprocessed {
    border-left-color: #d9534f;
}

/**/

.campl-huge-btn {
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
}

.campl-huge-btn.ui-state-hover, .campl-huge-btn:hover {
    border: 1px solid #c6c6c6 !important;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    color: #444;
}

/**/

.campl-menu-btn button {
    background-color: #f2f2f2;
    border: 0;
    font-weight: bold;
}

.campl-menu-btn button.ui-state-hover, .campl-menu-btn button:hover {
    background-color: #e5e5e5;
    border: 0;
    color: #222;
}

.campl-menu-btn button.ui-button-text-icon-left {
    padding: 2px 5px 2px 0;
}

.campl-menu-btn button.ui-button-text-icon-left {
    padding: 5px;
}

.campl-menu-btn button.ui-button-text-icon-left .ui-button-text {
    font-weight: normal;
}

/**/

.campl-warning-btn {
    background-color: #b94a48;
    border: 1px solid #b94a48;
    color: white;
}

.campl-warning-btn.ui-state-hover, .campl-warning-btn:hover {
    background-color: #D65653;
    border: 1px solid #D65653;
    color: white;
}

/**/

.campl-btn-small {
    padding: 0 4px !important;
}

/**/

.campl-simple-btn2 {
    color: inherit;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.campl-simple-btn2.ui-state-hover, .campl-simple-btn2:hover {
    color: inherit;
    border: 1px solid #ccc;
    background-color: #fff;
}

/**/

@media (max-width: 767px) {
    .campl-primary-cta  {
        font-size: 1em;
        line-height: 20px;
    }
}

/**/

a.campl-link-default {
    text-decoration: none;
    color: inherit;
}

a.campl-link-default:hover {
    text-decoration: none;
    color: inherit;
}

.campl-form-label {
    margin-bottom: 5px;
}

.campl-form-label label {
    display: inline;
}

.campl-form-label .campl-form-optional {
    display: inline;
}

.campl-form-text {
    font-weight: normal;
}

label.campl-form-text {
    font-weight: normal;
}

.campl-form-message .ui-message {
    color: #b94a48;
    background-color: inherit;
    border: none;
    padding: 0;
    margin: 0;
}

.campl-form-message .ui-message-info-detail {
    margin: 0;
    padding: 0;
}

.campl-form-message table td {
    vertical-align: middle;
}

.campl-form-help, .campl-form-help label {
    font-size: .9em;
}

.well .campl-control-group .campl-form-help {
    font-weight: normal;
}

.campl-form-counter {
    font-size: .8em;
    color: #777;
}

/**/

.campl-form-checkbox .campl-form-hint {
    padding-top: 0;
}

/**/

.campl-form-radiobtn label {
    font-weight: normal;
}

/**/

.campl-highlight-date-container {
    margin: 0;
}
.campl-highlight-date-text {
    text-align: center;
    color: #0072cf;
    font-size: .9em;
    line-height: 15px;
}

/**/

.campl-form-calendar button {
    top: 4px;
}

@media (max-width: 767px) {
    .campl-form-calendar button {
        top: 2px;
    }
}

/**/

@media (max-width: 767px) {
    .campl-main-content > .campl-content-container {
        padding: 20px 0;
    }
    .ui-fieldset-content .campl-side-padding {
        padding: 0 7px;
    }
}

/**/

@media (max-width: 767px) {
    .campl-vertical-breadcrumb.campl-completion-progress {
        font-size: 1em;
    }
}

/**/

.campl-dialog-large {
    width: auto !important;
    max-width: 750px !important;
    /*min-height: 200px;*/
    /*overflow: auto;*/
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error {
    border: 1px solid #cccccc;
    border-left: 3px solid #b94a48;
}

.ui-fieldset .ui-fieldset-legend {
    word-break: normal;
}

.ui-menu-list .ui-menuitem.ui-state-hover, .ui-menu-list .ui-menuitem:hover {
    color: inherit;
    background-color: #f5f5f5;
}

.ui-menu-list .ui-menuitem a:hover {
    color: inherit;
}

.ui-chkbox {
    margin: 1px 0;
}

@media (max-width: 767px) {
    .ui-radiobutton {
        margin: 7px 0;
    }
    .ui-chkbox {
        margin: 3px 0;
    }
    .ui-button {
        font-size: 1em;
    }
}

.loadersmall {
    border: .1em solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: .1em solid #555;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
