﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }
}

.emailkeywords .row div:first-child {
    cursor: pointer;
}

.hidden{
    display: none;
}

@media (max-width: 1645px) {
    .special-row div.col-lg-5{
        float:none;
        width: 100%;
    }

}

.isexpress-col{
   color:red;
   font-weight:bold;
}

.ispaused-col td{
    font-style: italic;
    text-decoration: underline;
}

.isvirtual-col td {
    background-color: #f2dede !important;
}


.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}