body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    /* background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent; */
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

/* small padding on the left of an checkbox, like under login in tha landing-page. */
input[type="checkbox"] {
    width: 20px;
    padding-left: 15px;
    margin: 0;
    vertical-align: text-bottom
}


ul.fm_error {
    margin-top: 5px;
    border: 1px solid red;
    background-color: #ecac9a;
    padding: 20px;
}

li.fm_error {
    color: #884433;
    margin-left: 30px;
}

ul.fm_success {
    margin-top: 5px;
    border: 1px solid green;
    background-color: #acec9a;
    padding: 20px 50px 20px 20px;
}

li.fm_success {
    color: #448833;
    margin-left: 30px;
}

ul.fm_message {
    border: 1px solid #d7d92b;
    background-color: #f1f1d0;
    padding: 20px 50px 20px 20px;
}

li.fm_message {
    color: #737415;
    margin-left: 30px;
}


.inputTest {
    clear: both;
}

.colRow {
    background-color: #daeafa;
}

.input-error {
    background-color: #ecac9a !important;
}

#add_organisation_button {
    clear: both;
    display: block;
    margin-bottom: 20px;
}

#organisationheader {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: black;
    color: white;
}

.userOrganisationId {
    width: 100px;
    float: left;
    padding-left: 10px;

}

.userOrganisationName {
    width: 300px;
    padding-left: 10px;
    float: left;
}

.bold {
    font-weight: bold;
}

.autocomplete_userinput {
    background: #aaf;
    color: white;
    display: none;
}

.autocomplete_container {
    position: relative;
}

.autocomplete {
    margin-top: 5px;
    background-color: #ffffff;
    max-width: 500px;
    height: 158px;
    border: 1px solid black;
    padding: 4px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    left: 5px;
    display: none;
    overflow-y: scroll;
}

.autocomplete .item {
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: hand;
}

.clear-input {
    cursor: hand;
}

#search {
    margin-top: 5px;
    line-height: 18px;
    background-color: #ffffff;
    max-width: 500px;
    border: 1px solid black;
    padding: 4px;
    position: absolute;
    z-index: 100;
    display: none;
    overflow: hidden;
    left: 15px;
}

#search .useritem {
    padding-left: 3px;
    padding-right: 3px;
}

#search .useritem:hover {
    background-color: #bacada;
}

.slactive {
    background-color: #bacada;
}

.msgSuccess {
    width: 250px;
    height: 54px;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
    margin-right: 5px;
    background-color: #aaff99;
    border: 1px solid green;
}

.msgError {
    width: 250px;
    height: 54px;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
    margin-right: 5px;
    background-color: #ffaa99;
    border: 1px solid red;
}

#cookietop {
    background-color: #0184bc;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1041;
    color: white;
    padding-bottom: 5px;

}

#cookieagree {
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 5%;
    background-color: white;
    float: right;
    padding: 5px;
    width: 30px;
    height: 30px;
}

#cookiepreamble {
    margin-left: 25%;
    float: left;
    margin-top: 14px;
}

#cookiepreamble a {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

.add_contact_person_cb {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    top: -3px;
    position: relative;
    height: 13px;
    width: 13px;
}

.userContactPerson {
    float: left;
    width: 180px;
}

.user-row {
    cursor: pointer;
    cursor: hand;
    width: 100%;
    height: 20px;
}

.orgunit-row {
    cursor: pointer;
    cursor: hand;
}

.installation-row {
    cursor: pointer !important;
    cursor: hand !important;
}

/* user_security */
#user_security {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

#user_security_header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: black;
    color: white;
}

#user_security_name {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    width: 200px;
}

#user_security_agent {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

.user_application_row {
    list-style-type: none;
    clear: both;
    width: 100%;
    display: inline-block;
}

.user_application_row_name {
    min-width: 200px;
    padding-left: 10px;
    float: left;
}

.user_application_row_agent {
    min-width: 100px;
    padding-left: 10px;
    float: left;
}

.user_application_row_version {
    min-width: 100px;
    padding-left: 10px;
    float: left;
}

.user_application_row_delete {
    float: right;
    padding-right: 10%;
}

.remove_user_application {
    cursor: pointer;
    color: #6a7af0;
}

.remove_user_organisation {
    cursor: pointer;
    color: #6a7af0;
}

.remove_user_organisation:hover {
    text-decoration: underline;
}

.remove_user_organisation_blocked {
    color: #aaabde;
}

.cb_disabled {
    opacity: .50;
    filter: alpha(opacity=50); /* IE<9 */
    cursor: default;
}

.submitbutton {
    clear: both;
    margin-top: 8px;
}

.required-mark {
    color: red;
}

.bigSubmit {
    padding: 15px;
    border: 2px solid black;
}

.form-control {
    width: 62% !important;
}

.form-control.keymeta {
    width: 100% !important;
}

.form-control.keyvalue {
    width: 100% !important;
}


/* user_organisation */
#userorganisations {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

#userorganisationsheader {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: black;
    color: white;
}

.userOrganisationRowContactPerson {
    float: left;
    width: 180px;
}

.userOrganisationRowId {
    width: 100px;
    float: left;
    padding-left: 10px;
}

.userOrganisationRowName {
    width: 500px;
    padding-left: 10px;
    float: left;
}

#userOrganisationId {
    width: 100px;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#userOrganisationName {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    width: 500px;
}

#userOrganisationContactPerson {
    float: left;
    width: 180px;
    font-weight: bold;
}

#userOrganisationDelete {
    float: right;
    padding-right: 10%;
}

.userOrganisationRowDelete {
    float: right;
    padding-right: 10%;
}

/* user_installation */

#userinstallations {
    width: 62%;
    margin: 0 0 40px 0;
    padding: 0;
}

#userinstallationsheader {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: black;
    color: white;
}

#userInstallationHeadId {
    width: 100px;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#userInstallationName {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

.installationRowId {
    width: 100px;
    padding-left: 10px;
    float: left;
}

.installationRowName {
    width: 300px;
    padding-left: 10px;
    float: left;
}

.installationRow {
    list-style-type: none;
    clear: both;
    display: inline-block;
    width: 100%;
}

.installationRowDelete {
    float: right;
    padding-right: 10%;
}

.colRow {
    background-color: #daeafa;
}

#auth .form-control {
    width: 250px !important;
}


.table-hover tbody th {
    background-color: #c0bac3 !important;
}

.user_entity_help {
    border: 1px solid black;
    width: 62%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ddd;
    color: #5a5a5a;
}

#myCreateDataReason {
    float: left;
    border: 1px solid black;
    padding: 5px 15px 5px 15px;
    margin-top: 2px;
    margin-right: 10px;
    background-color: #ddd;
    color: #5a5a5a;
}

#submit_installation_button {
    float: left;
}

#add-my-data {
    clear: both;
}

.user-row a:hover {
    text-decoration: none !important;
    color: #6699cf !important;
}

.user-row a {
    color: #6699cf !important;

}

.orgunit-row a:hover {
    text-decoration: none !important;
    color: #6699cf !important;
}

.orgunit-row a {
    color: #6699cf !important;

}

.hideOutside {
    border: 0;
    position: absolute;
    top: -10000px;
    z-index: -10000;
}

.ruleelement {
    width: 62%;
}

input[type='checkbox'] {
    height: 1em;
}

input[type='checkbox'].form-control {
    height: 1.7em;
}

/* permissions */

#rolepermissions {
    margin: 0 0 40px 0;
    padding: 0;
}

#rolepermissionsheader {
    height: 16px;
    border: 1px solid black;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-size: 10px;
}

#rolePermissionHeadId {
    width: 100px;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#rolePermissionName {
    width: 30%;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#rolePermissionWebResource {
    width: 30%;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#rolePermissionAppResource {
    width: 30%;
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#rolePermissionAllow {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    width: 5%;
    height: 18px;
    overflow: hidden;
}

#rolePermissionDeny {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    height: 18px;
    overflow: hidden;
}

.permissionRowId {
    width: 100px;
    padding-left: 10px;
    float: left;
}

.permissionRowName {
    overflow: hidden;
    width: 30%;
    height: 18px;
    padding-left: 10px;
    float: left;
}

.permissionRowAppResource {
    overflow: hidden;
    width: 30%;
    height: 18px;
    padding-left: 10px;
    float: left;
}

.permissionRowWebResource {
    overflow: hidden;
    width: 30%;
    height: 18px;
    padding-left: 10px;
    float: left;
}

.permissionRowAllow {
    width: 5%;
    padding-left: 10px;
    float: left;
}

.permissionRow {
    list-style-type: none;
    clear: both;
    font-size: 10px;
}

.permissionRowDelete {
    float: right;
    padding-right: 10%;
}

.permission-row {
    cursor: pointer;
}

.broken_installation {
    opacity: 0.35;
}

.bgcolor_e4e1e5 {
    background-color: #e4e1e5;
}

.box-sound-lang a.selected, .lang a.selected {
    background-color: #0088CC;
}

.failure-box-sound-lang a.selected, .failure-lang a.selected {
    background-color: #0088CC;
}

.lang {
    padding: 10px 2px;
}

.nav-pills > .lang > a {
    padding: 0 5px;
}

.lang > a > img {
    vertical-align: initial;
}

.navbar-collapse {
    background: white;
}

.image_picker_image {
    /*
        Icons color are transformed from grey rgb(111,111,111) to Alleato default red color: rgb (106,0,0)
        Transformation can also be seen as HSL (0,0,44%) to HSL(0,100,21%) where HSL stands for  Hue, saturation and lightness
    */
    -webkit-filter: sepia(1) hue-rotate(311deg) saturate(15) brightness(42%);
    filter: sepia(1) hue-rotate(311deg) saturate(15) brightness(42%);
}

/* Displays pointer when selecting Icon*/
div[class='thumbnail'] > img[class='image_picker_image'] {
    cursor: pointer;
}

/*Display rules action of type test and final within an div with visble borders*/
form[name='rule'] div[class='test'], form[name='rule'] div[class='final'] {
    border: 0.5px solid grey;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*Display rules extra_action with some margin*/
form[name='rule'] button[name='extra_action'] {
    margin-top: 0;
    margin-bottom: 5px;
}

/*Setting max- and width-height properties of of branding logo in top navigation-bar */
.navbar-brand img {
    max-width: 155px;
    max-height: 50px;
}

#datepicker_from {
    border: 1px solid black;
    float: left;
    margin-right: 20px;
}

#datepicker_to {
    border: 1px solid black;
    float: left;
}

#preview_export {
    float: left;
    margin-right: 20px;
}

#export_lnk {
    float: left;
}

#preview_export:hover, #export_lnk:hover {
    background-color: #ececec;
}


#consent-form label {
    display: block;
}

#consent-accept-button {
    float: right;
}

#consent-cancel-button {
    float: right;
    margin-right: 15px;
}

#user-add-submit-div {
    padding-left: 10%;
    padding-top: 10px;
}

.table-striped > tbody > tr:not([style*="display: none;"]).striped > td {
    background-color: #ffffff;
}

.table-striped > tbody > tr:not([style*="display: none;"]).non-striped > td {
    background-color: #e4e1e5;
}


/* BEGIN selectionFilter view component (partial/_filteredSelect.phtml) */
/* Render message when filter result is empty. */
.emptyMsgContainer {
    position: relative;
    height: 100%;
    display: none;
}

/* Render message when filter result is empty */
.emptyMsg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 30%;
    margin: auto;
    position: absolute;
    color: lightgrey;
    font-size: 25px;
}

/*
Styling of submenus for partial Application/partial/_helpSection 
*/
.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    cursor: hand;
}

/*
Styling of submenus for partial Application/partial/_helpSection 
on hover
*/
.dropdown-menu > li:hover {
    background-color: #e6eefa;
}

/*
Styling of submenus for partial Application/partial/_helpSection 
on current selected
*/
.dropdown-menu > .active {
    background-color: #eeeeec;
}

/*
Styling of submenus for partial Application/partial/_helpSection 
on current selected
*/
.dropdown-menu > .active > span {
    color: #555753;
}

.pagination a {
    outline: 0 !important;
}

/* Column header container */
.columnHeaders {
    overflow: hidden;
    height: 20px;
    padding: 4px;
    background-color: black;
    color: white;
    font-weight: bold;
    width: 100%;
}

/* Column header item */
.columnHeaders .headerItem {
    height: 20px;
    float: left;
    overflow: hidden;
}

/* Filtered select container */
.filteredSelectContainer {
    overflow-y: scroll;
    border: 1px solid black;
}

/* END selectionFilter view component */


/* Navigation, remove outline from urls */
.nav a, .navbar-brand {
    outline: 0 !important;
}

/* Pagination urls */
.pagination a {
    outline: 0 !important;
}

/* Pagination selected/active page */
.pag-current a {
    background-color: #428bca !important;
    color: white !important;
    font-weight: bold;
}


.hlight {
    background: yellow !important;
    color: black !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}


/* generic list */
.list {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

.list-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: black;
    color: white;
    width: 100%;
    display: inline-block;
}

.list-header-column {
    float: left;
    padding-left: 10px;
    font-weight: bold;
    background: black;
}

.list-column {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

.list-row {
    list-style-type: none;
    clear: both;
    width: 100%;
    display: inline-block;
    background: #daeafa;
}
.list-row:nth-child(odd) {
    background: white;
}


/* application list specifics */
.application-list-client-id-column {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.application-list-name-column {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
}

.application-list-url-column {
    overflow: hidden;
    width: 350px;
    white-space: nowrap;
}

