div.card-reports {
    font-size: 16px;
}
div.card > div.card-title-reports {
    font-size: 20px;
}

div.card-title-reports > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_reports_nobg.svg");
    background-repeat: no-repeat;
}

.card-separator-reports {
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0.7em;
    padding-bottom: 0.4em;
    background-color: #efefef;
    height: 45px;
}
.card-separator-reports > span {
    margin-left: 10px;
}

div.reports-item {
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
    transition: 0.2s;
    display: table;
    opacity: 1;
}
div.reports-item .unread {
    font-weight: bold;
}
div.reports-item div.important-indicator {
    position: absolute;
    z-index: 5;
    width: 15px;
    margin-left: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 18px;
}
div.reports-item div.important-indicator > .circle {
    border-radius: 50%;
	width: 15px;
	height: 15px;
    background-color: rgb(251, 175, 59); /* @tertiary */
}
div.reports-item div.important-indicator.read > .circle {
    background-color: #dedede;
}
div.reports-item > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
div.reports-item > div:nth-child(2) {
    width:100%;
}
div.reports-item.ng-hide{
    overflow: hidden;
    height: 0px;
    min-height: 0px;
    display: block;
    opacity: 0;
}
div.reports-item.ng-hide-remove {
    overflow: hidden;
    height: 0px;
    display: table;
}

div.reports-read-indicator > img {
    width: 30px;
    height:30px;
    margin-left: 5px;
    margin-right: 10px;
}
div.reports-detail-button > div.reports-detail-button-div {
    background-image: url("../../shared/assets/img/next-thin-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height:25px;
    margin-left: 5px;
    margin-right: 5px;
}

div.card-content-report {
    line-height: 1.2em;
    padding-bottom:5px;
    min-height: calc(100vh - 105px);
    height: calc(100vh - 105px);
    overflow: scroll;
    padding: 10px !important;
}

div.card-content-report.multipage {
    min-height: calc(100vh - 200px);
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

div.card-content-report strong {
    color: rgb(0, 174, 239);
}

div.card-content-report > p  {
    padding:20px;
}

div.card-content-report.multipage > p  {
    padding:10px;
}

div.card-content-report > ul  {
    padding-left:0px;
    list-style: none;
    list-style-image: none;
}

div.card-content-report > ul > li  {
    display: block;
    border: 1px solid rgb(208,237,247);
    padding:20px;
}

div.card-content-report > ul > li:nth-child(odd)  {
    border: 1px solid rgb(208,237,247);
    background-color: rgb(208,237,247);
}

div.card-content-report img.engage-image {
   text-align: center;
   max-width: 80%;
   max-height: 40%;
   margin: auto;
}

div.reports-multipage-counter {
    text-align: right;
    padding:2px;
}

div.card-content-report.report-pdf .pdf-controls {
    border-bottom: 1px solid #eee;
    padding-top:3px;
    padding-bottom:3px;
}
div.card-content-report.report-pdf .pdf-controls > * {
    font-size : 24px;
    display: inline-block;
}
div.card-content-report.report-pdf .pdf-controls button {
    border:none;
    background: white;
    height: 36px;
    color: rgb(0, 174, 239);
    padding: 3px;
}
div.card-content-report.report-pdf .pdf-controls button.pdfnav-group-start {
    padding-left: 10px;
    border-left: 1px solid rgb(0, 174, 239);
}
div.card-content-report.report-pdf .pdf-controls button.pdfnav-group-end {
    padding-right: 10px;
}
div.card-content-report.report-pdf .pdf-controls button img {
    height: 22px;
    margin-bottom:-3px;
}

span.reports-subtext {
    font-size:0.8em;
    color:grey;
    font-weight:normal;
}

div.report-na {
    padding: 30px !important;
    text-align: center;
}

div.reports-origin {
    border:1px solid rgb(0, 174, 239); /* @primary */
    background: white;
    color: rgb(0, 174, 239); /* @primary */
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    font-size:0.8em;
}
body.layout-landscape div.reports-origin {
    padding: 8px;
    position: relative;
}

div.reports-origin.active-origin {
    background: rgb(0, 174, 239); /* @primary */
    color: white !important;
}

div.reports-viewmode-container {
    text-align: right;
    font-size: 16px;
    padding: 2px 5px;
    background: white;
    color: #aaa; /* @primary */
}
md-menu-bar.reports-viewmode-switch, div.reports-viewmode-historique {
    text-align: right;
    display: table-cell;
    padding: 0 0;
    width: 40px;
    vertical-align: middle;
}
md-menu-content.content-viewmode-switch {
    width: 100%;
    padding: 0;
}
md-menu-item.item-viewmode-switch {
    height: 55px;
    min-height: 55px;
    font-size: 1.1em;
    line-height: 60px;
    padding: 0px 0px;
}
md-menu-item.item-viewmode-switch button.md-button:not([disabled]).md-focused {
    background-color: white;
}
md-menu-item.item-viewmode-switch button.seleted-item-reports.md-button:not([disabled]).md-focused {
    background-color: rgb(0, 174, 239);
}
button.seleted-item-reports {
    background-color: rgb(0, 174, 239);
}
button.button-item-reports{
    font-size: 1.1em;
}

div.card-reports i.fa-upload {
    margin-top: 2px;
    margin-right: 10px;
    color: rgb(0, 174, 239); /* @primary */
}

div.card-reports input[type='file'] {
    visibility: hidden;
    width: 0px;
}

div.card-reports.upload-container {
    padding: 15px 0px 0px 0px;
    text-align: center;
    border-bottom: 1px solid rgb(0, 174, 239);
}

div.card-reports div.upload-error{
    color: red;
    font-size: 15px;
}
div.card-reports .filename {
    color: #999;
    font-size: 16px;
    font-style: italic;
}

div.upload-metadata {
    text-align: left;
}

span.category-align {
    display: inline-block;
    vertical-align: text-top;
}

span.category-align-noread {
    display: inline-block;
    color:orange;
    font-size: 12px;
}

span.category-align-noread > span.circle {
    color: white;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: rgb(251, 175, 59); /* @tertiary */
}
i.rotate-m90-1s {
    transform: rotate(-90deg);
    transition: 0.5s;
}
i.rotate-p90-1s {
    transform: rotate(-90deg);
    transition: 0.5s;
}
div.circle-tab {
    margin-left: 3px;
    font-size: 10px;
    display: inline-grid;
    position: absolute;
    color: white;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: rgb(251, 175, 59);
    padding-top: 1px;
}

div.reports-disclaimer {
    padding: 10px 10px 10px 55px;
    background: url("../../shared/assets/img/info-warning.svg") no-repeat 5px #FFE7C0;
    background-size: 40px 40px;
}

div.card-title-reports img.reports-sort-down-svg {
    display: none;
}

div.card-title-reports img.reports-clock-svg {
    display: none;
}

div.card-reports img.reports-upload-svg {
    display: none;
}

.reports-detail-loader {
    margin: 0 2em 1em;
    font-size: 1.3em;
}


.reports-modal-button {
    text-align: left;
    width: 70%;
    padding: 5px;
    color:rgb(0, 174, 239);
    background: none;
    border: none;
}

div.reports-download-button {
    font-size: 30px;
    line-height: 20px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

