.table-pita>tbody>tr:nth-of-type(odd) {
    background: #d7e3ea;
}

span.label.label-pita {
    font-size: 100%;
    font-weight: 400;
}
ul.siti {
    margin: 0px;
        padding: 0px 0px 0px 10px;
}

span.error {
    color: red;
}

.btn-bawah {
    margin-bottom: 4px;
}

p.lead.detail_pengambilan {
    font-size: 18px;
}

.modal-footer {
    border-top: none !important;
}
.form-control.low-width {
    width: 15%;
}

input.form-control.search {
font-size:16px;
}

.list-bg-biru{
    border-radius: 2px;
    padding: 10px;
    background: #ccedff;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.img-list-barang {
    height: 190px;
    width: 250px;
}
.kotak{
    padding:10px;
    border:1px solid #e8e8e8;
    margin-bottom:15px; 
    background:#F4F4F4;
    border-radius:5px;
}
i.fa.fa-bank.white {
    color: white;
}

.btn-kembali {
    background-color: #436e81;
    border-color: #436e81;
    color: #fff;
}

.btn-kembali:hover {
    background-color: #416879;
    border-color: #416879;
    color: white;
}

.jarak {
    margin-top: 2%;
}

.black {
	color: #000;
}

.table-hover>tbody>tr:hover {
    background-color: #e3ecf1;
}

.callout-primary {
    background: #d8dde0;
    border-radius: 10px;
}

hr.garis-biru {
    border: 2px solid #3c8dbc;
}

img.barang-img {
    margin: 0 auto;
    height: 100px;
    padding: 3px;
}

.box-barang {
    height: 320px;
}

img.barang_img {
    height: 50px;
}

h4.text-center.caption {
    height: 40px;
}

.callout-custom
{
  background: #cae6f7;
}

.btn-bawah{
    margin: 2px;
}

.btn-margin-kanan{
    margin-right: 2px;
}

.caption-nama-barang {
    height: 35px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-xs-"] {
        width: 100%;
    }

    [class*="btn-"] {
        margin: 1px;
        font-size: 12px;
    }

    .navbar-nav>.messages-menu>.dropdown-menu{
    	width: 280px;
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/* For mobile phones: */
    .col-xs-4{width: 100% !important;}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

