body {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
}

canvas {
    /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
    pointer-events: none;
    position: absolute;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.extendedHeightContainer {
    margin-bottom: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ajax-upload-dragdrop {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.exampleImageMessage {
    /*font-size: 1.3em;*/
    padding-top: 15px;
    clear: both;
}

.exampleResponsive {
    width: 50%;
    float: left;
    height: 100%;
}

#screenRotate {
    background-color: #dadada;
}

.takenResponsive {
    width: 50%;
    float: left;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    .takenResponsive,
    .exampleResponsive {
        width: 100%;
    }
}

.pictureMessage {
    font-size: 1em !important;
}

.imageMessage {
    padding: 12pt 0;
}

.cameraStyle {
    vertical-align: middle !important;
    margin-right: -25px !important;
    margin-left: 10px !important;
    width: 64px;
    height: 64px;
}

.photoBox {
    border: solid 1px rgb(212, 214, 216);
    color: rgb(88, 188, 233);
    width: 100%;
    height: 70px;
    line-height: 35px;
    font-size: 0.25em;
    margin-top: 45px;
    border-radius: 4pt;
    margin-bottom: 20pt;
}

.clearBoth {
    clear: both;
}

.photoBox:hover {
    border: solid 1px rgb(88, 188, 233);
}

.guidance-page {
    font-size: 1em !important;    
}

.pageSpacer{
    margin: 0 30px;
}

.pageHolder{
    border: 1px solid #DCDCDC;
    margin-left: -10px;
    background-color: white;
    margin-right: -10px;
    border-radius: 3px;
    margin-top: -333px;
}

.frameHolder{
    border: 1px solid grey;
    margin: 15px;
}
 

 

#sclogo {
    max-height: 60px;
    padding-top: 10px;
}

.ajax-file-upload {
    border: 0 !important;
    box-shadow: 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 0px !important;
}

.ajax-file-upload-statusbar {
    font-size: 0.4em !important;
}

.fixedbuttonbottom {
    font-size: 1.5em !important;
    height: auto;
}

.footerButtons {
    border-radius: 0px !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: rgb(212, 214, 216) !important;
    border: solid 1px rgb(212, 214, 216) !important;
    opacity: 1 !important;
}

.headerMessage {
    font-size: 1.2em;
    line-height: 2em;
    vertical-align: middle;
}

.headerMessageReview {
     font-size: 1.7em;
    line-height: 2em;
    vertical-align: middle;
}

.verificationHeader {
    font-size: 1.8em;
    display: block;
    font-weight: bold;
}

.verificationAnswer {
    font-size: 1.2em;
    display: block;
}

.buttonText {
    font-size: 1.5em;
}

.damageBox {
    margin-top: -20px;
}

.infoMessage {
    font-size: 1em;
    font-weight: bold;
}

.damageButtons {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 46px;
    z-index: 9999999999999999999;
    margin-left: -21px;
}

.exisitingDamage {
    background-color:#FFFF00 !important;
}

.newDamage {
    background-color: #5bc0de;
    border-color: #46b8da;
}

 .form1111{ 
    position: relative;
    /* top: -135px; */
}
/*
.ajax-upload-dragdrop {
    max-height: 70px;
    margin-top: 30px;
}

.form2222 {
    top: 25px !important;
    height: 70px !important;

} */


/*RADIO BUTTONS DAMAGE CHOOSER*/

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:empty~label[for='radioNew']:before {
    background: #337ab7;
}

.funkyradio input[type="radio"]:empty~label[for='radioExisting']:before {
    background: #5cb85c;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: 0em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before {
    content: '\2714';
    text-indent: 0em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}


/****** 
END RADIO BUTTONS
******/

.polaroid-images a {
    background: white;
    display: block;
    margin: 0 15px 30px;
    padding: 10px 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index: 0;
    position: relative;
}

.finalCompletePage {
    font-size: 1.5em;
}

.touchMessage {
    font-size: 1.5em;
}

.thankYouText {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.topMessage {
    text-align: center;
    color: rgb(77, 78, 83);
    font-size: 1.5em;
    width: 91%;
    margin: 0 auto;
}

.imageTour {
    font-size: 1.5em;
}


/**PROGRESS BAR*/
.progressHolderBar{
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 25px;
    clear: both;
}

.progressLine {
    margin-right: -10px;
    margin-left: 0pt;
}

.progressLine .progressLineShortEnds {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 6.8%;
}

.progressLine .progressLineShort {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 19%;
}

.progressLine .progressLineLong {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 38%;
}

.progressLine .progressCircle {
    display: inline-block;
    height: auto;
    width: 3%;
    border: 0;
    padding: 0;
    padding-top: 3%;
    margin-bottom: -1.5%;
    -moz-border-radius: 50%;
    /* or 50% */
    border-radius: 50%;
    /* or 50% */
}

.progressLine .progressGrey {
    border-top: 2pt solid rgb(212, 214, 216);
}

.progressLine .progressGreyCircle {
    border: 1pt solid rgb(212, 214, 216);
}

.progressLine .progressGreen {
    border-top: 2pt solid rgb(41, 175, 30);
}

.progressLine .progressGreenCircle {
    border: 1pt solid rgb(41, 175, 30);
    background-color: rgb(41, 175, 30);
}

.schematicHR {
    border-top: 4px solid #000 !important;
}

.img-recorder {
    /* height: 216px !important;
    width: auto !important;
    margin: 0 auto !important; */
}

.selected {
    box-sizing: border-box;
    border: 1px solid black;
}