﻿.validation-summary-errors li {
    list-style-type: none;
}

#cookie-message-icon {
    display: block;
    width: 70px;
    float: left;
}

#cookie-message-content {
    width: 960px;
    float: left;
    text-align: left;
}

#cookie-message-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    text-align: right;
    margin-right: 6px;
}

.icon-cross16 {
    background-position: -592px 0;
}

#cookiesDisclaimer {
    border: 1px solid #F7941D;
    background: #FEEFDA;
    position: absolute;
    z-index: 999;
    width: 99%;
    padding: 10px;
}

#loading-icon {
    display: none;
    position: absolute;
    left: 50%;
    top: 13%;
    background-image: url('../images/ajax-loader.gif');
    width: 32px;
    height: 32px;
    z-index: 1500;
}

#loading-icon-container {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    -moz-opacity: 0.7;
    -ms-opacity: .70;
    opacity: .70;
    -webkit-filter: alpha(opacity=70);
    -moz-filter: alpha(opacity=70);
    -o-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    width: 100%;
    height: 300%;
    z-index: 1499;
}

.modal-content {
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    min-height: 300px;
    z-index: 1500;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

    .modal-content p {
        font-weight: bold;
    }

.modal-container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    background: rgba(11, 0, 0, .6);
    width: 100%;
    height: 300%;
    z-index: 1499;
}

.headingCite {
    color: #850b13;
    font-size: 10pt;
    margin: 20px 20px 20px 20px;
}

    .headingCite ul {
        margin-left: 30px;
    }

.formFieldCite {
    margin-left: 164px;
    position: relative;
    top: -8px;
    color: #808080;
    font-size: 8pt;
    width: 100%;
}

.editor-submit {
    margin-left: 163px;
}

.requiredField {
    position: absolute;
    color: #ff6a00;
    margin-left: 20px;
}

.cancelCommand {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 0px 10px;
    cursor: pointer;
}

    .cancelCommand:hover {
        background-color: #e0e1e2
    }

.coreTable {
    font-size: 10pt;
}

    .coreTable .small {
        text-align: left;
        font-size: small !important;
    }

    .coreTable th {
        background-color: #c6c8ca;
        padding: 3px;
    }

    .coreTable tr:hover {
        background: #e0e1e2;
        cursor: pointer;
    }

    .coreTable tbody {
        background-color: #caddea
    }

.ui-button {
    width: 50px !important;
    height: 25px !important;
}

.ui-icon-closethick {
    display: none !important;
}

.fullContainer {
    width: 100%;
    display: flex;
}

.column20 {
    width: 20%;
}

.column30 {
    width: 30%;
}

.column40 {
    width: 40%;
}

.column60 {
    width: 60%;
}

.column70 {
    width: 70%;
}

.column80 {
    width: 80%;
}

.headingCite {
    color: #850b13;
    font-size: 10pt;
}

.appInfo {
    position: absolute;
    width: 800px;
    z-index: 2;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid silver;
}

    .appInfo img {
        width: 70px;
        height: 70px;
        float: left;
    }

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.width400 {
    width: 400px;
}

.padding4 {
    padding: 4px;
}

.rolesFilterContainer {
    clear: both;
}

    .rolesFilterContainer select {
        height: 25px;
        border: 1px solid silver;
        border-radius: 3px;
    }

    .rolesFilterContainer span {
        margin-left: 20px;
    }

    .rolesFilterContainer div:nth-of-type(1) {
        float: left;
        min-width: 80px;
    }

    .rolesFilterContainer div:nth-of-type(2) {
        float: left;
        padding-left: 20px;
        border: 1px solid silver;
        padding: 5px;
        margin-bottom: 10px;
    }

    .rolesFilterContainer div:nth-of-type(3) {
        float: right;
    }

    .rolesFilterContainer div:nth-of-type(1) span {
        position: relative;
        top: 10px;
        left: 10px;
        color: #808080;
    }

    .rolesFilterContainer input:last-child {
        margin-left: 40px;
    }

.text-end {
    text-align: end;
}

.icon-label {
    position: relative;
    top: 8px;
}

.hidden {
    clear: both;
    display: none;
}

#containerNewExternalLink div:first-child, #containerNewRole div:first-child {
    margin-left: 165px;
}

#externalRoleUpsertContainer {
    display: inline-block;
}

    #externalRoleUpsertContainer.hidden {
        display: none !important;
    }

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.center-text {
    text-align: center;
}

.searchresults {
    height: 200px;
    overflow-y: auto;
    overflow-x: initial;
    float: left;
    width: 70%;
}

.action {
    float: left;
    width: 30%;
}

.action-button {
    float: right;
    padding: 10px;
    color: #888;
}
