.uploadzone {
    border: 1px solid #bbbbbb;
    width: 100%;
    height: 300px;
    margin: 40px auto 0;
    text-align: center;
    color: #888888;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1;
    cursor: pointer;
}

.uploadzone:before {
    content: '';
    display: block;
    width: 74px;
    height: 110px;
    position: relative;
    margin: 55px auto 30px;
    vertical-align: middle;
    background: url(../images/drug-n-drop-report.png) no-repeat center center;
}

.dz-processing {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 30px;
    font-size: 13px;
}

.dz-processing .dz-filename {
    color: #777777;
    font-style: italic;
    padding-bottom: 15px;
}

.reportbody > table .jrPage {
    background-color: transparent !important;
}

.jrPage td {
    padding: 0 !important;
    vertical-align: middle !important;
    line-height: 1;
}

.jrPage .jrcel {
    background-color: #ffffff;
}

.jrPage .jrcel span {
    font-size: 11px !important;
}

.jrPage .jrcolHeader span {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.export-btn {
    width: 120px !important;
    float: right;
    margin: 20px 5px 50px !important;
    height: auto !important;
    background: #0094eb !important;
    border: 1px solid #0094eb !important;
    color: #ffffff !important;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 20px !important;
    display: none;
}

#areareport td {
    width: auto !important;
    padding: 0 !important;
    line-height: 1;
}

#areareport td span {
    display: inline-block;
    padding: 0 5px;
    width: auto !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
}

.reportbody {
    position: relative;
    display: block;
    overflow: hidden;
    overflow-x: auto;
}

.reportbody:after {
    clear: both;
    display: table;
    content: "";
    line-height: 0;
}

/* report's popup */
.reportPopupOverflow {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
}

.reportPopupDialog {
    position: relative;
    width: 100%;
    max-width: 820px;
    min-height: 200px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 0;
}

.reportPopupDialog__header {
    position: relative;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Crimson Text", Arial, serif;
}

.reportPopupDialog__header .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 0;
    color: #222222;
    font-size: 40px;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    background-color: #ffffff;
}

.reportPopupDialog__heading {
    text-align: center;
    font-size: 22px;
    color: #222222;
}

.reportPopupDialog__body {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 20px 40px;
    position: relative;
}

.dataRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 10px;
}

.dataRow > div {
    font-size: 13px;
}

.dataRow > div:first-child {
    width: 40%;
    max-width: 120px;
    font-weight: 600;
}

input.schedulerperiod {
    width: 40px;
}

input.wideinput {
    width: 100%;
    padding-right: 15px;
}

.schedulerActions {
    width: 120px;
}

.repositorycontainer {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.reportleft {
    width: 180px;
    float: left;
}

.repositoryright {
    float: none;
    width: auto;
    overflow: auto;
}

.uploadzone {
    border-style: groove;
    height: 450px;
    margin: 15px;
    text-align: center;
    font: 26px sans-serif;
    line-height: 450px;
}

text {
    font: 12px sans-serif;
    pointer-events: none;
}

text.shadow {
    stroke: #fff;
    stroke-width: 2px;
    stroke-opacity: .8;
}

#d3content {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
}

.waitmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .4) url('../images/wait-large.gif') 50% 50% no-repeat;
}


body.loading {
    overflow: hidden;
}


body.loading .waitmodal {
    display: block;
}

div.content {
    float: left;
    position: relative;
    width: 100%;
}

div.contentholder {
    width: 100%;
    overflow: hidden;
    position: relative;
}

div.contentslider {
    position: absolute;
    top: 0;
    left: 0;
}

.margin10 {
    margin-bottom: 10px;
}