/* Move down content because we have a fixed navbar that is 50px tall */
#card {
    background: url('/templates/crew-safe/images/card-template.jpg') no-repeat;
    background-size: 100%;
    backround-repeat: no-repeat;
    width: 100%;
    position: relative;
}

#photoPreview {
    position: absolute;
    object-fit: cover;
}

#namePreview {
    top: 60px;
    left: 152px;
    font-weight: bold;
    color: black;
    font-size: 18px;
    position: absolute;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-dropzone em {
    display: none;
}

.video-tutorial-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.video-tutorial-btn a {
    cursor: pointer;
}

.video-tutorial-btn img {
    width: 40px;
    height: 40px;
}

.home-bottom-box .video-tutorial-btn {
    right: 10px;
}

.banner-area>.video-tutorial-btn {
    right: 30px;
    top: 90px;
}

.banner-area>.video-tutorial-btn img {
    width: 80px;
    height: 80px;
    opacity: 1;
}

.upload-btn {
    margin-bottom: 10px;
}

img.video {
    opacity: 1;
}

.darkroom-container {
    margin: 50px 0 20px 0;
}

.non-editable-img,
.editable-img {
    margin: 20px 0 20px 0;
}

.table-cell-price,
.table-cell-qty {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-0 {
    margin-top: 0;
}

.report .model-img {
    width: 750px;
    height: 362px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
}

.report .make-model {
    margin: 15px 15px 0 15px;
    background: #006444;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    padding: 8px 16px 8px 16px;
}

.report .crane-info .col {
    float: left;
    margin: 0 15px;
}

.report .meters {
    background: #DFF1EC;
    border: 2px solid #006444;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #4D4D4D;
    width: 165px;
    margin-top: 15px;
}

.report .crane-detail-box {
    width: 240px;
    margin-left: 15px;
    margin-top: 15px;
    border: 2px solid #B2DDCF;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #4D4D4D;
    padding: 16px;
}

.report .crane-info-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #006444;
}

.report .crane-info-heading.mt {
    margin-top: 16px;
}

.report .crane-type {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 46px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #006444;
}

.report .grey-box {
    margin: 15px;
    float: left;
    border: 2px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 24px;
}

.report .grey-box.col {
    width: 360px;
}

.report .light-header {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: #808080;
}

.report .box-label {
    width: 190px;
    display: inline-block;
    font-weight: bold;
}

.report .checkbox {
    width: 50px;
    display: inline-block;
}

.report .checkbox .field-label-small {
    margin-top: 5px;
}

.report .section {
    margin-top: 15px;
}

.report .section .heading {
    display: flex;
    flex-direction: row;
    padding: 9px 30px;

    width: 390px;
    height: 58px;
    left: 0px;

    border-radius: 0px 0px 8px 0px;
}

.report .section .heading.front {
    float: left;
}

.report .section .heading h2 {
    width: 330px;
    height: 32px;
    left: 30px;
    top: 9px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;

    flex: none;
    order: 0;
    align-self: center;
    margin: 10px 0px;
}

.report .section .heading h2 {
    color: #006444;
}

.report .section {
    border-top: 2px solid #DFF1EC;
}

.report .section .heading {
    background: #DFF1EC;
}

.report .section .sub-heading h4 {
    font-size: 16px;
    margin-left: 15px;
}

.report .section .assessment-item {
    width: 360px;
    float: left;
    margin: 15px 15px 0 15px;
    font-size: 14px;
}

.reoprt .section .assessment-item.boom-path {
    width: 450px;
}

.report .section .ok {
    color: #006444;
    font-weight: bold;
}

.report .section .ok.from-src {
    color: #004085;
    font-weight: bold;
}

.report .section .voc-popup-icon {
    margin: 0;
}

.w-button.blue {
    background-color: rgba(0, 63, 114, 1);
}

.w-button.blue:hover {
    background-color: rgba(0, 63, 114, .8);
}

.w-button.blue-outline {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 63, 114, 1);
    color: rgba(0, 63, 114, 1);
}

.w-button.blue-outline:hover {
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid rgba(0, 63, 114, .8);
    color: rgba(0, 63, 114, .8);
}

.w-button.blue-outline:disabled {
    background-color: rgba(200, 200, 200, 0.5);
    border: 2px solid rgba(0, 63, 114, 0.5);
    color: rgba(0, 63, 114, 0.5);
}

.w-button.red {
    background-color: rgba(224, 0, 34, 1);
}

.w-button.red:hover {
    background-color: rgba(224, 0, 34, .8);
}

.w-button.grey:hover {
    background-color: rgba(55, 55, 55, .8);
}

.text-center {
    text-align: center;
}