html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #00457b;
}

b {
    font-weight:bold;
}

i {
    font-style:italic;
}

#header {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    background-color: aliceblue;
    border: 3px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem !important;
}

h1 {
    color: #0A4A8A !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 70px !important;
}

#main {
    background-color: lightsteelblue;
    width: 100%;
    height: calc(100% - 100px);
    box-sizing: border-box;
    overflow-y : auto;
}

#footer {
    position: fixed;
    bottom: 0px;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    background-color: aliceblue;
    box-sizing: border-box;
    border-top: lightgray solid 1px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
    margin-top: 10px;
}

.clearboth {
    clear: both;
}

header, .modal-header {
    justify-content: initial !important;
}
header h2, .modal-header h2 {
    color: #0A4A8A;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 4px;
    font-size: 24px;
}

header i, .modal-header i {
    background-color: #0A4A8A;
    -webkit-mask-image: url(../images/icons/icons_chat.svg);
    mask-image: url(../images/icons/icons_chat.svg);
    background-size: 35px 35px;
    display: inline-block;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.hidden {
    display: none;
}

outer-window header {
    padding: 10px;
    display: flex;
    border-top: gray solid 1px;
    border-right: gray solid 1px;
    border-left: gray solid 1px;
    border-bottom: lightgray solid 1px;
    height: 60px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    background: -moz-linear-gradient(bottom, #D9E9F7 0%, #fff 100%);
    background: -webkit-linear-gradient(bottom, #D9E9F7 0%,#fff 100%);
    background: linear-gradient(to top, #D9E9F7 0%,#fff 100%);
}

outer-window content > div {
    border-right: gray solid 1px;
    border-left: gray solid 1px;
}

outer-window footer {
    height: 50px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    border-top: lightgray solid 1px;
    border-bottom: gray solid 1px;
    border-right: gray solid 1px;
    border-left: gray solid 1px;
}

outer-window footer img {
    margin: 8px 10px 0 0;
    float: right;
}

button#btn-endchat {
    border-color: #357EBD;
    background-color: #357EBD;
    position: absolute;
    right: 22px;
    min-width: 44px;
    min-height: 44px;
}

#header {
    border: 3px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem !important;
}
