body
{
    margin: 0px;
    color: black;
    background-color: white;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
}

#chatInput
{
    margin: 0px;
    padding: 10px;
    border: solid 1px gray;
    background-color: #D0CFCF;
}


.form_row
{
    width: 100%;
    padding: 2px;
    font-size: 80%;
    clear: both;
}

.form_label
{
    width: 45%;
    float: left;
    text-align: right;
    padding: 4px 10px 4px 0px;
}

.form_control
{
    text-align: left;
}

.popup_body
{
    padding: 10px;

}

.demo_container
{
    /*background: #ffffff url( '../Images/aspect-logo.png' ) no-repeat right top;*/
    margin: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    /*font-weight: bold;*/
    border: solid 1px #D0CFCF;
    text-align: left;
    /*padding-bottom: 10px;*/
    padding: 2em;
}

.demo_logo
{
   padding-bottom: 4em;
   max-width: 80%;
}

.bname_txt
{
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-size: 26px;
    margin-top: -25px;
    padding: 40px 0px 2px 25px;
    color: #000000;
    /*font-weight: bold;*/
}

.aname_txt
{
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-size: 18px;
    padding: 10px 0px 2px 25px;
    color: #000000;
    font-weight: normal;
}

.nav-right-padding
{
    margin-right: 8px;
}

.hideOverFlow 
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 65%;
    display: block;
}

/* Row alignment for Bootstrap grid layout */

/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* End of row alignment for Bootstrap grid layout */

#overlay {
   position: fixed;
   bottom: 1px;
   top: inherit;
   /* left: inherit; */
   right: 10px;
   width: 400px;
   max-width: 95%;
   height: 450px;
   max-height: 95%;
   background-color: #000;
   border: .25px solid #777;
   box-shadow: 1px 1px 4px black;
   /*border-radius: 2px;*/
   filter:alpha(opacity=94);
   -moz-opacity:0.94;
   -khtml-opacity: 0.94;
   opacity: 0.94;
   z-index: 2000;
}

#overlayWrapper {
   position: fixed;
   bottom: 1px;
   right: 10px;
}

body {
    overflow-x: hidden;
}

#Request-Chat-With-Agent
{
    position: fixed;
    top: 70%;
    right: -40px;
    height: 70px;
    padding-bottom: 50px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #00AEEF;
    color: #ffffff;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-weight: bold;
    text-shadow: none;
}

#ContactUsContainer 
{
    position: fixed;
    top: 15%;
    right: -300px;
    width: 300px;
}

#ContactUsTab
{
    position: absolute;
    left: -34px;
    top: 105px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: left top;
    background: #00AEEF;
    padding: 5px 10px;
    color: #FFF;
    width: auto;
    height: 34px;
    border: .5px solid #00AEEF;
    box-shadow: -1px 1px 4px 0px black;
    border-radius: 8px 8px 0px 0px;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-weight: bold;
    font-size: medium;
}

#ContactUsInfo
{
    width: 20%;
    min-width: 300px;
    background-color: #FFF;
    border: .5px solid #777;
    box-shadow: 1px 1px 4px black;
    border-radius: 0px 0px 0px 8px;
    filter:alpha(opacity=94);
    -moz-opacity:0.94;
    -khtml-opacity: 0.94;
    opacity: 0.94;
    z-index: 1990;
    padding: 2em;
}

/*.modal-backdrop.in { z-index: auto;}*/

.modal-content {padding: 2px;}

/* // open state - points up */
.functionbox .caret {
  border-top-width: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

/* // collapsed state - points down */
.functionbox .collapsed .caret {
  border-top-width: 5px;
  border-bottom-width: 0;
}

.zindex {
  z-index: 99000 !important;
}

.modal-body {
   max-height: calc(100vh - 180px);
   overflow-y: auto;
}

.acceptLicenseRadio {
    text-align: center;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
div[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
div[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

div[dnd-list] form-group {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */
div[dnd-list] form-group.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.loading-indicator {
  padding-left: 5px;
}

#aspect-floating-chat-button {
  bottom: 5%;
  right: 2%;
  position: fixed;
  z-index: 1;
}