/* enjoy */

body{
    /* background-color: white; 
     background-color: #fff;
    background-repeat: no-repeat;*/
background-size: cover;

    background-image: url(/images/background.gif);
  /*  text-align: -webkit-center;*/
}
div.login-ui{
   /* background-color: white*/
      background-image: url(/images/econnect_gb.gif);
      background-repeat: round;
      background-size: cover;
}

.page-tabs .page-list li a[href].current{
   /* background: #31731f !important;
    color: #FFFFFF !important; */
 
     background: rgb(152,38,89)!important;
     background: -moz-linear-gradient(180deg, rgba(152,38,89,1) 0%, rgba(121,9,61,1) 3%, rgba(154,73,111,1) 28%, rgba(238,238,238,1) 100%)!important;
     background: -webkit-linear-gradient(180deg, rgba(152,38,89,1) 0%, rgba(121,9,61,1) 3%, rgba(154,73,111,1) 28%, rgba(238,238,238,1) 100%)!important;
     background: linear-gradient(180deg, rgba(152,38,89,1) 0%, rgba(121,9,61,1) 3%, rgba(154,73,111,1) 28%, rgba(238,238,238,1) 100%)!important;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#982659",endColorstr="#eeeeee",GradientType=1)!important; 
    color: #ffffff !important;
   
}
/* menu page settings */
.page-tabs .page-list li a[href]:hover{
     background: #095e92 !important;
    color: #FFFFFF !important;

}
.page-list-level li  
.menu-dropdown{
    background: #979879 !important;

}

.list-item:not(.selected) .caption:hover{
   /* background: #e5e5cd !important; 
    border:solid 1px #CCCCCC !important;*/

   background: #43c578  !important;
    border: solid 1px #bfbaba !important;
    border-radius: 15px;
}

}

.recent-connections .connection:hover {
    background: #a3baab !important;
}
.user-menu{
   /* background: #fff !important;
    color: #a1306e !important;    */
    background: #2e4881 !important;
    color: #ffffff !important;
}

}
.user-menu:hover{
   /* background: #009933 !important;
    color: #a1306e !important;   */
    background: #049f8b !important;
    color: #ffffff !important;
    border-radius: 15px;
}
 
}
.menu-dropdown .ng-isolate-scope .open{
    /*background: #979879 !important;*/
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    white-space: nowrap;
    background: rgb(229 106 161);
    box-shadow: 0 2px 2px rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    z-index: 5;
    border-radius: 12px;

}

.header {
   /* background: #000 !important;
    color: #fff !important;*/
    background: #2e4881 !important;
    color: #fff !important;
    /*padding: 15px;*/
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
}
}

}

.list-item .name {
   /* color: #328c00;
    font-weight: 600;
    padding: 0.1em;
    margin-left: 0.25em;*/

    color: #ff3529;
    font-weight: 800;
    padding: 0.1em;
    margin-left: 0.25em;

}

a.button, button, input[type=submit] {
    background-color: #2e4881;
    border-radius: 20px;
    border-radius: 15px;
    max-width: 50%;
    display: revert;
} 


.login-ui .login-dialog .logo {
    display: block;
    margin: 0.5em auto;
    width: 3em;
    height: 3em;
    border-radius: 25px;

    background-size: 3em 3em;
    -moz-background-size: 3em 3em;
    -webkit-background-size: 3em 3em;
    -khtml-background-size: 3em 3em;
    background-image: url(/images/logo-144.png);
}

.login-ui .login-dialog {
    background-color: #0d2043f5;
    /* max-width: 20%;*/
    border: solid 2px  #55d8ff;
    border-radius: 20px;
    display: inline-table;
}

.login-ui .login-dialog .version .app-name {
    font-weight: 300;
    text-transform: none;
    text-align: center;
   /* font-size: 1.05em;*/
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif; 
}

/* login page error */

.login-ui.error p.login-error {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 1em;
    margin: 0.2em;
    background: #f14141;
    border: 1px solid #2e4881;
    -moz-border-radius: .25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius: .25em;
    text-align: center;
    color: #000;
}

input[name="username"],input[name="password"],input[name="guac-totp"],input[ng-model="searchString"],input[type=text], input[type=checkbox], input[type=email], input[type=number], input[type=radio], input[type=text], label, textarea {
    background-color: #fff !important;
/*    background: #fff !important; */

border-radius: 15px;

}

/* the login page header called "navigation" */

.navigation {
    background: black !important;
    color: #fff !important;
}

.navigation a:hover {
  background-color: #009933;
  color: black;
}

.navigation a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  line-height: 25px;
  border-radius: 4px;
}
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    max-width: unset;
    float: right;
}

.navigation{
    padding-left: 88px;
    padding-right: 88px;
}

.navigation {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 64px;
    background: #1b74da;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

h2 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: -webkit-center;
    font-style: italic;
    color: #ffffff;
}


h3 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    /* text-align: -webkit-center; */
    font-style: italic;
    color:#ffffff;
    background:#2e4881
}
/*
 * Add logo on the upper left
 */
.hlogo {
    width: 145px;
    height: 60px;
    background: black url(app/ext/EINS/images/EINS_BARE_LOGO.png) no-repeat left/142px;
    font-size: 0;
    line-height: 0;
}




/* new added css */

.filter .search-string {
    border-radius: 15px;
    background-image: url(images/magnifier.svg);
    background-repeat: no-repeat;
    background-size: 1.75em;
    background-position: 0.25em;
    padding: 0.5em 0.5em 0.5em 2.25em;
    width: 100%;
    max-width: none;
}


table.sorted th {
    background: rgb(106 161 197 / 13%);
    font-weight: 400;
    background: #000;
    color: white;
}


.attributes .form h3 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em;
    margin: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 2px rgba(0,0,0,.125);
    background: #2e4881;
    width: 100%;
}

div.section {
   /* margin-left: 45%;*/
    padding: 0;
    text-align: -webkit-left;
    left: 35px;
}

div.location, input[type=email], input[type=number], input[type=password], input[type=text], textarea {
    border: 1px solid #777;
    -moz-border-radius: .2em;
    -webkit-border-radius: 0.2em;
    -khtml-border-radius: .2em;
    border-radius: 0.2em;
    width: 100%;
    max-width: none;
    padding: 0.25em;
    font-size: .8em;
    background: #ffffff;
    cursor: text;
    border-radius: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.location-chooser .dropdown {
    position: absolute;
    z-index: 2;
    margin-top: -1px;
    width: 3in;
    max-height: 2in;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.5);
    background: #fff;
    font-size: 10pt;
    margin-top: 5px;
    border-radius: 15px;
}

.connection-parameters .form .fields .field-header, .connection-parameters .form .fields .form-field {
    display: table-header-group;
    /* padding: 0.125em; */
    vertical-align: top;
    width: 100%;
}

.page-tabs .page-list ul, .section-tabs ul {
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.0125);
    border-bottom: 1px solid rgba(0,0,0,.05);
    text-align: center;
}


.attributes .form h3 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em;
    margin: 1em 0;
   /* border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 2px rgba(0,0,0,.125);
    background: rgba(0,0,0,.04);*/
    width: 100%;
    text-align: center;
}

.menu-dropdown .menu-contents {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 50%;
    white-space: nowrap;
    background: #e3e3e1;
    box-shadow: inset 2px 12px 12px 0px rgb(0 0 0 / 13%);
    border-left: 1px solid rgb(57 17 17 / 13%);
    border-bottom: 1px solid rgb(193 117 117 / 13%);
    z-index: 5;
    text-align: initial;
    border-radius: 20px;
}

.menu-dropdown .menu-contents li a:hover {
    background-color: #2e4881;
    color: white;
}

.menu-body>* {
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    background: white;
}

.list-item .caption {
    padding: 0.1em;
    margin-left: 30%;
    margin-right: 30%;
    max-width: 30%;
    background: #5af;
    margin-top: 10px;
    border-radius: 30px;
}

.login-ui .login-dialog .version .version-number {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.25em 0.75em;
    margin: 0.25em;
    -moz-border-radius: .5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: .5em;
    border-radius: 0.5em;
    color: #ffffff;
    background: #2e4881;
    font-size: .5em;
    font-style: normal;
    opacity: 10;
    font-palette: normal;
    text-align: center;
    opacity: 0.7;
}

.login-ui .login-fields .labeled-field.empty input {
    background: transparent;
    border-radius: 15px
}/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
.quickconnect-container{margin:.25em 0;width:100%;margin-left:.50em}.quickconnect-container .quickconnect-field{background-image:url('images/protocol-icons/guac-text.png');background-repeat:no-repeat;background-size:1.50em;background-position:.25em center;background-color:transparent;padding:.25em;padding-left:2.50em;width:100%;max-width:none;border:0;box-sizing:border-box}.quickconnect-button{clear:both;float:right;margin-right:.75em;font-size:.75em;padding:.25em}.quickconnect-list-item{vertical-align:middle;align-content:center;display:flex}