﻿.elsa-bg-gray-800 {
    background-color:white !important;
}

.elsa-flex.elsa-items-center img{
    display:none;
}

.elsa-flex.elsa-items-center .elsa-text-gray-300 {
    color: rgb(55 65 81) !important;
}
.elsa-flex.elsa-items-center a.elsa-text-white {
    color: white !important;
    background: rgb(55 65 81) !important;
}
.elsa-flex.elsa-items-center .elsa-text-gray-300:hover,
.elsa-flex.elsa-items-center .elsa-text-gray-300:hover {
    color: white !important;
}


.elsa-flex.elsa-items-center a.link-active {
    background-image: url("/assets/logo.png");
    width: 65px;
    height: 33px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.elsa-home-wrapper{
    display:none;
}
body.layout {
    margin: 0;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1 {
    font-size: 24px;
    margin: .67em 0;
}

pre {
    overflow: auto;
}

code, pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

input {
    line-height: normal;
}

:before, *:after {
    box-sizing: border-box;
}

input, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


h1, h2, h3, h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

ol {
    margin-top: 0;
    margin-bottom: 10px;
}

code, pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 800px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    ;
    color: #fff;
    background-color: green;
    border-color: gray;
    float: right
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.clearfix:before, .clearfix:after, .container:before, .container:after, .panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after, .panel-body:after {
    clear: both;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-body {
    font-size: 16px;
}

.login-logo {
    height: 150px;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-container .validation-summary-errors ul {
    font-weight: bold;
    list-style: none;
    padding: 0;
}

.login-container input {
    display: block;
    width: 220px;
    padding: 10px 10px;
    border: 1px #000000 solid;
    border-radius: 4px;
}

.login-container .login-password {
    display: block;
    margin-top: 20px;
}

.field-validation-error {
    color: #ff0022;
}

.login-container .login-btn {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #333;
    width: 240px;
    padding: 7px 0;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
}

nav.login-nav {
    background: #f8f9fa;
    border-bottom: 1px solid #CED4DA;
    display: flex;
    align-items: center;
    height: 70px;
}

nav.login-nav ul {
    list-style: none;
}

nav.login-nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 25px 15px;
}

nav.login-nav li a:hover {
    transition: .1s;
    cursor: pointer;
    border-bottom: 3px solid #000000;
}

nav.logged-options {
    float: right;
    margin: 13px 24px 0 0;
}