tr { cursor: pointer; cursor: hand; }
.activity_title{
	font-weight: bold;
	padding-left: 14%;
}
#fileselector {
    margin: 10px; 
}
#upload-file-selector {
    display:none;   
}
.tab-pane {
 /*border-left: 1px solid #ccc!important;
 border-right: 1px solid #ccc!important;
border-bottom: 1px solid #ccc!important;*/

 padding-top: 20px;
 padding-right: 10px;
 display: flow-root;
}
.dropdown .dropdown-toggle {
  color:white;
}
.outer-line {
  width: 48%;
  border-bottom: 2px solid #999
}
.outerlinespan {
  display: inline-block;
  vertical-align: middle;
}
.borderright{
  border-right: thick double green;
}
 body {
    overflow-x: hidden;
 }
/* Toggle Styles */
body.loading .universal-loader {
  display: block;
}
.universal-loader {
  display: none;
  background-size: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin: -50px 0 0 -50px;
  z-index: 999999;
  background: url('/images/heart_loader.gif') center center no-repeat;
  background-size: 70%;
}
*,*:before, *:after {
  box-sizing: border-box;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color:rgba(165, 207, 213, 0.66) transparent;
    display: block;
    width: 0;
}
.chat .chat-history .you-message {
  background:rgba(165, 207, 213, 0.66);
  color:#003366;
}
.chat .chat-history .me-message {
  background:#dcf8c6;
   color:black
}
.chat .chat-history .me-message:after {
  border-color:#dcf8c6 transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom:auto;
   
}
.chat .chat-message {
  padding: 30px;
}
.dropdown.open .dropdown-toggle {
    color: black;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat-ul li{
    list-style-type: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

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

.me {
  color: #E9724C;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif;
    color: #003366;
}