@-moz-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}
@-webkit-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}
@keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}


/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
    -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
    animation: throbber-loader 2000ms 300ms infinite ease-out;
    background: #dde2e7;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 0.9em;
    height: 1.5em;
    margin: 0 1.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}
.throbber-loader:not(:required):before {
    -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
    animation: throbber-loader 2000ms 150ms infinite ease-out;
    left: -1.6em;
}
.throbber-loader:not(:required):after {
    -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
    animation: throbber-loader 2000ms 450ms infinite ease-out;
    right: -1.6em;
}

.loaderContainer {
    position: fixed;
    top: 49%;
    left: 52%;
    z-index: 10;
}

body {
    height: 100%;
}

html {
    height: 100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.contentLogo {
    margin: 22% 0 0 33%;
}

.logoImage {
    width: 500px;
    margin-top: -70px
}

.listBtn {
    float: right;
    margin-bottom: 6px;
    background-color: rgb(192, 192, 192);
    color: rgb(54, 54, 54);
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}

.i3dataBrowser {
    background-color: #FFF;
    /*margin: 25px 0 0 230px;*/
    margin-left: 230px;
    margin-bottom: 48px;
    padding: 30px;
    overflow-x: scroll;
}

.reportNameHeading {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #1B5779;
    padding-bottom: 20px;
    width: 80%;
}

.reportCell {
    padding: 8px;
}

.progress {
    background: #E4E4E4;
    /*border-bottom: 1px solid #000;
    border-top: #A1A1A1 solid 1px;*/
}

.progress-inside{
    /* border-top: 1px solid #fff;
     width: 93%;
     z-index: 1;
     position: absolute;*/
}

.scaleHeading {
    font-weight: bold;
    font-size: 18px;
    color: #1B5779;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -10px;
}

.reportSubHeadings {
    font-weight: bold;
    font-size: 13px;
    color: #1B5779;
    min-width: 240px;
}

.viewReportNameHeading {
    text-align: center;
    font-weight: bold;
    color: #1B5779;
    padding-bottom: 20px;
    width: 80%;
}

.reportSubHeadings-pdf {
    font-weight: bold;
    font-size: 13px;
    color: #1B5779;
    min-width: 240px;
    margin-top: -60px;
    display: inline-block;
}

.reportSubHeadingsRight {
    font-weight: bold;
    font-size: 13px;
    color: #1B5779;
    text-align: right;
    margin-left: -250px;
}

.greenBar {
    background-color: #6EB43F;
}

.redBar {
    background-color: #AC0313;
}

.orangeBar {
    background-color: #eaa400;
}

.blackBar {
    background-color: #000003
}

.blackText {
    color: #000003
}

.redText {
    color: #AC0313
}

.flagImage {
    height: 25px;
    width: 25px;
    max-height: 25px;
    max-width: 25px;
    margin-left: 100px;
}

.factorColumn{
    text-transform: uppercase;
}

.progress {
    margin-bottom: 0px
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #E3E3E3;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #E3E3E3;
}

.alert-info{
    position: fixed;
    width: 100%;
    z-index: 1;
    color: #8A6D3B!important;
    background-color: #FCF8E3!important;
    border-color: #FAEBCC!important;
    text-align: center;
}

.wrapper {
    position: relative;
}

.seperator {
    width: 20%;
    height: 20px;
    display: inline-block;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.24);
}

.seperator-pdf {
    /*background-color: none;*/
    width: 19.199%;
    height: 20px;
    display: inline-block;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.24);
}

.seperatorBox{
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.progress-bar {
    width: 50%;
    position: absolute;
    top: 0;
}



.progress{
    position: relative;
}

.progress-pdf{
    margin-left: -55px;
    margin-right: 0

}

.seperator-last {

}

.nextLink, .prevLink {
    padding: 9px!important;
}

ul.pagination {
    margin-left: 10px;
}

.scaleImage {
    width: 103%;
    margin-bottom: 25px;
    margin-left: -10px;
}

.scaleImg {
    width: 25px;
}

.view{
    outline: solid 1px;
    border: solid 1px white;
    padding: 10px;
}

.i3emailSpan {
    margin-left: 215px;
    background: #FFF;
    padding: 20px;
}

.btn-default {
    border: 1px solid #DDD!important;
}

label {
    font-weight: 600!important;
    font-size: 14px;
}

.scaleContainer {
    position: relative;
}

.topScale {
    width: 15px;
    top: 52%;
    left: 0;
    position: absolute;
    margin-left: -16px;
}

.bottomScale {
    width: 15px;
    bottom: 4%;
    left: 100%;
    position: absolute;
    margin-left: -16px;
}

.nine-ways-img {
    position: absolute;
}
.nine-ways-layering {
    z-index: 1;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*Login Screen | Dennis Ferreira | 21 July 2015*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/

.login-content {
    background: url(../img/bg-white-lock.png) repeat;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login .login-content {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    position: fixed;
    left: 50%;
    background: url(/statics/images/PFR_Cover_Image.png);
    /* background-size: cover; */
    background-position: 0 20%;
    background-size: 180%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 6px 6px rgba(0,0,0,0.1);
}

.login .login-content h3 {
    color: #eee;
}


.login .login-content .login-form, .login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .login-content .form-title {
    font-weight: 300;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.login .login-content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.input-icon > .form-control {
    padding-left: 33px;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.visible-ie8, .visible-ie9  {
    display: none;
}

.display-none, .display-hide {
    display: none;
}

.login .login-content p, .login .login-content label {
    color: #fff;
    margin-top: 8px;
    margin-right: 6px;
}

.btn.blue.pull-right.login-blue {
    color: #FFFFFF;
    background-color: #3C8DBC;
    transition: all 0.5s ease-in-out;
}

.login-blue:hover {
    background-color: #3378A0!important;
    text-decoration: none;
}

.btn > i {
    font-size: 14px;
}

.m-icon-swapright {
    background-position: -27px -10px;
}

.m-icon-white {
    background-image: url(../img/syncfusion-icons-white.png);
}

[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

div.radio, div.checker {
    margin-right: 0;
    margin-left: 3px;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: center;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
}

.login .login-content .form-actions .checkbox {
    margin-top: 8px;
    margin-left: 6px;
    display: inline-block;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*Respondent View| Albertus le Roux | 21 July 2015*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/

.respondent-form-control {
    display: inline-block;
    width: 64%;
    float: right;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.respondent-forms {
    width: 30%;
}

.respondent-right-column {
    position: absolute;
}

.respondent-button-group {
    margin-bottom: 12px;
    position: inherit;
    z-index: 300;
}

.respondent-form-group {
    margin-bottom: 25px;
}
.sub-form-group {
    margin-bottom: 10px;
}

.respondent-label {
    margin-top: 7px;
}

.respondent-questionnaires-titles {
    font-size: 13px
}

.team-list-status {
    padding: 6px 0px;
    min-width: 60px;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* Request Credits | Dennis Ferreira | 21 July 2015*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/
.request-credits-company-heading {
    font-weight: 600;;
}

.request-credits-form-control {
    padding-left: 8px;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.request-credits-form {
    padding-left: 10%;
}

.request-credits-label {
    padding-left: 10%;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*Footer | Dennis Ferreira | 21 July 2015*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - -*/

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #eee;
    bottom: 0;
    width: 100%;
    position: absolute;
}


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/*Facilitator Landing Page| Albertus le Roux | 22 July 2015*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.landingPageSpacing {
    padding-top: 15px;
}

.landing-background {
    background-image: url('https://${session.incomingDomain}/statics/images/PFR_Cover_Image_flipped.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
    min-height: 100%;
    background-size: 20% 100%;
    margin-right: 0;
    margin-top: 0;
}

.landing-content {
    font-size: 14px;
}

div.alwaysbreak {
    page-break-before: always;
}

/*Questionaire Alignment: */
.question-dropdown-container {
    width: 85%;
}

div#progressTextPerc {
    left:0;
    right:0;
    position: relative;
    z-index: 1;

}

.terms-and-conditions {
    width: 100%;
    height: 50%;
    max-height: 300px;
    padding: 35px;
    text-align: justify;
}

/*.terms-and-conditions::-webkit-scrollbar { */
/*    display: none; */
/*}*/

.rotate {

    /* Safari */
    -webkit-transform: rotate(-180deg);

    /* Firefox */
    -moz-transform: rotate(-180deg);

    /* IE */
    -ms-transform: rotate(-180deg);

    /* Opera */
    -o-transform: rotate(-180deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.page-sep  {
    border: 1px dashed #11487C;
    margin-bottom: 0px;
    margin-top: 14px;
    opacity: 0.2;
}

.pageContainer{
    padding-left: 2%;
    text-align: left;
    line-height: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.heading-title {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


#three span {
    display: none;
}

#three:after {
    content: 'PASSED';
    font-size: 24px;
    color: green;
}

.test-container {
    margin-left: 26px;
}


.team-form-control {
    display: inline-block;
    width: 77%;
    float: right;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.respondent-ellipsis-overflow {
    max-width: 680px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.team-ellipsis-overflow {
    max-width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-overflow {
    max-width: 680px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skin-blue .main-header .navbar {
    background-color: #15477b;
}

.skin-blue .main-header .logo {
    background-color: #15477b;
}

.skin-blue .main-header .logo:hover {
    background-color: #15477b;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #15477b;
}

.skin-blue .main-header li.user-header {
    background-color: #15477b;
}

.aceEditor {
    z-index: 0!important;
    position: relative!important;
    padding-left:0px!important;
    background-color: rgba(255, 255, 255, 1)!important;
    height:75%;
    border-style: ridge;
    border-width: 2px;
    color: #a09b9b;
    left:2%;
    width: 96%;
}

.form-control-input {
    display: inline-block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pos-text-field {
    width: 4%;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.show-report-logo {
    /*width: 750px;*/
    height: 25%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
    position: relative;
    left: -171px;
    top: 81px;
    margin-left: -290px;
    margin-top: 120px;
}

.feedback-submit {
    margin-top: 20px!important;
    background-color: #2c5988!important;
    color: #fff!important;
    margin:auto;
    display:block;
}

.feedback-submit:hover {
    background-color: #15477b!important;
}

.feedback-header {
    color: #1c4779;
}

.client-statement-credits {
    border-style: solid;
    border-width: 1px;
    border-color: #d2d6de;
    text-align: center;
    width: 100%;
}

.button-xsmall {
    padding: 1px 5px; 
    font-size: 12px; 
    line-height: 1.5; 
    border-radius: 3px;
}

/**
* Notification Styling
*/

.notification-view-container p {
    margin: 0;
}

.notification-area {
	width: 18px;
    height: 17px;
    background: red;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
    margin-left: -23px;
    margin-right: 5px;
    color: white;
    position: relative;
    z-index: 9999;
}

.notification-area:hover {
    color: white;
}

.notification-area:visited {
    color: white;
}

.notification-area:active {
    color: white;
}

.notification-counter {
    position: relative;
    top: -2px;
    right: -5px;
    font-weight: bold;
}

.notification-counter-10-plus {
    position: relative;
    left: 2px;
    font-weight: bold;
    font-size: 13px;
}

.notifications-read {
    color: #969292;
}

.notifications-unread {
    font-weight: bold;
}

.three-column-table {
    width: 50%;
}

.notification-container {
    padding: 18px;
    margin: 0 0 10px 0;
    min-height: 86px;
    border-style: solid;
    border-color: #15477b;
    border-width: 1px 1px 1px 15px;
    background-color: #fff;
}

.notification-container p {
    margin: 0;
}

.notification-title {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    padding-left: 4px;
}

.notification-description {
    font-size: 14px;
    color: #828282;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0)!important;
}

.close-modal-button {
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.close-modal-button:hover {
    pointer: cursor;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.drop-down-section {
    display: table-cell; 
    width: 50%;
}

#deniedDiv:hover{
    cursor:not-allowed !important;
}

.nicEdit-button {
        background-image: url(//i3flow.com/file/a9d5893b3f8b6f89013f9a70e9b20f62/layoutFiles/a9d5893b3e14586e013ec63be51f7efb/nicEditorIcons.gif) !important;
}

.attachment-link {
    font-weight: bold;
    font-size: 15px;
}

.ennea-dropdown-button-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ennea-dropdown-button-btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
    /*background-color: #337ab7;*/
    /*border-color: #2e6da4;*/
}

.ennea-dropdown-button-btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.ennea-dropdown-button-btn-primary-selected-value {
    background-color: #e53935!important;
    border-color: #e53935!important;
}

.ennea-dropdown-button-btn-primary-selected-value:hover {
    background-color: #b71c1c!important;
    border-color: #b71c1c!important;
}

.disabled-button-dropdown {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}

.form-error {
    border-color: #dd4b39;
}

.invoice-note {
    position: absolute;
    background-color: rgba(212, 212, 212, 0.85);
    padding: 16px;
    border-radius: 4px;
    display: none;
}

.invoice-number-section:hover .invoice-note {
    display: block;
}

.invoice-number-section:hover .invoice-nr:hover {
    font-weight: bold;
}

.upload-wrap {
    position: relative;
}

.upload-btn {
    position: absolute;
    left: 0;
    opacity: 0;
}


/* Small Devices, Tablets */
@media screen and (min-width: 768px) {
    .show-report-logo {
        display: initial;
        position: absolute;
        left: -120px;
        top: 70px;
        width: auto;
        height: 190px;
    }
    
}

@media screen and (min-width: 1024px) {
    .show-report-logo {
        display: initial;
        position: absolute;
        left: -120px;
        top: 70px;
        width: auto;
        height: 190px;
    }
}

@media screen and (min-width: 1366px) { 
   .show-report-logo {
        height: 160px;
        position: absolute;
        top: 20px;
        left: -70px;
    } 
}