/* GENERAL */
.bold{
    font-weight: bold;
}
/* ENG GENERAL */

/* FORM STADIUM REPORT */
.divFormStadiumReport{
    margin: 5px;
}

.divFormPackStadiumReport{
    margin-bottom: 10px;
}

.divFormTitleStadiumReport{
    padding: 16px;
    background-color: #F7F7F7;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 0px 0px;
}

.divFormTextStadiumReport{
    padding: 16px;
    background-color: #F7F7F7;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0px 0px 5px 5px;
}

/* END FORM STADIUM REPORT */

/* STADIUM REPORT IMAGE */

.btnUploadReceipt {
    cursor:pointer;
    padding:10px;
    display:inline-block;
    border-radius:4px 0 0 4px;
}

/* STADIUM REPORT IMAGE */

.marginLeft5{
    margin-left: 5px;
}

.marginTop7{
    margin-top: 7px;
}

.marginLeft10{
    margin-left: 10px;
}

.marginLeft12{
    margin-left: 12px;
}

.marginLeft36{
    margin-left: 26px;
}

.marginLeft37{
    margin-left: 34px;
}

.paddingInputSchedule{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

/* report component */
.componentReport{
    margin: 10px 16px 0px 16px;
}
.divSelectsComponents{
    width: 75px;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

.divSelectsComponents select{
    padding: 6px 6px 6px 3px;
}
.labelCorrectIncorrect{
    font-size:11px !important;
    font-weight: normal !important;
}
.titlesReportDetail{
    font-weight: bold !important;
}
.divCommentComponents{
    display: none;
    width: 80%;
    margin-left:10px;
}
.displayInlineBlock{
    display: inline-block;
}
.textareaCommentComponents{
    width: 80%;
}
.openCloseCheckComponents{
    margin-top: 7px;
}
/* end report component */

.paddingRightNull{
    padding-right: 0px !important;
}