html {
    /*overflow-y: scroll;*/
}

body {
    width: 100%;
    color: #000;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    cursor: default;
    background-color: #e6e6e6;
}

#side-bar {
    background-color: #f6f6f6;
    display:block !important;
    padding: 0;
    z-index: 1;
    min-height:100%;
    overflow: hidden;
    white-space: nowrap;
    width: 51px;
    background-color: #0078c1;
    min-width: 51px;
}

#side-bar .menu a {
    color: #ffffff;
    /*line-height: 1.5;*/
}

#action-pane {
    padding: .5rem 1rem .5rem 1rem;
    background-color: #f6f6f6
}

.nav-bar, .nav-bar a, .nav-bar ul {
    background-color: #0078c1;
    color: white;
    padding: 0px;
    z-index: 10;
}

.menu .active > a, .menu a:hover {
    background-color: #c2e0f6;
    color: #000000 !important;
}

.tabs {
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
}

.tabs .tabs-title > a:hover {
    background-color:#d4f7cc;
}

.tabs-content form > .row > div > label, .reveal > .row > div > label {
    font-weight: bold;
    color: #636363;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #d4f7cc;
}

.info-title {
    font-weight: bold;
    padding-bottom: 10px;
    color: #636363;
}

.standard-form {
    padding: 1rem;
    border: 2px solid #888888;
    background-color: #e6e6e6;
    color: #636363;
}

#thinking-modal, #thinking-modal:focus {
    background-color:rgba(0, 0, 0, 0);
    border:none;
    outline: 0;
    box-shadow: none;
}

.button {
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
}
.button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#aed-info-modal label {
    font-weight: bold;
    color: #636363;
}

#aed-info-modal .aed-info-details {
    color: #848484;
}

.aed-active {
    font-weight: bold;
    color: #008600;
}

.aed-inactive {
    font-weight: bold;
    color: #dd2831;
}

.button {
    background-color: #005F9D;
    color: white;
}

.button:hover {
    color: black !important;
    background-color: #C2E0F6;
}




