.eventDetailsHeadline {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin: 6px 150px 10px 0;
}

.eventDetailsHeadline.compact {
	margin: 6px 10px 45px 0 !important;
	font-size: 22px !important;
	color:#6F758B;
	font-family:"robotolight";
}

.barcode {
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 245px;
    position: relative;
}

img#imgBarcode {
    left: -26px;
    position: relative;
    top: -26px;
}

.field {
    margin-left: 90px !important;
}

.field .value, .fieldSm .value {
    display: block;
    margin-left: 0 !important;
}

.fieldSm {
    margin-left: 60px !important;
}

.detailRow {
    margin-bottom: 12px;
}

.detailRow .labelSm {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 60px !important;
}

.detailRow .label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 90px !important;
}

.detailRow .value {
    display: block;
    margin-left: 80px;
}

.fileDetail .doclist a {
    background: url("/Assets/Events/Images/icon-document-blue.gif") no-repeat scroll 8px center transparent;
    color: #000000;
    display: block;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 3px 3px 3px 30px;
    text-decoration: underline;
}

.batchEventHeadline {
    float: left;
    font-size: 18px;
    line-height: 25px;
}

.totalLength {
    font-weight: bold;
    line-height: 25px;
    font-size:17px;
}

.toggle-header {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.batch-error-heading {
    float: left;
    width: 100%;
}

.batch-error-heading h3 {
    display: inline;
}

.toggle {
    float: right;
    width: 16px;
    height: 16px;
    margin: 5px 0 5px 10px;
}

.toggleBlock {
    float: right;
    width: 16px;
    height: 16px;
    background: url("/Assets/ThemesCommon/Images/show-hide-but-sm.png") no-repeat 0 0;
}

.toggle.expand,
.toggleBlock.expand{
    background: url("/Assets/ThemesCommon/Images/show-hide-but-sm.png") no-repeat 0 -40px;
}

.toggle.collapse {
    background: url("/Assets/ThemesCommon/Images/show-hide-but-sm.png") no-repeat 0 0;
}

.batch-error-heading .iconPrintSm input, .iconPrintSm a {
    padding-left: 27px;
}

.toggle-body {
    clear: both;
}

#barcodeProcessPage .item-panel4 {
    margin-bottom: 30px;
}

#barcodeProcessPage .customGrid table {
    margin: 0px;
}
.toggle-body p {
    width:100%;
}
.toggle-body p span {
    float: right;
    margin-right:27px;
}
td.floatRight {
    margin-right:27px;
}
