﻿body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666668;
}


body {
    background-color: #e8e9eb;
}

.Content1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.Content2 {
    font-size: 12px;
    font-weight: bold;
    color: #666668;
}

.Content3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.unavailableContent {
    color: #0854a2;
    font-size: 12px;
    font-weight: bold;
}

.ErrorContent {
    font-size: 12px;
    color: #9E0508;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 6px;
    vertical-align: top;
}

.buttonbg {
    background-color: #4976AD
}

.h1 {
    display: block;
    text-align: center;
    padding-top: 7em;
    vertical-align: central;
}

/* Split the screen in half */
.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.left {
    left: 0;
    /* background-color: #111; */
}

/* Control the right side */
.right {
    right: 0;
    /*  background-color: red; */
}

/* If you want the content centered horizontally and vertically */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    /* Style the image inside the centered container, if needed */
    .centered img {
        width: 150px;
        border-radius: 50%;
    }

/* Hides the Chatbot image */
.bcStatic img {
    display: none;
}

.connect_message {
    display: block;
    text-align: match-parent;
    padding-top: 4em;
    vertical-align: central;
    font-size: large;
    font-weight: bold;
}

#conditionalIFrameDiv {
    /* width: 38em;
       height: 35em;
    float: right;
         */
}

.wrapper {
    text-align: center;
}

.button {
    position: absolute;
    top: 50%;
}