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;
}

hr {
    margin: .6rem;
}

#full-body {
    max-width: 100%;
    display:flex;
    flex-direction: row;
}

#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;*/
}

#side-bar .menu a:focus {
    outline: none;
}

#content {
    flex-grow: 1;
}

#side-bar .menu i {
    padding-right: 10px;
}

#action-pane {
    padding: .5rem 1rem .5rem 1rem;
    background-color: #f6f6f6
}

.details{
    padding: 1rem 1rem 1rem 1rem;
}

.details-topic {
    margin: 1rem 0;
}

.main-details {
    padding-bottom:1rem;
    margin-bottom:1rem;
    border-bottom:1px solid #d6d6d6;
    min-height: 59px;
}

.border-bottom {
    border-bottom: 2px solid #888888;
}

.border-left {
    border-left: 2px solid #888888;
}

.block {
    display: inline-block;
}

.nav-bar, .nav-bar a, .nav-bar ul {
    background-color: #005f9d;
    color: #ffffff;
    padding: 0px;
    z-index: 10;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.radius {
    border-radius: 5px;
}

.radius-left {
    border-radius: 5px 0 0 5px;
}

.radius-right {
    border-radius: 0 5px 5px 0;
}

.no-border {
    border: none;
}

.clear-sides {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.clear-all {
    margin: 0 !important;
    padding: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.top-bar .menu > li > a {
    line-height: 1.5;
}

.menu .active > a, .menu a:hover {
    background-color: #c2e0f6;
    color: #000000 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #5da423 !important;
}

.text-gray {
    color: #636363;
}

.text-darkgray {
    color: #484848;
}

.text-bold {
    font-weight: bold;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.tabs {
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
}

.tabs-content {
    border: 1px solid #d6d6d6;
    border-top: 0;
}


.tabs .tabs-title > a:hover {
    background-color:#d4f7cc;
}

#info-panel1 .row {
    min-height: 40px;
}

.tabs-content .row b {
    padding-bottom: 5px;
}

.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;
}

#form-log-a-call textarea {
    width: 100%;
    height: 5rem;
}

.page-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-top: 5px;
}

.txt-orange {
    color: #ce461c !important;
}

.page-title i {
    font-size: 2rem;
    margin-right: .5rem;
}

#error-list {
    margin: 1rem;
}

.white-space {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.ellipsis-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-row {
    min-height: 57px;
}

.comments {
    background-color: rgba(251, 255, 113, 0.57);
}
.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);
}
.button:active {
    box-shadow: none;
    transition: box-shadow .15s;
}

.keycodeInput{
    width: 15em;
    text-align: center;
}