/* Minification failed. Returning unminified contents.
(55,21): run-time error CSS1035: Expected colon, found '.'
(290,11): run-time error CSS1035: Expected colon, found '{'
(313,18): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
(525,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.page-content {
    padding-left: 5px;
}

#uploadTemplate .message {
    color: red;
}

#uploadTemplate .success {
    color: #008000;
    margin: 1em 0;
}

#uploadTemplate .fields {
    margin: 1em 0;
}

    #uploadTemplate .fields > div {
        margin: 0.5em 0;
    }

#uploadTemplate label {
    display: inline-block;
    /*width: 200px;*/
}

#uploadTemplate input[type=text],
#uploadTemplate input[type=file] {
    /*width: 400px;*/
    display: inline-block;
}

#uploadTemplate #confirmUploadSection .message {
    white-space: pre-line;
}

#manageTemplates #templates {
    margin-top: 1em;
}

    #manageTemplates #templates th,
    #manageTemplates #templates td {
        padding-right: 15px;
    }

#manageTemplates .totals {
    margin-top: 1em;
}

#manageTemplates .open-total {
    font-weight: bold;
}

#manageTemplates {
    .header-buttons .btn {
        margin-right: 10px;
    }
}

#divTemplateNameHeader {
    margin: 8px 0px;
    font-size: 18px;
}

    #divTemplateNameHeader .glyphicon-info-sign {
        font-size: 12px;
    }

#divTemplateXsnInformation {
    margin-bottom: 20px;
    color: #777;
    display: none;
}

/*.form-open-anon {
    margin-left: 50px;
}*/

.user-name {
    position: relative;
    right: 10px;
    top: -82px;
    float: right;
    font-size: 22px;
}

#footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    display: none;
    width: 100%;
}

.fvversion {
    text-align: center;
}

.act-buttons {
    margin-top: 1em;
}

    .act-buttons input.btn.btn-default {
        margin-left: 0;
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
        border-color: rgb(204, 204, 204);
        padding: 6px 12px;
        font-size: 14px;
    }

.form-link {
    margin-left: -24px;
}

#divTemplateName .form-group {
    margin-bottom: 0;
}

#divMessage, .message {
    font-size: 16px;
}

/*Loader css starts*/

.hidden {
    display: none;
}

/*Loader css ends*/


/*STARTS Error Page*/
.error-container {
    padding: 15px;
}

    .error-container #linkBack {
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
    }
/*ENDS Error Page*/


/* STARTS CKEDITOR */
a.cke_button {
    box-sizing: content-box !important;
}
/* ENDS CKEDITOR */


/** Credential STARTS **/
.add-credential {
    padding-right: 6px !important;
    padding-left: 6px !important;
}
/** Credential ENDS **/

#manageHrefs table {
    margin-top: 1em;
    width: auto;
}

#manageHrefs th:nth-child(1) {
    width: 500px;
}

#manageHrefs th:nth-child(2) {
    width: 300px;
}

#manageHrefs .href {
    width: 500px;
}

#manageHrefs .template-selection {
    width: 300px;
    max-width: 300px;
}

#manageHrefs .new .href,
#manageHrefs .new .template-selection {
    background-color: lightcyan;
}

#manageHrefs .dirty .template-selection {
    background-color: lightyellow;
}

a.delete-association, a.delete-association:hover {
    color: #f00;
    cursor: pointer;
    text-decoration: none;
}

/*MENU css starts*/
.menu-container {
    margin-left: 20px;
}

.menu-text {
    font-size: 18px;
}

/*MENU css ends*/


/*HREF ASSOCIATIONS css starts*/

#hrefsTable td {
    vertical-align: middle;
}

#hrefsTable tr.new td.edit-control {
    vertical-align: top;
}

.spanHref {
    color: red;
}

.spanTemplate {
    color: red;
}

/*HREF ASSOCIATIONS css ends*/


/* License Expired CSS starts*/

.error-info {
    color: red;
}

/* License Expired CSS ends*/

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 40px;
    margin: 0;
}

html {
    height: 100%;
}

.search-site button + button {
    margin-left: 30px;
}

.marginb15 {
    margin-bottom: 15px;
}

.margin0 {
    margin: 0;
}


/** CHART Starts **/
.filter-tabs {
    padding: 0 !important;
}
/** CHART Ends **/

.chrome-container {
    display: none;
}


.guidance {
    font-size: 90%;
    font-style: italic;
    margin-bottom: 1em;
}

    .guidance p {
        white-space: pre-wrap;
    }

.check-list {
    width: 70%;

    label {
        white-space: pre-wrap;
    }
}

.setting-info {
    color: #428bca;
}

.glyph-button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.page-message {
    border: 3px solid rgb(230, 193, 101);
    background-color: #ffec8b;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;

    p:last-child {
        margin-bottom: 0;
    }
}

header .guidance {
    font-size: 95%;
}

#landing .value-prop {
    font-size: 95%;
    margin-bottom: 2em;
}

#landing .value-prop, #landing .guidance {
    display: block;
    max-width: 1000px;
}

#landing .links a {
    font-size: 120%;
}

.management-page a, .management-page a:hover, .main-page-link, .main-page-link:hover {
    color: rgb(223, 0, 84);
}

.management-page .btn-primary, .management-page .btn-primary:focus {
    background-color: rgb(223, 0, 84);
    border-color: rgb(135, 0, 50);
}

    .management-page .btn-primary:hover {
        background-color: rgb(135, 0, 50);
        border-color: rgb(100, 0, 37);
    }

#manageTemplates #templates a {
    color: rgb(135, 0, 50);
}

.btn.inactive {
    opacity: 0.65;
}

    .btn.inactive:hover, .btn.inactive:active {
        background-color: #fff;
        box-shadow: none;
        cursor: default;
    }

.inactive {
    color: #777 !important;
}

.management-page .btn-default {
    color: black !important;
}

#landing a {
    font-weight: bold;
}

.breadcrumb-separator {
    display: table-cell;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: middle;
}

    .breadcrumb-separator i.arrow {
        width: 11px;
        height: 11px;
        display: inline-block;
        background-image: url('../images/titleseparatordark.png');
    }

.breadcrumb-item-container {
    display: table-cell !important;
    padding-right: 2px;
    vertical-align: middle;
}

/* AngularJS ngCloak rule https://docs.angularjs.org/api/ng/directive/ngCloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#documentationPage .important {
    color: rgb(223, 0, 84);
    font-weight: bold;
    font-style: italic;
}

#documentationPage .new-feature {
    vertical-align: super;
    color: rgb(223, 0, 84);
    font-size: 70%;
}

#documentationPage code {
    font-style: italic;
    font-weight: bold;
}

#documentationPage h2,
#documentationPage h3 {
    margin-top: 1.5em;
}

#environmentVariablesPage .variable-group {
    margin-bottom: 2em;
}

#environmentVariablesPage.container {
    max-width: 90%;
}

.fv-variable-key {
    overflow-wrap: break-word;
}

.fv-variable-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newly-added {
    font-weight: bold;
    font-style: italic;
    color: green;
}

input.has-error {
    border-color: red;
    background-color: pink;
}

.xdTextBox[data-fv-has-error=yes],
.fv-rich-text[data-fv-has-error=yes],
.xdFileAttachment[data-fv-has-error=yes],
.fv-image-placeholder[data-fv-has-error=yes],
.xdInlinePicture[data-fv-has-error=yes],
.xdDTText[data-fv-has-error=yes],
select[data-fv-has-error=yes] {
    background-color: pink;
    border: 1px dashed red;
}

/* Case 51720 */
input[type='radio'][data-fv-has-error=yes]:not(:focus-visible),
input[type='checkbox'][data-fv-has-error=yes]:not(:focus-visible) {
    outline: 1px dashed red;
    outline-offset: 1px;
}

input[type='radio'][data-fv-has-error=yes],
input[type='checkbox'][data-fv-has-error=yes] {
    /* If the control itself has a non-default font size, the validation box will be shifted */
    font-size: initial !important;
}


.ui-tooltip {
    max-width: 700px !important;
    white-space: pre-wrap;
}


.qrules-command-description {
    white-space: pre-wrap;
}

.fv-dialog-input-row {
    margin-bottom: 1em;
}

    .fv-dialog-input-row input[type=text] {
        width: 100%;
    }

.fv-dialog-guidance {
    font-size: 80%;
}

.fv-dialog .err-msg {
    color: red;
    white-space: pre-wrap;
}

.fv-file-dialog .err-msg {
    margin-top: 1em;
}

.linkbutton {
    background: none;
    border: none;
    color: rgb(223, 0, 84);
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.helpbox {
    margin-top: 1em;
    padding: 1em;
    border: 2px solid #1b2652;
    border-radius: 10px;
    background-color: #b8d8ff;
    max-width: 1000px;

    h1:nth-child(1), h2:nth-child(1) {
      margin-top: 0;
    }
}

/* Loading spinner styles */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-right: 4px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
