@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html, body, .api, .container {
  overflow-y: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
  border: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  background: #2f3479;
  font: 14px/20px "Lato", Arial, sans-serif;
  padding: 0;
  color: white;
}


td {
padding: 8px 10px;
}

td:first-child {
font-family: monospace;
}

h3 {
margin-top: 100px;
}

h5 {
margin-bottom: 0;
}

hr {
margin-top: 2px;
}

.api {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.example-4, .example-5 {
height: 400px;
}

.split p {
padding: 20px;
}

.split {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;

overflow-y: auto;
overflow-x: hidden;
}

.gutter {
background-color: #eee;

background-repeat: no-repeat;
background-position: 50%;
}

.gutter.gutter-horizontal {
background-image: url('./grips/vertical.png');
cursor: ew-resize;
}

.gutter.gutter-vertical {
background-image: url('./grips/horizontal.png');
cursor: ns-resize;
}

.split.split-horizontal, .gutter.gutter-horizontal {
height: 100%;
float: left;
}

#left-col {
    position: absolute;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    height: 100%;
    overflow: hidden !important;
}

#right-col {
    position: absolute;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    height: 100%;
    overflow: hidden !important;
    border-left: 1px solid #999;
}

.logo-container {
    position: absolute;
    top: 0px;
    right: 13px;
    z-index: 9999;
    height: 93px;
    width: 60px !important;
    margin: 0px;
    display: block;
    background: #333;
    padding: 27px 0px 0px 0px;
}

.logo-container img {
    max-height: 80%;
    margin: auto auto;
    display: block;
}

.container {
position: absolute;
width: 100% !important;
max-width: none !important;
}

.instructions-text {
    margin: 33px 30px 20px 30px;
    padding: 20px;
    box-sizing: content-box;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
}

.videoWrapper {
position: relative;
/*padding-bottom: 56%;*/
/*padding-top: 25px;*/
height: 50%;
}

.videoWrapper iframe {
position: absolute !important;
/*z-index: 9990;*/
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*.overlaydiv {
  position: absolute !important;
  z-index: 9991;
  width: 100%;
  height: 50px;
  bottom: 0px;
}*/

.videoWrapper .fb-video {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.presentationWrapper {
position: relative;
/*padding-bottom: 58%;*/
/*padding-top: 25px;*/
height: 50%;
margin-left: 100px;
}

.presentationWrapper iframe {
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ebookWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
background: #444444;
}

.ebookWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
}

.user-buttons {
position: absolute;
bottom: 80px;
left: 0px;
width: 100px;
height: auto;
}

.user-buttons .custom-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  position: relative;
  width: 90px;
  padding: 10px 20px 0px 20px;
  margin-bottom:15px;
  height: 65px;
    /*background-color: #b4cce4;
  border-radius: 0px 20px  20px 0px;
box-shadow: 0 5px #27496d;
transform: translateY(5px);*/
}

.user-buttons .custom-btn:hover  {
cursor: pointer;
}

.user-buttons .custom-btn img {
  width: 60px;
}

.full-screen-button {
    position: relative;
}

.question {
  color: #434651;
  position: absolute;
  left: -490px;
  width: 490px;
  bottom: 5px;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
}

.chat {
  color: #434651;
  position: absolute;
  left: -490px;
  width: 490px;
  bottom: 5px;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
}
.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}
.chat .chat-header img {
  float: left;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 500px;
}
.chat .chat-history .m-d {
  margin-bottom: 15px;
}
.chat .chat-history .time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
    float: left;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86bb71;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .message {
  background: #86bb71;
}
.chat .chat-history .name {
    float: left;
    padding-left: 10px;
}
.chat .chat-message {
  padding: 30px;
}

.chat .chat-history ul {
  list-style: none;
    padding: 0px;
    margin: 0px;
}

.chat .chat-history li {
    clear: both;
    float: none;
}

.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  resize: none;
}

.chat .chat-message input[type=text] {
  width: 50%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  resize: none;
}

.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
    margin-top: 10px;
    float: right;
    color: #94C2ED;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background: #F2F5F8;
}
.chat .chat-message button:hover {
  color: #75b1e8;
}

.me {
  color: #94C2ED;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
    overflow-x: hidden;
}

#chat-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    left: 490px;
    width: 90px;
    padding: 10px 20px 0px 20px;
    border-radius: 0px 20px  20px 0px;
    -moz-border-radius: 0px 20px  20px 0px;
	-webkit-border-radius: 0px 20px  20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px #27496d;
    -moz-box-shadow: 0 5px #27496d;
    box-shadow: 0 5px #27496d;
    transform: translateY(5px);
}

#chat-button {
}

#chat-button:hover {
  cursor: pointer;
  background-color: #eee;
}

#chat-button img {
    width: 40px;
}

.new-message {
    position: absolute;
    top: 2px;
    right: 16px;
    background: #f85556;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 11px;
    -moz-border-radius: 11px;
	-webkit-border-radius: 11px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

/** QUESTION MODAL **/

#page-overlay {
  display: none;
  position: absolute !important;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5)
}

.question-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 500px;
  background: #F2F5F8;
  margin: 0px auto;
  color: #434651;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
}

.question-container textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
    height: 150px;
}

.question-container h4 {
  text-align: center;
  font-size: 18px;
  padding-top: 0px;
  margin-top: 0px;
  color: #000;
}

#send-question {
  display: block;
  margin: 10px auto 0px auto;
  color: #75b1e8;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}

#send-question img {
  vertical-align: middle;
    display: none;
}

#send-question.disabled img {
    display: inline-block;
}

#send-question.disabled span {
    display: none;
}

#send-question:hover {
  color: #3b8fde;
}

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: none;
    background: transparent;
    cursor: pointer;
}

.confirmation {
    display: none;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

.livstream-clock {
    position: absolute;
    top: 20px;
    left: -79px;
}