.site-content {
    flex: 1;
}

.footer {
    padding: 4px;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    position: relative;
}

.footer p {
    margin-left: 10px;
    margin-top: 8px;
}

.logopanel a {
    text-decoration: none;
}

.modal-dialog {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}

.measurement-data p {
    margin-bottom: 0;
}

.measurement-action {
    margin-top: 14px;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.dt-buttons {
    float: right !important;
    margin-bottom: 6px;
}

.dataTables_processing {
    border: none !important;
    background-color: unset !important;
    left: unset !important;
    margin-left: unset !important;
    text-align: unset !important;
}

.dt-tooltip {
    background-color: #666666;
    border-color: #666666;
    color: #fff;
}

.ellipsis {
    font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    float: left;
    padding: 3px 4px;
    margin-right: 5px;
}

.sp-bottom-margin {
    margin-bottom: 16px !important;
}

.btn-inline::after {
    clear: both;
    display: block;
    content: '';
}

.btn-inline .btn {
    float: left;
    margin: 0 10px 14px 0;
}

.form-control-plaintext {
    background-color:transparent !important;
    border: 0 !important;
    box-shadow: none;
    padding-left: 0 !important;
}

.blog-subtitle {
    font-family: 'LatoBold';
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-download {
    margin-top: 15px;
    margin-bottm: 15px;
}

@media (min-width: 1200px) {
    .datepicker {
        width: 60px !important;
    }
}

@media (min-width: 768px) {
    .datepicker {
        width: 120px !important;
    }

    .inline-form-component {
        width: 90px !important;
    }

    .sp-bottom-margin {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .inline-form-component {
        margin-left: 10px; !important;
    }
}


/*  Master Image Outline review Page CSS and Canvas Layering Css */

/*.master-image-outline-container{*/
/*    position: relative;*/
/*}*/

/*.master-image-outline-container img{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.master-image-overlay-class {
    position: relative;
    /*z-index: -1;*/
}

.outline-image-overlay-class {
    position: absolute;
    left: 0;
    top:0;
    z-index: 999;
}

.diff-image-overlay-class {
    position: absolute;
    left: 0;
    top:0;
    z-index: 250;
}



/*.cstm-overlay-class > div:first-child{*/
/*    !*width: 100% !important;*!*/
/*    !*height: 100% !important;*!*/
/*    position: absolute !important;*/
/*    user-select: none;*/
/*}*/

.cstm-center-class{
    display: flex;
    justify-content: center;
}

.rotateimg180 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.custom-margin-class{
    margin-left: 3px !important;
    margin-right: 3px;
}

.confirmation-modal-cstm-class{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

