/*#d73027    #fc8d59    #fee090
#e0f3f8    #91bfdb    #4575b4
*/
body{
font-family: Roboto, 'Century Gothic', "Droid Sans", "Helvetica Neue",Lato,Helvetica,Arial,sans-serif;
background-color: #e5e5e5;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.container{
background-color: #fff;
margin-top:0px;
margin-bottom:0px;
padding:0px;
/*border:1px solid #D9D9D9;*/
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius:0px;

-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

@media (max-width: 992px) {
  #ko-posting figure{width: 20%}
}
@media (max-width: 740px) {
  #ko-posting figure{width: 25%}
  .btn-red{margin: 10px 15px !important}
}
@media (max-width: 480px) {
  #ko-posting figure{width: 50%}
  .btn-red{margin: 10px 15px !important}
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff !important;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: transparent;}
.dropdown-header {
    color: #fff;}
}
.btn:focus {
    outline: none !important;
    outline-offset: none !important;
}

.btn-red, .btn-red:focus{
color: #fff;
background-color: #B85750;
border-color: #fff;
}
.btn-red:hover {
color: #333;
background-color: #D5A253;
border-color: #D5A253;
}

.navbar-brand {position: relative; z-index: 2; }
.navbar-brand img {width:170px;padding:0px;margin-top:-5px;}
.navbar-nav.navbar-right .btn {position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; transition: transform 0.3s;-ms-transform:transform 0.3s;-webkit-transform:transform 0.3s; }

.navbar-collapse {
border:none;
-webkit-box-shadow: none;
box-shadow: none;
}

#ko-header .navbar{
border:none;
background-color: #B85750;
border-bottom:4px solid #D5A253;
margin-bottom:0px;
border-radius: 0px;
}
#ko-header .navbar .navbar-nav > .active > a{
color: #fff;
background-color: #D5A253; 
}
#ko-header .navbar .navbar-nav > li > a{
color: #fff;
}
#ko-header .navbar .navbar-nav > li > a:hover{
color: #333;
background-color: #D5A253 !important;
}
#ko-header .navbar-default .navbar-nav > .open > a{
color: #333;
background-color: #D5A253 !important;
}
#ko-header .navbar .navbar-toggle {background-color: #B85750;color: #000;border:1px solid #fff;}
#ko-header .navbar .navbar-toggle .icon-bar{background-color: #fff;}
/* Index, Registration, Disclaimer, About Us */
#ko-middle .jumbotron{
border-bottom: 1px solid transparent;
border-color: #D9D9D9;
  /* background: transparent linear-gradient(45deg, #020031 0%, #6D3353 100%) repeat scroll 0% 0%;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);  */
/*background:url('../img/bg.png') repeat scroll 0% 0%;*/
background-color: #F5F5F5;
color:#333;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius:0px;
margin-bottom:0px;
padding: 10px 25px 10px 25px;
text-align:left;
}
.pencarian-populer{margin-top: 10px}
.pencarian-populer a{
    text-decoration: none;
    color: #B85750;
    padding: 2px 4px;
    background-color: #fff;
    border:1px solid #fff;
    border-radius: 3px;
}
.pencarian-populer a:hover {
    text-decoration: none;
    color: #333;
    border:1px solid #B85750;
}
/* Registration Setting */
/* About Us Setting */

#mosaic ul{
list-style: outside none none;
display: block;
width: 100%;
margin: 0px;
padding: 0px;
}
#mosaic ul li{
width:7.1432%;
padding: 0px;
position: relative;
display: block;
overflow: hidden;
background: #fff none repeat scroll 0% 0%;
perspective: 400px;
margin: 0px;
float: left;
}
#mosaic li img{width: 100%;height: 100%;opacity: 0.6;filter: alpha(opacity=60); }
#mosaic li img:hover{opacity: 1;filter: alpha(opacity=100); }
#mosaic h3 {margin-top:5px;margin-left:25px;text-align:left}
#ko-middle .jumbotron h1,h2,h3{
color:#333;
margin: 10px 0px;
}
#ko-middle .jumbotron p{
font-size:15px;
text-align: justify;
line-height:1.4em;
}
#ko-middle .jumbotron .result-box p{
text-align:left;
font-size:14px;
}
#ko-middle .jumbotron ol{
text-align:justify;
line-height:1.4em;
font-size:15px;
padding-left:5px;
}
#ko-middle .jumbotron .custom-counter {
list-style-type: none;
}
#ko-middle .jumbotron .custom-counter li {
counter-increment: step-counter;

}
#ko-middle .jumbotron .custom-counter li a {
text-decoration: none;
color:#333;
}
#ko-middle .jumbotron .custom-counter li a:hover {
text-decoration: none;
color:#B85750;
}
#ko-middle .jumbotron .custom-counter li::before {
content: counter(step-counter);
margin-right: 5px;
font-size: 80%;
background-color: #B85750;
color: #fff;
font-weight: bold;
padding: 3px 8px;
border-radius: 3px;
}
#ko-middle .jumbotron .form-control{
height:40px;
width: 100%;
font-size: 16px;
}


.btn-cari{
height:40px;
width: 120px;
font-size: 16px;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-cari:hover, .btn-cari:focus, .btn-cari:active{
color: #333;
background-color: #E6E6E6;
}

/* POSTING SECTION */
#ko-posting .urut-abjad{font-size:17px;color:#fff;background-color: #B85750;padding: 5px 15px;margin: 0px -10px;}
#ko-posting .urut-abjad a{border-radius:5px;text-align:center;width:30.6px;display:inline-block;border:1px solid #fff;font-weight: bold;font-size:14px;color:#fff;background-color: #B85750;padding: 5px;margin:2px;text-decoration: none}
#ko-posting .urut-abjad a:hover{border-color: #333;background-color: #fff;color:#333;}

#ko-posting {padding: 0px 10px;}
#ko-posting .col-md-2 h3 a{color:#fff;text-decoration: none}
#ko-posting .col-md-2 h3:hover{background-color: #D5A253;cursor: pointer;}
#ko-posting .col-md-2 h3{font-size:17px;color:#fff;background-color: #B85750;padding: 5px 15px;text-align: center}
#ko-posting .col-md-10 h3{font-size:17px;color:#fff;background-color: #936A4A;padding: 5px 15px;}

#ko-posting .col-md-2{padding-left: 5px !important;}
#ko-posting .col-md-10{padding-right: 5px !important;}
#ko-posting figure{padding-right:5px;width:12.5%;height:180px;overflow: hidden;float: left;position: relative;}
#ko-posting figure img{width: 100%;height: 100%}

#ko-posting .fig-meta .fig-judul{left: 0;top: 0;background: rgba(0,0,0,.6);width: 80%;}
#ko-posting .fig-meta span{position: absolute;display: block;font-size: 85%;font-weight: 600;padding: 3px 5px;color: #fff;}
#ko-posting ul{padding-left:20px;list-style-image: url(../img/quote.png);}
#ko-posting ul li a{font-size: 18px;color:#B85750;font-weight: bold;text-decoration: none}
#ko-posting ul li a:hover{font-size: 18px;color:#333;}
#ko-posting ul p{text-align: justify;}

#ko-posting .kotak-ads-200{background-color:#f5f5f5;margin-bottom:2px;border: 2px solid #ddd;height:200px;width:200px;line-height: 200px;text-align: center;}
#ko-posting .kotak-ads-400{background-color:#f5f5f5;border: 2px solid #ddd;height:400px;width:200px;line-height: 400px;text-align: center;}
#ko-posting .kotak-ads-200 span, .kotak-ads-400 span{display: inline-block;vertical-align: middle;line-height: normal;font-weight: bold;}
#ko-posting .kotak-ads-200 img{width: 196px;height: 196px;padding: 0px;margin: 0px;vertical-align: top;}
#ko-posting .kotak-ads-400 img{width: 196px;height: 396px;padding: 0px;margin: 0px;vertical-align: top;}
#ko-posting .kotak-ads-200:hover{border-color: #B85750;color: #B85750;cursor: pointer;}
#ko-posting .kotak-ads-400:hover{border-color: #B85750;color: #B85750;cursor: pointer;}
/* FOOTER SECTION */
#ko-footer .row{margin-right: 10px;margin-left: 10px;}
#ko-footer{
background-color: #F5F5F5;
}
#ko-footer h3{
padding-bottom:3px;
border-bottom:1px solid #D4CFC2;
}
#ko-footer .col-md-4 ul{
padding-left:15px;
list-style-image: url(../img/check.png);
}

/* CREDIT SECTION */
#ko-credit p{margin: 0}
#ko-credit .col-md-12 p a{color:#fff;}
#ko-credit .col-md-12{
color: #fff;
padding:5px;
background-color:#B85750;
text-align:center;
border:none;
border-radius: 0px;
}

/*-- GALLERY HOME SECTION */
#myGallery{
margin:15px 10px 25px 10px;
}
#myGallery h3{
margin-left: 15px;
text-align:left;
}
#myGallery img{
height:120px;
}
#myGallery .thumbnail {
margin-bottom: 10px;
}
#myGallery .carousel-inner{
  width: 95%;
  margin: auto;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#337AB7;
	top:40%;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control:focus {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-5px;
    margin-top:-5px;
}
.carousel-control.left {
	right:auto;
	left:-5px;
    margin-top:-5px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}

/* SEARCH RESULT SECTION */

.search-result .title h3 {
    margin: 0 0 5px;
    color: #333;
    text-align:left;
}
.search-result .title p {
    font-size: 14px;
    color: #333;
    text-align:left;
}
.search-result:hover {
background: transparent -moz-linear-gradient(center top , #ffffff 5%, #ECE9E6 100%) repeat scroll 0% 0%;
}
.well {
    border: 0;
    padding: 10px;
    margin-bottom:5px;
    min-height: 63px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
    transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;

}
/* Details.html */



/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/


.btn .btn-circle { border-radius: 50px; }
.btn .btn-outline { background-color: transparent; }

/* .navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(111, 84, 153);
    border-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
} */


/* Roti Hidup & Detail Not */
#ko-middle .box-roti .box-cari-roti, .box-not .box-cari-not{
padding-top:15px;
padding-bottom:15px;
}
#ko-middle .box-roti, .box-not{
/*background:url('../img/grain.png') repeat scroll 0% 0%;*/
border: none;
border-color: #D9D9D9;
}
#ko-middle .box-roti .row, .box-not .row{margin:0px !important;}
#ko-middle .box-roti .panel{
-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#ko-middle .box-roti .panel .panel-body{
height: 250px;
overflow: hidden;
}
#ko-middle .box-roti .panel .panel-body img{
width: 100%;
height: 100%;
}
/* Detail Not Sidebar Panel */
#ko-middle .box-not .box-cari-not{
border-bottom:0px solid #D9D9D9;
}
#ko-middle .row .panel, #ko-middle .row .panel-heading {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius:0px;
}
#ko-middle .row .panel .panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
#ko-middle .page-note-left .media-video{
padding: 0px;
}
#ko-middle .page-note-left{
padding-right: 0px;
padding-left: 0px;
}

#ko-middle .page-note-left .quick-menu .btn{
margin-top: 2px;
padding: 3px;
}
#ko-middle .page-note-left .quick-menu-body{
padding: 5px;
}
#ko-middle .page-note-middle{
/*padding-right: 0px;*/
/*padding-left: 0px;*/
}
#ko-middle .page-note-middle .panel-body{
padding: 15px;
}
#ko-middle .page-note-middle .panel-body p{
padding: 0px 15px;
}
#ko-middle .page-note-middle .related-post,.page-note-middle .related-post li, .page-note-middle .related-post .sidebar-first{
border: none;
box-shadow: none;
}
#ko-middle .page-note-middle .related-post{
margin-bottom: 10px;
}
#ko-middle .page-note-middle .related-post li{
padding: 5px 15px;
}

#ko-middle .page-note-right{
/*padding-right: 0px;*/
/*padding-left: 0px;*/
}
#ko-middle .page-note-right h4{
margin-top:0px;
}
#ko-middle .page-note-right p{
text-align: center;
padding-top: 15px;
}
#ko-middle .page-note-right .panel{
/*border-bottom: none;*/
box-shadow: none;
}
/*#ko-middle .page-note-left .panel, .page-note-right .panel {border:0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;margin-bottom:-1px;}*/

#ko-middle .page-note-right .list-group .list-group-item{
padding: 5px 15px;
}
/* Not Detail Slide Show */
.baits {
text-align:center;
margin:0 auto;
}
#ko-middle .page-note-middle .not-angka-slider, .page-note-middle .not-angka-box{
padding-right: 0px;
padding-left: 0px;
}
#ko-middle .page-note-middle .not-angka-slider .item img{
padding:5px;
border:1px solid #d9d9d9;
}
/* Youtube Embed Responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Contact Us */
.map-kontak {
min-width: 300px;
min-height: 275px;
width: 100%;
height: 100%;
}

.header-kontak {
background-color: #F5F5F5;
color: #36A0FF;
font-size: 27px;
}
.box-kontak{
  margin-top:10px;
}

.kontak{
background-color: #FFF;
border: 1px solid #DDD;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.img-effect:hover {
    opacity:0.9;
    cursor: pointer;
    border-radius: 0px;
  -webkit-transform: scale(1.05, 1.05);
  -webkit-transition-timing-function: ease-out;
                      -moz-transform: scale(1.05, 1.05);
     -moz-transition-timing-function: ease-out;
                       -ms-transform: scale(1.050, 1.050);
      -ms-transition-timing-function: ease-out;

         -webkit-transition-duration: 500ms;
            -moz-transition-duration: 500ms;
             -ms-transition-duration: 500ms;

}

/* CHAT PANEL*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
    color: #444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}
.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}
.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
    color: #fff;
}
.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*='bg']>.box-header {
    color: #fff;
}
.box .box-group>.box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body>.table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-messages {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
    padding: 10px;
    height: 280px;
    overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-contacts {
    -webkit-transform: translate(101%,  0);
    -ms-transform: translate(101%,  0);
    -o-transform: translate(101%,  0);
    transform: translate(101%,  0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}
.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}
.contacts-list>li:before, .contacts-list>li:after {
    content: " ";
    display: table;
}
.contacts-list>li:after {
    clear: both;
}
.contacts-list>li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}
.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}
.contacts-list-name, .contacts-list-status {
    display: block;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 12px;
}
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}
.contacts-list-msg {
    color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a;
}