.xs-input {
    width: 20%;
}
.s-input {
    width: 40%;
}
.ui-autocomplete {
    z-index: 99999
}
.list-group-item {
    overflow: hidden;
}
.left-nav-domain {
    cursor: pointer;
}
.hidden {
    display: none;
}
.breadcrumb {
    padding: 0.5rem 0.75rem;
}
.delete-alias, .edit-alias {
    cursor: pointer;
}
.marked-delete {
    color: red;   
}
#body-wrapper {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    /* min-height: 100vh; */
}
#body-wrapper.login {
    min-height: 100vh;
    height: 600px;
}
#body-wrapper > nav {
    background-color: rgba(16, 73, 138, 0.6);
    border-bottom: 5px solid white;
    
    padding: 1px 5px;
}

#body-wrapper.login > nav {
    background-color: rgba(16, 73, 138, 0.6);
    position: absolute;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 0px solid white;
    right: 0px;
    padding: 1px 5px;
}

.navbar-light .navbar-brand {
    color: rgba(255,255,255,0.87) !important;

}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,0.87);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,0.87);
}
.btn {
    min-width: 120px;
    margin-bottom: 5px;
    /* background-color: #546e7a; */
    /* color: #fff; */
}
.btn-primary {
    color: #fff;
    background-color: rgba(15, 73, 137, 0.85);;
    border-color: #0f4989;
}

.btn-danger {
    color: #fff;
    background-color: rgba(227, 30, 37, 0.7);;
    border-color: #e31e25;
}
a {
    color: white;
}
.logo {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px;
}
.logo > img {
    max-width: 400px;
}
.badge-primary {
    background-color: #0f4989;;
}
.container-fluid {
    position: relative;
}
#body-wrapper.login> .container-fluid {
    min-height: 100%;
    background: #fff url('/img/back_1.jpg') no-repeat center center fixed;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}
#body-wrapper.login > .container-fluid .row > div {
    background-color: rgba(255,255,255,0.87);
    padding: 45px 4%;
    border-radius: 20px;
    /* margin-top: 100px; */
    text-align: left;
    margin-top: 3%;
    margin-bottom: 3%;
}
#logo > img {
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
}
#logo {
    padding-bottom: 30px;
    text-align: center;
}
.container-opacity {
    min-height: 100%;
}
#body-wrapper.login .row{
    margin-left: 0px;
    margin-right: 0px;
    /* position: absolute; */

    /* top: 42%; */
    /* transform: translateY(-50%);  */
    /* left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    text-align: center;
}

.little-circle {
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

.arrow-down {
    border: solid grey;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.more-information {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.more-information .header {
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
}

#projects {
    position: absolute;
    left: 0px;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0px;
    top: 0px;
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: space-around;
    padding: 81px 0;
}
#projects a {
    color: white;
    
}
#projects .text {
    text-align: center;
    margin-bottom: 20px;
}
#projects i {
    margin-bottom: 10px;
}
#projects a:hover {
    text-decoration: none;
}
#projects a:hover .red {
    color: #ff1744;
}

#projects a:hover .green {
    color: #00e676;
}

#projects a:hover .yellow {
    color: #ffc400;
}

#projects a:hover .grey {
    color: #55739a;
}
#projects a:hover .blue {
    color: #0072C6;
}
#projects a .exchange-icon {
    height: 66px;
    width: 66px;
    background-image: url('/img/olk_logo_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#projects a:hover .exchange-icon {
    background-image: url('/img/olk_logo_blue_2.png');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 66px !important;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }
  #footer {
    background-color: rgba(16, 73, 138, 0.6);
    position: fixed;

    bottom: 0px;
    right: 0;
    /* transform: translateX(-50%);  */
    padding: 5px 5px;
  }
  #footer a{ 
    font-size: 16px;
    color: white;
    padding: 0 20px;

  }
  #footer a:first-child, #footer a:nth-child(2) {
    border-right: 1px solid white;
  }
#body-wrapper.logged-in {
    background: #fff url('/img/back_1.jpg') no-repeat top center fixed;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

#main-content > .content-container {
    background-color: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
}
#main-content {
    padding-top: 20px;
}
#body-wrapper.logged-in > nav{
    /* background: #fff url('/img/back_1.jpg') no-repeat top center fixed; */
    position: fixed;
    top: 0px;
    /* left: 50%; */
    right: 0px;
    z-index: 10;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}
.toggle-left-nav {
    line-height: 30px;
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 100;
    font-size: 30px;
    border: 2px solid black;
    padding: 7px;
    border-radius: 15%;
    background: white;
}
#left-nav {
    z-index: 99;
    padding-top: 90px;
}
#left-nav, #right-nav {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 100vh;
    color: white;
    position: fixed;
}
#right-nav {
    right: 0;
    padding-top: 50px;
}
#right-nav li { 
    border-bottom: 1px solid white;
}
#right-nav ul {  
    list-style: none;
    padding-left: 0;
}
#left-nav .list-group-item, .breadcrumb {
    background-color: transparent;
}
#left-nav .list-group-item a, #left-nav .list-group-item h4{
    color: white;
}
#left-nav .list-group-item a {

}
#left-nav .list-group-item a.marked-delete {
    color: #ff1744;
}
#left-nav .btn-primary,#left-nav .badge-primary {
    background-color: #424242;
}
#left-nav .list-group-item{
    border-bottom: 1px solid white;
}
ol.breadcrumb {
    margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item a{
    color: #9e9e9e;
}
.breadcrumb .breadcrumb-item.active{
    color: #fff;
}
#open-menu {
    display: none;
    font-size: 25px;
}
@media all and (max-width: 1000px) {
    #open-menu {
        display: block;
        color: white;
        z-index: 1;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    #open-menu.clicked {
        display: none;
    }
    #projects {
        display: none;
    }
    #projects.active {
        display: block;
    }
    #projects.toggle {
        display: block;
    }
    #close-main-nav {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        z-index: 3;
        font-size: 40px;
    }
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
  
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }

/* #body-wrapper.login #reservation .row {
    top: 60%;
} */