/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

#reload, th:hover, .hl7-tree-view .hl7-errorFile {
    cursor: pointer;
}


.label-success {
    background-color: #739e73 !important;
}

.fixPadding {
    position: relative;
    top: -7px;
}

#setRange {
    position: relative;
    top: 1px;
}


.pageDiv {
    float: right;
    padding: 7px 0px 8px 0px !important;
}

.foip-chart-container {
    width: 100%;
    height: 235px;
}

.app-loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    z-index: 10;
}

    .app-loading > div {
        width: 100%;
        height: 100%;
        display: table;
    }

        .app-loading > div > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

.hl7-tree-view .activeErrorFile span {
    font-weight: bold;
}

.hl7-errorFileViewer {    
    padding-left: 0;
}

    .hl7-errorFileViewer .hl7-errorFileContainer {
        position: relative;
        min-height: 300px;
        margin-top: 25px;
    }

    .hl7-errorFileViewer h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .hl7-errorFileViewer .row {
        margin-bottom: 25px;
    }

    .hl7-errorFileViewer .hl7-errorBlock {
        position: relative;
    }

        .hl7-errorFileViewer .hl7-errorBlock pre {
            margin-bottom: 1px;
        }

        .hl7-errorFileViewer .hl7-errorBlock .fileBlockInfo, .hl7-errorFileViewer .hl7-errorBlock .sendmsg {
            position: absolute;
            right: 5px;
            top: 5px;
            color: #fff;
            font-size: 110%;
            cursor: pointer;
            padding: 2px;
        }
        .hl7-errorFileViewer .hl7-errorBlock .sendmsg {
            right: 25px;
        }


.hl7-tree-view .fa-folder, .hl7-tree-view .fa-folder-open {
    color: rgb(255, 209, 133);
}
.hl7-results-file > i {
    color: #8ac38b;
}
.hl7-file-legend .hl7-other-file {
    margin-left: 25px;
}
.hl7-other-file > i {
    color: #92a2a8;
}
.page-footer-padding {
    padding-bottom: 60px;
}
.saveBtnAlert {
    color:green;
     margin-left:100px;
      width:250px;

}