/* MAILBOX */
.mailbox {
	
}

.mailbox  .col-md-2, .col-md-10{
    padding:0;
}

.mailbox  .panel{
    margin-bottom: 0px;
    /* height: 400px;
    overflow-y:scroll; */ 
}

.mailbox  .chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}

.mailbox  .chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}

.mailbox  .icon_minim{
    padding:2px 10px;
}

.mailbox .msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
  overflow-y:scroll; 
}

.mailbox  .top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.mailbox .form-control {
	max-width: 100%;
}

.mailbox  .msg_receive{
    padding-left:0;
    margin-left:100;
}

.mailbox  .msg_receive:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
} 

.mailbox  .msg_sent{
    padding-bottom:20px !important;
    margin-right:100;
}

.mailbox  .msg_sent:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.mailbox  .messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}

.mailbox  .messages > p {
    /*font-size: 13px;*/
    margin: 0 0 0.2rem 0;
}

.mailbox  .messages > time {
    /*font-size: 11px;*/
    color: #ccc;
    float: right;
}

.mailbox  .messages > sender {
    font-size: 11px;
    color: #ccc;
}

.mailbox  .messages > file_download {
    /*font-size: 11px;*/
    color: #ccc;
}

.mailbox  .msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.mailbox  img {
    display: block;
    width: 100%;
}

.mailbox  .avatar {
    position: relative;
}

.mailbox  .base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.mailbox  .base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}

.mailbox  .base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.mailbox  .msg_sent > time{
    
}

.mailbox  .msg_sent > sender{
    
}

.mailbox  .messages > file_download {
    /*font-size: 11px;*/
    color: #ccc;
    word-wrap: break-word;
}

.mailbox  .msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.mailbox  .msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.mailbox  .msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.mailbox  .btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

.mailbox .base_sent::after, .base_sent::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

/* utk form DATUL */
.photo-profile{
	height: 170px;
	width: 140px;
	border: 1px solid gray;
	padding: 5 px;
}

/* utk form TELKOM */
.photo-profile-telkom{
	height: 180px;
	width: 140px;
	border: 1px solid gray;
	padding: 5 px;
}

.photo-profile-md{
	height: 150px !important;
	width: 120px !important;
	border: 1px solid gray;
}
.report-label{
	margin-top: 3px;	
}

#ng-camera-action {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.camera-web {
	height : 370px;
	width : 340px;
	border: 1px solid gray;
	padding: 5 px;
}

.camera-web-telkom {
	height : 180px;
	width : 240px;
	border: 1px solid gray;
	padding: 5 px;
}

.header-table{
	text-align: center;
	border: 1px solid #004831;
	padding: 2px;
	background: #004831;
	color: white;
}

.header-table-th{
	background: #d7d9dd !important; 
	color: black !important; 
}

.label-box {
	border: 1px solid gray;
	word-wrap: break-word;
	padding: 3px;
}