/*
 * Abraxas Style Sheet
 * Author: axfke01
 * Copyright 2016, Abraxas Informatik AG
 */

/* fixme: Use SASS with maven "http://www.geodienstencentrum.nl/sass-maven-plugin/plugin-info.html" */
html {
    overflow-y: scroll;
}
#editor {
    height:400px;
}

#userListUsernameEntry{
    word-wrap: break-word;
}

.content-container {
    margin-top: 80px;
}

.navbar-spacing {
    padding: 0px 25px;
}

.navbar-right-spacing {
    margin-right: 0px;
}

.navbar-brand-lg {
    font-size: 30px;
}

.avatar {
    max-height: 100%;
    max-width: 100%;
}
.avatar-detail {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.avatar-half {
    max-width: 50%;
    max-height: 50%;
}

.avatar-radio {
    margin-top: 10px !important;
}

.newuser-nav-element {
    padding: 10px 5px;
    cursor: pointer;
}

.newuser-nav-element:hover, .newuser-nav-element.active {
    color: #31708f;
    background-color: #d9edf7;
}

.newuser-stepinfo {
    padding: 10px;
}

.panel-title-lg {
    font-size: 140%;
}

.context-nav a:hover {
    cursor: pointer;
}

.context-associations {
    padding-top: 20px;
}

.context-associations-tab {
    padding: 20px;
}

.userlist-title {
    padding: 20px;
}

.modal-user {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.modal-header-border{
    border-bottom: 1px solid #e5e5e5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.modal-body-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin: -15px -15px -15px -15px;
}

.jqx-tree-dropdown {
    padding-left: 20px;
}

.roleshierarchyGuide{
    padding-top:10px;
}

.jqx-tree-dropdown-root > li > div {
    font-weight:bold;
}

#jqxTreeAssignedRoles .jqx-tree-dropdown-root > li > div:hover {
    cursor:default;
}

/*.jqx-tree-dropdown-root > li span {*/
/*visibility:hidden;*/
/*}*/

.jqx-tree-dropdown-root span {
    visibility:hidden;
}

.border-left {
    border-left: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-top {
    /*border-top: 1px solid #ccc;*/
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.modal-content-scroll {
    max-height: 800px;
    overflow-y: auto;
}
.modal-content-fixed {
    min-height: 600px;
    padding: 1px;
}
.associationlink{
    cursor: pointer;
    position: relative;
}
.filter-item{
    cursor: pointer;
}

#profileImageDisplay{
    padding: 20px 10px;
    max-width: 150px;
}

/*********** SORTING *********/
#sortBar{
    display: inline-block;
}
#sortBar .fa{
    display: none;
}
#sortBar li.active .fa{
    display: inline-block;
}

/*********** FILTERING *********/
.filter-item .fa{
    display: none;
}
.filter-item.active .fa{
    display: block;
}

/********** GRIDVIEW ***********/

.grid-container{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0px;
}
.grid-item {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px 25px;
    overflow-x: hidden;
    white-space: nowrap;
}

.view-button, .paging-button, .paging-first, .paging-last, .paging-next, .paging-previous {
    cursor: pointer;
}


/********** DUALLIST ***********/
.list-area .list-group {
    margin: 1px 1px 1px 1px !important;
}

.list-area .list-group .list-group-item{
    padding: 5px 5px !important;
    text-align: left;
    font-size: 11px;
    overflow: hidden;
}

.list-area .list-group li {
    cursor: pointer;
}

.list-arrows {
    padding-top: 100px;
}

.list-arrows button {
    margin-bottom: 20px;
}

.list-area{
    max-height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-area {
    max-height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.input-group .fa{
    display: table-cell;
}

.meta-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.disabled-item {
    cursor: default;
    color: gray;
}
.disabled-item:hover {
    color: gray !important;
    background-color: transparent;
}

.jumbotron {
    max-height: 250px;
    overflow-y: scroll;
}

.errormessage {
    color: #a94442;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 1em;
}

.tab-pane {
    padding: 20px 20px 20px 20px !important;
}

.checkbox-group {
    margin-left: 20px;
}


.avatar-selection img{
    width: 180px;
    padding:15px;
    border: 1px solid #ddd;
}

/*
* Error Handling Notify
*/

.ui-pnotify {
    left: 0px !important;
    top: calc(100% - 110px) !important;
    width: 100% !important;
    height: 110px !important;
}


.error-page {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.addressStyle p {
    margin:0;
}

.hierarchy-scrollable{
    max-height:500px;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.adjusted-button {
    top: -7px;
}
#editUserModal #user .row, #editUserModal #addresses label, #profileForm label {
    margin-top: 10px;
}

#editUserModal .has-feedback label~.form-control-feedback {
    top: 28px !important;
}

.nav-profile-item{
    padding-top: 10px;
}

.jstree-container-ul > li > a {
    font-weight:bold;
}

.associationlink-roles {
    padding-top: 7px;
}

.panel-body-profile-completion{
    margin-bottom: 100px;
}

.vertical-aligned {
    margin-top: 150px;
}

.dropdown-adjusted {
    width: 300px;
    overflow-x: hidden;
    left: 34px;
}

.dropdown-spinner{
    color: black;
    padding: 3px 0px 16px 20px;
}

#mailSenderContent {
    width: 800px !important;
}


/*context view*/
#context_organisation_managemenent{
    display:none
}


/*************************/
.login-container{
    margin-top: 150px;
}
.login-card{
    width: 450px;
    margin: 30px auto;
}

.errormessage {
    color: #a94442;
    font-size: 0.9em;
    font-style: italic;
}

.input-invalid {
    border: 1px solid #694443;
    background-color: #E8C1BB
}

.infobox{
    margin-bottom: 10px;
}

.external-card{
    width: 650px;
    margin: 30px auto;
    border: 1px solid #dbe4e1;
    padding: 15px;
    background: rgba(105, 105, 105, 0.02);
    border-radius: 5px;
}


/*************************/
.col-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.table-audit {
    table-layout: fixed;
}

.table-audit-parent{
    max-height: 600px;
}

.value-prefix {
    font-style: italic;
}

/*documents*/

.documentlist-title {
    padding: 0px 0px 0px 20px ;
}

.document-template-nav-element {
    padding: 10px 5px;
    cursor: pointer;
}

.document-template-nav-element:hover, .document-template-nav-element.active {
    color: #31708f;
    background-color: #d9edf7;
}
.error-body {
    overflow: hidden;
    color: #666666;
}
