/**
 * IBM Confidential
 * OCO Source Materials
 * 5725-S87
 * Copyright IBM Corp. 2018
 * The source code for this program is not published or otherwise
 * divested of its trade secrets, irrespective of what has been
 * deposited with the U.S. Copyright Office.
 */

html, body {
    background: #F0F0F0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body, input, select, textarea {
    font-family: Segoe, Tahoma, Arial;
    font-size: 12px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea { height: 20px; }

input[type="button"] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAMAAAB70KeTAAAAA3NCSVQICAjb4U/gAAAAM1BMVEX////y8vLx8fHw8PDv7+/u7u7s7Ozd3d3b29va2trZ2dnX19fV1dXT09PS0tLR0dG2trbjSpxwAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAzLzMxLzEwyTLRCQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAdSURBVAiZY2BgYIRDFiBkA0J2IOQEQm4g5AVDAQAGTACHePsLXwAAAABJRU5ErkJggg==");
    background-repeat: repeat-x;
    border: 1px solid #666;
    cursor: pointer;
    height: 20px;
    text-align: center;
    width: 80px;
}

img { border: none; }

#header-wrapper {
    background: #FFFFFF;
    border-bottom-color: #A4ABB2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
}

#header { padding: 15px; }

#header-title {
    font-size: 15px;
    font-weight: bold;
}

#header-description { font-size: 12px; }

#content-wrapper {
    height: calc(100% - 115px);
    overflow: auto;
    width: 100%;
}

#spinner {
    -ms-transform: translate(-25%, -50%); /* IE 9 */
    left: 34%;
    position: absolute;
    top: 50%;
    transform: translate(-25%, -50%);
    width: 65%;
}

#spinner-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#spinner-header { text-align: center; }

#spinner-body {
    max-height: 225px;
    overflow-y: auto;
    padding: 15px;
}

#content {
    display: none;
    height: 100%;
    padding: 15px;
    width: 100%;
}

#footer-wrapper {
    border-top-color: #A4ABB2;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
}

#footer {
    padding: 15px;
    text-align: right;
}

.text-header { font-weight: bold; }

.text-row {
    display: inline-block;
    height: 20px;
}

.text-row-content { padding: 3px 0 3px 0; }

.text-row-header {
    min-width: 150px;
    padding-left: 20px;
    vertical-align: top;
}

.input-xs { width: 100px; }

.input-sm { width: 200px; }

.input-md { width: 300px; }

.input-lg { width: 500px; }

.input-highlighted { border: 1px solid red; }

.label-pointer { cursor: pointer; }

.ui-datepicker-trigger { vertical-align: top; }