/* safeclient-logged-in */

/** startHeader */
.safeclient-header {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    top: 0;
    left:0;
    height: 4.2em;
    width: 100%;
    border: 0;
}

.safeclient-header-left,
.safeclient-header-center,
.safeclient-header-right {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #fff;
}
.safeclient-header-left {
    left: 0;
}
.safeclient-header-center {
    left: 30%;
    width: 50%;
    text-align: center;
}
.safeclient-header-right {
    right: 0;
    width: 20%;
}

.safeclient-header-text {
    color: #555;
    text-transform: uppercase;
}

.safeclient-content {
    color: #555;
}

.safeclient-safe-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #555;
    margin-top: 0.3em;
    background-color: transparent!important;
    text-transform: uppercase;
    text-align: left;
    line-height: 2.5em;
}
    .safeclient-safe-logo .glyphicon {
        font-size: 1.65em;
        vertical-align: sub;
    }

    .safeclient-safe-logo h2 {
        display: inline;
        font-size: 1.7em;
    }

.blkit-logo {
    margin: 0 1em 0 0.5em;
}

@media (max-width: 1230px) {
    .blkit-logo {
        display: none;
    }
}

.safeclient-btn-logout {
    width: 100%;
    height: 100%;
    color: #555;
    background-color: transparent!important;
    font-size: 120%;
    text-transform: uppercase;

    border-radius: 0 !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.safeclient-btn-logout:hover {
    color: #fff;
    background-color: #AE0000 !important;
}
.safeclient-btn-logout span {
    font-size: 80%;
}

.safeclient-header-task,
.safeclient-header-edit,
.safeclient-header-register {
    font-size: 110%;
    line-height: 2.5em;
}

.safeclient-header-bullet {
    font-size: 110%;
    line-height: 2em;
    font-weight: bolder;
}
/** endHeader */

/** startNavigation */
.safeclient-navigation {
    position: fixed;
    z-index: 999;
    top: 4.2em;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #BFCED8;
    border: 0;
    border-radius: 0;
    padding-left: 10%;
}
    .safeclient-navigation .safeclient-navigation-container {
        display:block;
        text-align:center;
        width: 100%;
    }


.safeclient-navigation nav ul {
    width: auto;
    margin-left: 1%;

}
    .safeclient-navigation nav ul li {
        margin:0;
        padding:0;
        font-size: 100%;
        line-height: 200%;
    }

    .safeclient-navigation nav ul li a {
        border-radius: 0 !important;
    }

.safeclient-navigation .active {
    background-color: #555;
    color: #fff;
}
/** /endNavigation */

.safeclient-main-content {
    border: 0;
    padding: 2em 1em 4.5em 1em;
}

.safeclient-invalid-field-exclamation {
    position: absolute;
    right: -2px;
    top: 10px;
    color: #fa1149;
}

.safeclient-invalid-field-helper-text {
    margin: 0.4em 0 0.25em 0;
    color: #fa1149;
}

.safeclient-valid-field-helper-text {
    margin: 0.4em 0 0.25em 0;
    color: #30b132;
}

/** startFooter */
.safeclient-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left:0;
    background-color: #fff;
    color: #555;
    height: 3.5em;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0.1em solid #aaa;
}

.safeclient-footer-left, .safeclient-footer-right {
    padding: 0;
}

    .safeclient-footer .footer-content, .safeclient-footer .footer-content-left {
        text-align: right;
        margin: 1em 1em 0 0;
    }

    .safeclient-footer .footer-content-left {
        text-align: left;
    }

    .safeclient-footer .footer-content .glyphicon {
        margin-left: 1em;
    }

.safeclient-legend-item:before {
    content: "\2D";
}

.safeclient-footer-text, .safeclient-footer-text:hover  {
    color: #000;
    margin: 0 0 0 1em;
}

.safeclient-legend-item a {
    color: #000;
}
/** /endFooter */

/** Override bootstrap-styles */
.safeclient-header-register .breadcrumb > li + li:before {
    color: #fff;
    content: "\BB";
}
.safeclient-header-register .breadcrumb > li a {
    color: #fff!important;
}

.safeclient-navigation .navbar {
    min-height: 3em;
}
.safeclient-navigation .navbar-nav {
    float: none;
}
.safeclient-navigation .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 2em;
    line-height: 300%;
}
.row-margin-1em {
    margin: 1em 0;
}

.safeclient-table {
    margin-right: 1.5em;
}

/** startInlineHelp */
.safeclient-inline-help-container {
    height: auto;
    min-height: 2.4em;
    line-height: 1.4em;
    font-size: 1em;
    background-color: #e7ecf0;
    border: 0;
    border-radius: 0.3em;
    padding: 0.25em 0.25em 0.25em 0.5em;
}
.safeclient-inline-help-container:after {
    content: "";
    position: absolute;
    border-width: 10px 10px 10px 0;
    border-style: solid;
    border-color: transparent #e3e8ec;
    display: block;
    top: 7px;
    left: -10px;
    bottom: auto;
}
.safeclient-inline-help-container,
.safeclient-inline-help-container:after {
    margin-left: 1em;
}
.safeclient-inline-help-padding-left0 {
    padding-left: 0!important;
}

/** endInlineHelp */

.safeclient-container-add-button,
.safeclient-container-change-ia-commit-status-button {
    background-color: #fff;
    width: auto;
    height: auto;
    text-align: right;
}
.safeclient-button,
.safeclient-add-button {
    width: auto;
    height: 2em;
    color: #000;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
    word-spacing: -0.5em;
    margin: 0 1em  0 0;
    padding: 0 1em;
}
.safeclient-add-button {
    border: 2px outset #2b78e4;
    color: #fff;
    font-weight: bold;
    font-size: 180%;
    text-align: center;
    word-spacing: -0.5em;
}

.safeclient-role-dropdown {
    margin-bottom: 1em;
}

.safeclient-textalign-center {
    text-align: center!important;
}
.safeclient-label,
.safeclient-label-right,
.safeclient-modal-label,
.safeclient-longlabel,
.safeclient-modal-longlabel {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}
.safeclient-modal-label,
.safeclient-modal-longlabel {
    float: none;
    width: 90%;
}
.safeclient-label-right {
    float: right;
}
.safeclient-label-left {
    float: left;
}
.safeclient-margin-
.safeclient-input input[type="text"],
.safeclient-input input[type="password"],
.safeclient-select {
    width: 80%;
    height: 2em;
    margin: 1em auto;
    border: 1px solid #000;
}

.safeclient-modal-header {
    font-size: 150%;
    font-weight: bold;
}
.safeclient-modal-chevrons {
    margin: 4em 0 0 0;
}
.safeclient-modal-chevron {
    margin: 1em;
}

.safeclient-addressdaten-form,
.safeclient-personaldata-form,
.safeclient-passworddata-form,
.safeclient-egvpdata-form,
.safeclient-addressdaten-form,
.safeclient-software-certificates-form {
    width: 95%;
    margin: 0 auto;
    padding: 1em;
}

.safeclient-personaldata-form {
    width: 95%;
    margin: 0 auto;
    padding: 1em;
}

.safeclient-wizard-navigation {
    text-align: center;
    margin: 0.5em 0 2.5em 0;
}
    .safeclient-wizard-navigation button {
        border-radius: 0;
    }

.safeclient-form-mandatory-asterisk {
    vertical-align: text-top;
    font-size: 0.5em;
}

.safeclient-dashed-border {
    border: 1px dashed #4A6A7F;
}

/* Individual views */
.safeclient-certificate-field {
    display: inline-block;
    width: 59%;
}
.safeclient-certificate-error {
    margin: 1em 0 1em 43%;
    text-align: center;
    line-height: 1.5em;
}
.safeclient-accounts-import-upload-btn-text{
	padding-left: 15px;
	padding-right: 15px;
}
.role-values-state-view .committed {
    color: #279747;
}
.role-values-state-view .waiting-for-commit {
    color: #d8d33c;
}
.role-values-state-view .rejected {
    color: #fa1149;
}

.safeclient-container-change-ia-commit-status-button span.committed {
    color: #279747;
    vertical-align: middle;
    padding-right: 10px;
}
.safeclient-container-change-ia-commit-status-button span.waiting-for-commit {
    color: #d8d33c;
    vertical-align: middle;
    padding-right: 10px;
}
.safeclient-container-change-ia-commit-status-button span.rejected {
    color: #fa1149;
    vertical-align: middle;
    padding-right: 15px;
}
.role-values-state-view div.value-details,
.safeclient-container-change-ia-commit-status-button .value-details {
    font-size: 1.5em;
    padding-top: 7px;
}

.safeclient-container-change-ia-commit-status-button button.committed {
	background-color: #279747;
}

.safeclient-container-change-ia-commit-status-button button.rejected {
	background-color: #fa1149;
}

.ia-actions {
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}
.safeclient-software-certificates-form {

}
    .safeclient-software-certificates-form .btn-file {
        position: relative;
        overflow: hidden;
    }
    .safeclient-software-certificates-form .btn-file.disabled {
        background-color: #4A6A7F;
    }

    .safeclient-software-certificates-form .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

    .safeclient-software-certificates-form .btn-certificate {
        min-width: 18em;
        text-align: center;
    }

.safeclient-egvp-certificates {}
    .safeclient-egvp-certificates .btn-file {
        position: relative;
        overflow: hidden;
    }
    .safeclient-egvp-certificates .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

    .safeclient-egvp-certificates .safeclient-certificate-error {
        margin: 1em auto 1em auto;
        max-width: 50%;
        text-align: center;
    }

    .safeclient-egvp-certificates .btn-certificate {
        min-width: 18em;
        text-align: center;
    }


.safeclient-registration-summary {

}

    .safeclient-registration-summary fieldset {
        padding: 0.5em;
        margin-bottom: 2em;
        border: 1px solid #c0c0c0;
    }

    .safeclient-registration-summary .invalid-fieldset {
        border: 1px dashed #4A6A7F;
    }

    .safeclient-registration-summary fieldset h4, .safeclient-registration-summary fieldset legend {
        font-size: 1em;
        font-weight: bold;
    }

    .safeclient-registration-summary fieldset legend {
        width: auto;
        padding: 0 0.5em 0 0.5em;
        border-bottom: 0;
        margin-bottom: 0;
        color: #555;
    }

    .safeclient-registration-summary fieldset legend a {
        color: #555;
    }

    .safeclient-registration-summary fieldset .hint-text {
        margin-left: 0.2em;
    }

    .safeclient-registration-summary fieldset table {
        width: 100%;
    }

    .safeclient-registration-summary .input-readonly {
        width: 95%;
        border: 0;
    }

    .safeclient-registration-summary .validation-error-msg {
        display: inline;
    }

    .safeclient-registration-summary .exclamation {
        color: #fa1149;
        font-size: 1em;
    }

    .safeclient-registration-summary .key-column, .value-column {
        padding: 0.25em;
    }

    .safeclient-registration-summary .key-column {
        width: 40%;
    }

    .safeclient-registration-summary .value-column {
        width: 60%;
    }

/** Loader and its animation */
.safeclient-loader {
    float: left;
    padding-right: 0.5em;
}

.safeclient-loader:after {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
    border-radius: 100%;
    border: 3px solid #4A6A7F;
    border-right-color: #fff;
    border-bottom-color: #fff;
    content: '';
    opacity: 1;

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

@-webkit-keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

/** Notification and its animation */
.safe-notification {
    top: 0;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    padding-bottom: 1em;
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.safe-notification .safe-notification-text {
    font-size: 1.25em;
    word-spacing: -12px;
    line-height: normal;
}
.safe-notification ul {
    margin: 0;
    padding: 1.5em 0 0 0;
}
.safe-notification ul li {
    list-style-type: none;
    padding: 0.5em;
}
.safe-notification ul li i {
    vertical-align: sub;
    font-size: 1.75em;
    padding-right: 0.25em;
}
.safe-notification-confirm {
    font-size: 1.25em;
    color: #5b4943;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    margin-left: 1em;
    padding-bottom: 4px;
}
/* CSS3 Animations for sliding in and out */
.safe-notification-slide-in {
    display: block;
    opacity: 0.97;
    height: auto;
    animation: box-slide-in 1s;
    -moz-animation: box-slide-in 1s;
    -webkit-animation: box-slide-in 1s;
}
@keyframes box-slide-in {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}
@-moz-keyframes box-slide-in {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes box-slide-in {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}
.safe-notification-slide-out {
    height: 0;
    animation: box-slide-out 1s;
    -moz-animation: box-slide-out 1s;
    -webkit-animation: box-slide-out 1s;
}
@keyframes box-slide-out {
    from {
        top: 0;
        opacity: 0.97;
        height: auto;
    }
    to {
        top: -100px;
        opacity: 0.97;
        height: 0;
    }
}
@-moz-keyframes box-slide-out {
    from {
        top: 0;
        opacity: 0.97;
        height: auto;
    }
    to {
        top: -100px;
        opacity: 0.97;
        height: 0;
    }
}
@-webkit-keyframes box-slide-out {
    from {
        top: 0;
        opacity: 0.97;
        height: auto;
    }
    to {
        top: -100px;
        opacity: 0.97;
        height: 0;
    }
}
.form-horizontal.user-search-form .control-label {
    text-align: left;
}
.user-search-form {
    width: 100%;
}
.user_search_actions {
    padding-left: 1em;
    float: right;
    margin-right: 37px;
}
#foundFilteredUsers.user_found_waiting_form_commit {
    background-color: #FF2D2D;
}

#foundFilteredUsers.user_found_waiting_form_commit span {
    color: white;
}

#foundFilteredUsers td p {
    margin-bottom: 0;
}
.safeclient-navigation .search_users_navigation {
    margin-left: 70%;
    margin-right: 10%;
    font-weight: bold;
    font-size: 100%;
}
.selected_user_main_menu {
    margin-right: 7vh;
    margin-top: 3px;
    text-align: left;
    font-size: 1em;
}
.selected_user_main_menu .selected_user_names {
    font-weight: bold;
}
.navbar.nav.navbar-nav.navbar-nav-disabled li a:hover,
.navbar.nav.navbar-nav.navbar-nav-disabled > li > a:focus,
.navbar.nav.navbar-nav.navbar-nav-disabled > li.active > a {
    background-color: #bfced8;
    color: #555;
    cursor: default;
    outline: none;
}
.table-width-title-5 {
    width: 5%;
}
.table-width-title-10 {
    width: 10%;
}
.table-width-title-15 {
    width: 15%;
}
.table-width-title-20 {
    width: 20%;
}
.table-width-title-30 {
    width: 30%;
}
form.search_users_sections fieldset {
    border-bottom: none;
    border-right: none;
    border-left: none;
}
.user_search_not_committed_roles {
    margin-left: 6px;
}
.safeclient-registration-summary .user_search_not_committed_roles label {
    padding-top: 0;
}
form.safeclient-search-user div.search_user_personal_data, .search_user_personal_data {
    margin-top: 0;
    margin-bottom: 0;
}
.safeclient-search-user fieldset {
    border: 1px solid #c0c0c0;
    margin-bottom: 0;
    padding: 0.5em;
}
.safeclient-registration-summary label {
    padding-top: 5px;
}
.safeclient-search-user .form-group input.form-control {
    height: 30px;
}
.safeclient-search-user div.row {
    margin-top: 8px;
    margin-bottom: 8px;
}
form.safeclient-search-user .user_search_criteria_extended {
    margin-top: 0;
}
form.safeclient-search-user div.user_search_actions_container {
    margin-top: 0;
    margin-bottom: 0;
}
.extended_separator_narrow {
    margin-top: 0;
    margin-bottom: 13px;
}
.search_users_results_table {
    background-color: #bfced8;
}
table.safeclient-roles-table thead.search_users_results_table tr th a {
    color: #555;
}
.user_search_results_dataset_number {
    padding-left: 40px;
    padding-top: 25px;
    font-size: 12px;
    color: #337ab7;
}
.user_search_paginator span {
    float:left;
}
.user_search_actions_container .user_search_actions .on_toggle_extend_user_search {
    background-color: #C0C0C0;
    border-color: #8c8c8c;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.safeclient-role-values-table {
    margin-bottom: 0;
}
table.safeclient-roles-table td.role-values-manage-table-cell {
    padding: 0;
}
table.safeclient-roles-table th, table.safeclient-role-values-table th {
    text-align: center;
}
.role-values-manage-container {
    padding: 0;
}
table td div.value-details {
    text-align: center;
}
table.safeclient-role-values-table td span.role-values-change-state-container {
    display: table-cell;
    vertical-align: middle;
}
table.safeclient-role-values-table tr.safeclient-role-values-table-header th {
    vertical-align: top;
}
table.safeclient-roles-table td.safeclient-role-values-table-cell ul {
    margin-left: -10px;
}
table.safeclient-roles-table td.safeclient-role-values-table-cell {
    padding-left:0;
}
div.safeclient-inline-help-margin-top {
    margin-top: 15px;
}
.header-selected-client-title {
    padding-top: 10px;
}
.safe-dropdown-hidden-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}
#safeclient-passworddata-generate-action, #safeclient-passworddata-reset-failed-logins-action {
    float: right;
}
.changed-role-value-expiration {
    color: #337ab7;
}
.form-group label.control-label.safe-span-no-bold {
    font-weight: normal;
}

/* Bootstrap overrides: */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 0;
}

.bold {
	font-weight: bold;
}

div.safe-password-extra-actions {
    padding-left: 0;
    padding-right: 0;
    width: 15.667%;
}

#safeclient-passworddata-generated {
    cursor: default;
}

#expiryDatePicker {
    width: 45%;
}
#expiryDatePickerLabel {
    font-weight: normal;
}

/* Media Queries: */
@media (max-width: 1279px) {
    .safeclient-navigation .search_users_navigation {
        margin-left: 70%;
        margin-right: 10%;
        font-weight: bold;
        font-size: 115%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .safeclient-navigation .search_users_navigation {
        margin-left: 0;
        margin-right: 10%;
        font-weight: bold;
        font-size: 115%;
    }
}
