.h1 {
    font-size: 30px;
}
.page-header {
    padding-bottom: 5px;
    margin: 10px 0 10px;
}
address {
    margin-bottom: 0px;
    line-height: 1.8;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #428bca;
}
.nav-tabs > li > a {
    background-color: #eee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #045975;
}
.navbar-fixed-top {
    margin-bottom: 100px;
}
.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 10px;
}

/*Additional CSS*/
.required-field {
    color: #ff0000;
}
.errors{
    padding: 5px 0 0 0;
}
.errors li{
    list-style: none;
}
.multi-select-checkbox{
    height: 250px;
    width: 350px;
    border: 1px solid;
    overflow: auto;
    margin-bottom: 5px;
}
.multi-select-customers,
.multi-select-item-lookup,
.multi-select-bank-accounts{
    height: 350px;
    width: 350px;
    border: 1px solid #666;
    overflow: auto;
    margin-bottom: 5px;
}
.multi-select-bank-accounts,
.multi-select-item-lookup{
    width: 100%;
}
.multi-select-bank-accounts input,
.multi-select-item-lookup input{
    width:10px;
    height: 17px;
}
.table .min110{
    min-width: 110px;
}
.table .min115{
    min-width: 115px;
}
.table .min140{
    min-width: 140px;
}
.table .min150{
    min-width: 150px;
}
.table .min180{
    min-width: 180px;
}
.table .min205{
    min-width: 205px;
}


/**
* V 3.3.2 updates
*/
.table-responsive {
    overflow-x: hidden;
}

.form-inline .form-group {
    margin-bottom: 5px;
}

.deposit-check-list{
    height: 330px;
    width: 100%;
}