fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 13px;
    border: solid 1px #F7FCFF; 
    background-color: #f2f7fa;
    padding-bottom:3%;
}
legend {
    background:#2073A8;
    color: #ffffff;
    border: solid 1px #b2dbfb; 
    /* -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;*/
    padding: 20px;
    width:  /*auto*/100%; ;
    padding:0 15px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    text-transform: capitalize;
    font-size: medium;
}
.labelview{
    padding-top: 7px;
    margin-bottom: 0;
}
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
} 
.navbar {
    background-color: #2073A8;
    color: #e3f2fd;
}
.badge {
    color: #2196f3;
    background-color: #ffffff;
    padding:10px;
    width:100%;
}
.panellogin{
    width:50%;
    margin-top: 10%;	
}

.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;  margin-right: 2px;}
.navbar {min-height:20px !important}
.navbar-fixed-top {
    height: 20px; 
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    text-align: center;
    text-transform: uppercase;
    background-color: #2073A8;
    color: #FFF;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #2073A8;
    border-color: #2073A8;
    cursor: default;
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0px; 
}
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px; 
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}



.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color:  #f3e97a;
    border: 1px solid #f3e97a;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px; 
    line-height: 24px;
    background-color: #fff; 
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #f3e97a;

}

.tt-suggestion p {
    margin: 0;
}
tt-highlight{
    color:red;
}
.inputmoney{
    text-align: right;
}
.form-control {
    display: block; 
    padding: 4px 13px; 
    line-height: 1.846; 
    color: #666666;
    /*  background-color: transparent;*/
    background-image: none;
    border: 1px solid /* transparent*/;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.nav > li > a > img { height: 60px }
.teksbiru{
    color: #1c94c4;
}
.error{
    color: #cd0a0a;
}
.nav > li:hover {
    /*opacity: 0.8;*/
}

.navbar-nav > li > a:hover{
    background-color:black!important; 
    font-style: italic;
    font-weight: bolder; 

}
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
    text-align: left;
}
.text-kiri{
    text-align: left;
}
.lead2{
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}
