body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btn-primary{
	background-color: #157efa !important;
	border-color: #1164c7 !important;
}

.nav-title{
	margin-top:15px;
	padding-bottom:15px;
	color:#fff;
	font-weight:500;
	font-size:12pt;
}

.navbar-brand{
	color: #8cb4e6 !important;
}

.alert-box {
	color:#555;
	border-radius:10px;
	padding:12px;
	margin-bottom:24px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#f2dede;
    color: #a94442;
    border:1px solid #f5aca6;
}
.info{
    background:#CCE6FF;
    color: #000;
    border:1px solid #91C3F2;
}

.direct-chat-text-res{
	background: #CCE6FF !important;
	color: #000 !important;
	border: 1px solid #91C3F2 !important;
}

.direct-chat-text-req{
	background: #F7F4D2 !important;
	color: #000 !important;
	border: 1px solid #E6DF95 !important;
}
.direct-chat-timestamp{
	font-size: 9pt;
}

.direct-chat-text:after, .direct-chat-text:before{
	border: none !important;
}

.box-title-chat{
	background:#1450B3 !important;
	color: #fff;
}

.content-wrapper{
	background: #E1EEFA !important;
}

.tr-download{
	background: #5A7BB3 !important;
	color: #fff !important;
	font-weight:100;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background: #E1EEFA;
}

.direct-chat-msg{
	word-break: break-all;
}

#btn-logout{
	background-color: rgb(21,126,250);
	color: rgb(255,255,255);
}

#btn-logout:hover{
	background-color: rgb(100,170,250);
}
