
.breadcrumb
{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom:20px;
}

.booking-item-details .booking-item-header {
  border: none;
}

.booking-item .btn {
    float: right;
}

.alert-success h3, .alert-success h4, .alert-success h5 {
    color:#3c763d;
}

.alert-danger h3, .alert-danger h4, .alert-danger h5 {
    color:#a94442;
}

footer#main-footer .alert-success h4 {
    color:#3c763d;
}

.top-tel {
    font-weight: bold;
}

.dodarweb-link {
    margin-top: 10px;
}

.table-import-results {
  font-size: 12px;
}
.table-import-results .import-type, .table-import-results .import-result {
  text-align: center;
}
.table-import-results .import-type > i, .table-import-results .import-result > i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}
i.success {
  color: #418241;
}
i.gray {
  color: #4d4d4d;
}
i.danger {
  color: #972b26;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}