.bayangan{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}
.btn {
    /*margin-right: -30px;*/
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: -30px;
    margin-top: -30px;

    cursor: pointer;
    /*margin: 10px;*/
    border-radius: 0;
    text-decoration: none;
    padding: 5px 12px; 
    /*font-size: 17px;*/
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
   /* border-radius: 0;
    margin-left: -1px;*/
}
.btn-group .btn:last-child {
/*    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
}
.btn-group .form-horizontal .btn[type="submit"] {
/*  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;*/
}
.form-horizontal .form-group {
/*    margin-left: 0;
    margin-right: 0;*/
}
.form-group .form-control:last-child {
  /*  border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
}

@media screen and (min-width: 768px) {
    #adv-search {
/*        width: 500px;
        margin: 0 auto;*/
    }
    .dropdown.dropdown-lg {
        /*position: static !important;*/
    }
    .dropdown.dropdown-lg .dropdown-menu {
        /*min-width: 500px;*/
    }
}
