@font-face {
    font-family: Exo;
    src: url('../fonts/Exo-Regular.ttf');
}
.color-verdigris {
    color: rgba(86, 185, 172, 1);
}
.container-fluid {
    background-color: rgba(234, 234, 234, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
body {
    /*fonts-family: Exo !important;*/
    color: rgba(99, 99, 99, 1);
    letter-spacing: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: unset;
}
h1, h2, h3, h4 {
    color: rgba(9, 62, 109, 1);
    letter-spacing: 0px;
}
h5 {
    font-size: 16px;
    letter-spacing: 0px;
}
h6 {
    font-family: Exo !important;
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0px;
}
p {
    font-size: 14px;
    color: rgba(99, 99, 99, 1);
    text-align: left;
}
.form-header {
    width: 100%;
}
.card {
    font-family: Exo !important;
}
.content-container {
    padding: 30px;
}
.form-header-title {
    background-image: url('../img/form_header.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 122px;
    padding: 60px 60px 30px 60px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 600;
}

h1, h2, h3, h4 {
    color: rgba(9, 62, 109, 1);
    margin-bottom: 0px;
    letter-spacing: 2px;
}
h5 {
    color: rgba(99, 99, 99, 1);
}
.page-header {
    height: 90px;
    background-color: rgba(61, 14, 97, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.card {
    background-color: rgba(234, 234, 234, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-title {
    padding: 6px 0 6px 0;
    margin-bottom: 20px;
}
.card-body {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 50px 60px 50px;
    color: rgba(99, 99, 99, 1);
}


.card-body-progress {
    height: 120px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.card-body-progress h6 {
    font-weight: normal !important;
}
.card-body-progress .line {
    width: calc(80% + 88px);
    border-bottom: 1px solid rgba(221, 221, 219, 1);
}
.card-body-progress .line .identification-icon {
    position: absolute;
    margin-top: -10px;
}
.card-body-progress .line .description-icon {
    position: absolute;
    margin-top: -10px;
    margin-left: 20%;
}
.card-body-progress .line .responsibility-icon {
    position: absolute;
    margin-top: -10px;
    margin-left: 40%;
}
.card-body-progress .line .security-icon {
    position: absolute;
    margin-top: -10px;
    margin-left: 60%;
}
.card-body-progress .line .follow-up-icon {
    position: absolute;
    margin-top: -10px;
    margin-left: 80%;
}
.card-body-progress .treatment-progress {
    position: absolute;
    color: rgba(9, 62, 109, 1) !important;
    font-size: 12px;
}
.card-body-progress .treatment-progress .text-number {
    font-size: 16px;
    font-weight: 900;
    margin-right: 5px;
}
.card-body-progress .treatment-done {
    position: absolute;
    color: rgba(86, 185, 172, 1) !important;
    font-size: 12px;
}
.card-body-progress .treatment-done .text-number {
    font-size: 16px;
    font-weight: 900;
    margin-right: 5px;
}
.card-body-progress .treatment-empty {
    position: absolute;
    color: rgba(99, 99, 99, 1) !important;
    font-size: 12px;
}
.card-body-progress .treatment-empty .text-number {
    font-size: 16px;
    font-weight: 900;
    margin-right: 5px;
}
.card-body-progress h6.identification-text {
    margin-top: -38px;
    position: absolute;
}
.card-body-progress h6.description-text {
    position: absolute;
    margin-top: -38px;
    margin-left: 20%;
}
.card-body-progress h6.responsibility-text {
    position: absolute;
    margin-top: -38px;
    margin-left: 40%;
}
.card-body-progress h6.security-text {
    position: absolute;
    margin-top: -38px;
    margin-left: 60%;
}
.card-body-progress h6.follow-up-text {
    position: absolute;
    margin-top: -38px;
    margin-left: 80%;
}
.card-body-table {
    padding: 0px;
    font-size: 13.7px;
    color: rgba(99, 99, 99, 1);
}
.card-body-treatment-footer {
    padding: 15px;
}
.card-body-treatment-footer .right {
    position: absolute;
    right: 30px;
}
.card-body-treatment-footer .right-secondary {
    position: absolute;
    right: 230px;
}
.card-body-treatment {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.card-body-treatment div.completion {
    display: flex;
    padding: 0;
    align-items: center;
    font-size: 14px;
    color: rgba(9, 62, 109, 1);
}
.card-body-treatment form label {
    font-size: 12px;
    margin-bottom: 10px !important;
}
.card-body-treatment .info-icon {
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.card-body-treatment .info-icon :hover {
    border: 1px solid rgba(86, 185, 172, 1);
    border-radius: 4px;
}
.card-body-treatment .info-icon-bumped {
    position: absolute;
    right: 35px;
    cursor: pointer;
}
.card-body-treatment .info-icon-bumped :hover {
    border: 1px solid rgba(86, 185, 172, 1);
    border-radius: 4px;
}
.card-body-treatment .info-icon-radio-bumped {
    position: absolute;
    padding-left: 32px;
}
.card-body-treatment .info-icon-radio-bumped :hover {
    border: 1px solid rgba(86, 185, 172, 1);
    border-radius: 4px;
}
.card-body-treatment .info-icon-radio {
    z-index: 100;
    position: absolute;
    padding-left: 12px;
}
.card-body-treatment .info-icon-radio :hover {
    border: 1px solid rgba(86, 185, 172, 1);
    border-radius: 4px;
}
.dropdown-add-wrapper {
    width: 20%;
    float: left;
    text-align: right;
    padding-left: 0px !important;
}
.dropdown-add img {
    height: 36px;
    margin-top: 3px;
}
.dropdown-add img:hover {
    border: 1px solid rgba(86, 185, 172, 1);
    border-radius: 20px;
}
.tooltip .tooltip-inner {
    background-color: white;
    color: rgba(99, 99, 99, 1);
    border: 1px solid rgba(211, 211, 211, 1);
    padding: 15px;
    width: 200px;
    text-align: left;
}
.form-group input, select {
    height: 40px !important;
}
label {
    color: rgba(99, 99, 99, 1);
    font-size: 14px;
    height: 19px;
    margin-bottom: 15px !important;
}
.form-group {
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
}
.form-group .form-control {
    height: 40px !important;
    border-radius: 0 !important;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
}
.form-group .form-control:focus {
    box-shadow: none !important;
}
.button-wrapper {
    text-align: center;
}
.button-wrapper-2 {
    padding-top: 49px;
}
.button-wrapper-3 {
    top: 0;
    margin-left: 15px;
    float: right;
    width: 140px;
}
.top-right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    width: 100%;
}
.button-wrapper-top-right {
    position: absolute;
    right: 0;
    width: 195px;
    top: 0;
}
.button-wrapper-bottom-right {
    right: 0;
    bottom: 0;
    width: 140px;
}
.btn-secondary-datae {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(9, 62, 109, 1);
    border-color: rgba(9, 62, 109, 1);
    width: 100%;
    max-width: 180px;
    height: 40px;
    padding: 0;
}
.btn-secondary-datae:enabled:hover, .btn-secondary-datae:focus, .btn-secondary-datae:active {
    background-color: rgba(7, 48, 84, 1) !important;
    border-color: rgba(7, 48, 84, 1) !important;
}
.btn-secondary-datae:focus, .btn-secondary-datae:active {
    box-shadow: none !important;
}
.btn-secondary-datae:disabled {
    background-color: rgba(9, 62, 109, 0.5);
    border-color: rgba(9, 62, 109, 0.5);
}
.btn-tertiary-datae {
    color: rgba(9, 62, 109, 1);
    background-color: transparent;
    border-color: rgba(9, 62, 109, 1);
    width: 100%;
    max-width: 180px;
    height: 40px;
    padding: 0;
}
.btn-tertiary-datae:enabled:hover, .btn-tertiary-datae:active {
    background-color: rgba(7, 48, 84, 1) !important;
    border-color: rgba(7, 48, 84, 1) !important;
}
.btn-tertiary-datae:focus, .btn-tertiary-datae:active {
    box-shadow: none !important;
}
.btn-tertiary-datae:disabled {
    background-color: rgba(9, 62, 109, 0.5);
    border-color: rgba(9, 62, 109, 0.5);
}
.btn-primary-datae {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(238, 64, 115, 1);
    border-color: rgba(238, 64, 115, 1);
    width: 100%;
    max-width: 180px;
    height: 40px;
    padding: 0;
    border-radius: 0;
}
.btn-primary-datae:enabled:hover, .btn-primary-datae:focus, .btn-primary-datae:active {
    background-color: rgba(214, 58, 105, 1) !important;
    border-color: rgba(214, 58, 105, 1) !important;
}
.btn-primary-datae:focus, .btn-primary-datae:active {
    box-shadow: none !important;
}
.btn-primary-datae:disabled {
    background-color: rgba(238, 64, 115, 0.5);
    border-color: rgba(238, 64, 115, 0.5);
}
.btn-forgot-password {
    width: 100%;
    color: rgba(86, 185, 172, 1);
    text-align: center;
    text-transform: none;
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 0px;
}
.btn-start {
    width: 100px;
    height: 40px;
}
.ng-valid[required], .ng-valid.required {
    border: 1px solid rgba(86, 185, 172, 1);
}
.ng-invalid:not(form) {
    border: 1px solid rgba(238, 64, 115, 1);
}
input.ng-untouched {
    border: 1px solid rgba(221, 221, 219, 1);
}
select.ng-untouched {
    border: 1px solid rgba(221, 221, 219, 1);
}
.dropbtn {
    background-color: #f7f7f9;
    border: 1px solid #dddddb;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-align: left;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-content {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content ul {
    padding: 0;
}
.dropdown-content ul li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown ul li:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.navbar-datae {
    background-color: rgba(61, 14, 97, 1) !important;
    display: block;
}
.navigation-header {
    height: 60px;
    margin-top: 20px;
    border-bottom: solid 1px rgba(234, 234, 234, 1);
}
.navigation {
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(234, 234, 234, 1);
}
.navigation h6 {
    color: rgba(99, 99, 99, 1);
}
.navigation :hover div {
    background-color: rgba(74, 161, 149, 1);
}
.navigation :hover h6 {
    color: white;
}
.navigation a {
    text-decoration: none;
}
.navigation-title {
    text-align: left;
}
.navigation-title h6 {
    line-height: 100px;
}
.content-margin {
    margin-left: 30px;
    margin-top: 20px;
}
.form-group .alert-danger {
    padding: 0;
    margin: 0;
    color: #d9534f;
    background-color: transparent;
    border: none;
    font-size: 10px;
}
.card-body-table th {
    color: rgba(86, 185, 172, 1);
}
.nav-icon {
    display: flex;
    /* add */
    justify-content: center;
    /* add to align horizontal */
    align-items: center;
    /* add to align vertical */
    padding-bottom: 10px;
}
.is-active div {
    background-color: rgba(86, 185, 172, 1) !important;
}
.is-active h6 {
    color: white;
}
.side-note {
    padding-left: 15px;
    font-size: 14px;
    color: rgba(151, 151, 151, 1);
}
.modal-body {
    padding: 30px 60px 30px 60px;
    border-bottom: solid 1px rgba(99, 99, 99, 0.13);
    border-top: solid 1px rgba(99, 99, 99, 0.13);
}
.modal-header {
    padding: 30px;
    height: 126px;
}
.modal-title {
    text-transform: uppercase;
    padding: 30px 30px 0px 30px;
    color: rgba(99, 99, 99, 1);
    font-size: 24px;
    font-weight: 600;
}
.modal-footer {
    padding: 30px 60px 30px 60px;
}
.processing-records {
    letter-spacing: 0px !important;
    right: 120px !important;
}
.processing-records-footer {
    position: fixed;
    bottom: 0px;
}
.processing-records-card {
    margin-bottom: 15px;
    height: 200px;
    padding: 18px;
    color: rgba(99, 99, 99, 1) !important;
}
.processing-records-card .card-content {
    padding-top: 10px;
}
.processing-records-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(99, 99, 99, 1);
}
.processing-records-card h5 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(99, 99, 99, 1);
    letter-spacing: 0px;
}
.processing-records-card h6 {
    font-size: 14px;
    color: rgba(99, 99, 99, 1);
    font-weight: 400;
}
.processing-records-card small {
    font-size: 10px;
    color: rgba(99, 99, 99, 0.5);
}
.btn-list {
    width: 35px;
    height: 35px;
    border: none;
    background-color: inherit;
    right: 48.5px;
}
.btn-list .btn {
    background-color: inherit;
    border: none;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
}
.btn-list .btn:active, .btn-list .btn:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(86, 185, 172, 1) !important;
}
.btn-list .btn-on {
    background-image: url('../assets/nav_icons/list_selected.svg');
}
.btn-list .btn-off {
    background-image: url('../assets/nav_icons/list.svg');
}
.btn-grid {
    width: 35px;
    height: 35px;
    border: none;
    background-color: inherit;
    border: 0;
    right: 15px;
}
.btn-grid .btn {
    background-color: inherit;
    border: none;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 0;
}
.btn-grid .btn:active, .btn-grid .btn:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(86, 185, 172, 1) !important;
}
.btn-grid .btn-on {
    background-image: url('../assets/nav_icons/cards_selected.svg');
}
.btn-grid .btn-off {
    background-image: url('../assets/nav_icons/cards.svg');
}
.treatment-header {
    color: rgba(86, 185, 172, 1);
    font-size: 16px;
    font-weight: 500;
}
.treatment-number {
    font-size: 36px;
}
.arrow-up {
    display: none;
}
.dropdown-list {
    padding-top: 0 !important;
}
.selected-list button {
    height: 40px !important;
    text-align: left !important;
}
.pure-checkbox input[type="checkbox"] + label {
    margin-bottom: 0 !important;
    color: rgba(99, 99, 99, 1) !important;
}
.pure-checkbox input[type="checkbox"]:checked + label:before {
    background: rgba(86, 185, 172, 1) !important;
    animation: none !important;
}
.pure-checkbox input[type="checkbox"] + label:before {
    border: solid 1px rgba(221, 221, 219, 1) !important;
}
.pure-checkbox input[type="checkbox"]:checked + label:before {
    background-color: rgba(86, 185, 172, 1) !important;
    border: solid 1px rgba(86, 185, 172, 1) !important;
}
.pure-checkbox input[type="checkbox"] + label:after {
    border-width: 0 0 1px 1px !important;
}
.dropdown-list ul li {
    border-bottom: solid 1px rgba(221, 221, 219, 1);
    overflow: -webkit-paged-x !important;
}
.selected-list .c-list {
    width: 0 !important;
}
.selected-list .c-list:before {
    width: 10px;
    height: 20px;
}
.selected-list .c-list .c-token {
    background: transparent !important;
    display: none !important;
    color: black !important;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(221, 221, 219, 1);
    border-radius: 100%;
    background: rgba(246, 246, 246, 1);
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(238, 64, 115, 1);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked[disabled] + label:after, [type="radio"]:not(:checked)[disabled] + label:after {
    background: rgba(238, 64, 115, 0.5);
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked[disabled] + label:before, [type="radio"]:not(:checked)[disabled] + label:before {
    cursor: not-allowed !important;
    background: rgba(221, 221, 219, 0.5);
}
.radio-group-wrapper {
    height: 80px;
}
.selected-list .c-btn {
    box-shadow: none !important;
}
.privileges-list .c-btn {
    border: none !important;
    border-top: solid 1px #ccc !important;
}
.privileges-list .dropdown-list .list-area {
    border: none !important;
    box-shadow: none !important;
}
.privileges-list .dropdown-list ul li {
    padding: 10px 35px !important;
    border: none !important;
}
.privileges-list .select-all {
    border: none !important;
}
.privileges-list .list-filter {
    border: none !important;
}
.collaborator-items {
    padding: 15px;
}
.collaborator-item {
    margin: 10px 0;
    line-height: 40px;
}
.collaborator-name {
    border: solid 1px rgba(221, 221, 219, 1);
}
.collaborator-permission-not-assigned {
    border-top: solid 1px rgba(221, 221, 219, 1);
    border-bottom: solid 1px rgba(221, 221, 219, 1);
    color: rgba(238, 64, 115, 1);
}
.collaborator-permission-assigned {
    border-top: solid 1px rgba(221, 221, 219, 1);
    border-bottom: solid 1px rgba(221, 221, 219, 1);
    color: rgba(86, 185, 172, 1);
}
.collaborator-button {
    padding: 0;
    width: 100%;
    border: solid 1px rgba(86, 185, 172, 1);
}
.collaborator-cross {
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.btn-collaborator-assign {
    width: 100%;
    background-color: rgba(86, 185, 172, 1);
    color: white;
    height: 40px;
}
.btn-collaborator-edit {
    width: 100%;
    background-color: transparent;
    color: rgba(86, 185, 172, 1);
    height: 40px;
}
.btn-delete {
    width: 100%;
    background-color: transparent;
    color: rgba(99, 99, 99, 1);
    padding: 0;
}
.selectiongroup {
    height: 38px !important;
    border-radius: 0px !important;
}
.selectiongroup .selection {
    border-radius: 0px !important;
    height: 38px !important;
}
.mydp {
    border-radius: 0px !important;
}
table th {
    padding: 20px !important;
}
table td {
    padding: 20px !important;
}
.custom-close {
    padding: 15px !important;
    text-shadow: none !important;
    color: rgba(221, 221, 219, 1) !important;
}
.custom-close:hover {
    color: rgba(86, 185, 172, 1) !important;
}
.header-centered {
    text-align: center;
}
.report-card {
    border: solid 1px rgba(221, 221, 219, 1);
    height: 205px;
    margin-top: 30px;
}
.clickable:hover {
    cursor: pointer;
}
.modal-sm {
    top: 30vh;
}
.modal-sm .modal-header {
    padding: 5px !important;
    text-align: center !important;
    height: 95px;
}
.company-modal {
    margin: 15px !important;
}
.single .countplaceholder {
    display: none;
}
.selected-items {
    margin-top: -10px;
}
.selected-item {
    line-height: 40px;
    float: left;
    height: 42px;
    background-color: transparent;
    border: solid 1px rgba(151, 151, 151, 1);
    text-align: left;
    margin: 10px 10px 0 0;
    padding: 0 10px;
}
.selected-item .close-icon {
    height: 8px;
    width: 8px;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.multi {
    width: 80%;
    float: left;
}
.button-wrap {
    float: left;
    width: 80%;
}
.progress-label {
    float: left;
    margin-right: 5px;
}
.progress {
    height: 5px;
    margin-top: 7.5px;
    border-radius: 10px;
    width: 80px;
    background-color: rgba(221, 221, 219, 1);
}
.treatment-name {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
}
.treatment-reference {
    font-size: 14px;
    text-align: left;
}
.treatment-date {
    position: absolute;
    left: 130px;
    top: 155px;
    font-size: 10px;
}
.circle-card {
    width: 275px;
    height: 200px;
    float: left;
    margin: 0 20px 20px 0;
}
.list-message {
    font-size: 14px;
    color: rgba(221, 221, 219, 1);
    padding-top: 10px;
}
.pagination-previous {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px rgba(221, 221, 219, 1);
    border-right: none;
    background-color: white;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
}
.pagination-button {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px rgba(221, 221, 219, 1);
    border-right: none;
    background-color: white;
    cursor: pointer;
    color: rgba(99, 99, 99, 1);
}
.pagination-next {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px rgba(221, 221, 219, 1);
    background-color: white;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}
.pagination-next .material-icons {
    color: rgba(221, 221, 219, 1) !important;
    line-height: inherit !important;
}
.pagination-next .material-icons:hover {
    color: rgba(86, 185, 172, 1) !important;
}
.pagination-previous .material-icons {
    color: rgba(221, 221, 219, 1) !important;
    line-height: inherit !important;
}
.pagination-previous .material-icons:hover {
    color: rgba(86, 185, 172, 1) !important;
}
.current {
    color: rgba(86, 185, 172, 1);
}
.wrapper {
    text-align: center;
}
.custom-pagination {
    display: inline-block;
    margin: 10px 0;
}
.disabled-text {
    color: rgba(221, 221, 219, 1) !important;
}
.table td {
    max-width: 160px;
}
.wrap-container-header {
    width: 400px;
    display: table;
    table-layout: fixed;
    padding: 6px 0 26px 0;
}
.wrap-container-company {
    width: 200px;
    display: table;
    table-layout: fixed;
}
.wrap-container-name {
    width: 120px;
    position: absolute;
    left: 130px;
    top: 100px;
    display: table;
    table-layout: fixed;
}
.wrap-container-reference {
    width: 120px;
    position: absolute;
    left: 130px;
    top: 120px;
    display: table;
    table-layout: fixed;
}
.wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}
.wrap h5 {
    display: inline;
    min-width: 120px;
}
.wrap h4 {
    display: inline;
    min-width: 200px;
}
.wrap h3 {
    display: inline;
    min-width: 400px;
}
.md-show {
    width: 50px;
    display: none;
}
.btn-tertiary-datae .material-icons {
    line-height: inherit;
}
@media only screen and (max-width: 992px) {
    .nav-icon {
        display: none;
    }
    .risk-header {
        display: none;
    }
    .risk-content {
        display: none;
    }
    .updated-header {
        display: none;
    }
    .updated-content {
        display: none;
    }
    .size-content {
        display: none;
    }
    .table td {
        max-width: 110px;
    }
    .wrap-container-header {
        width: 350px;
    }
    .wrap h3 {
        min-width: 350px;
    }
    .md-show {
        display: block;
    }
    .md-hide {
        display: none;
    }
    .button-wrapper-3 {
        width: auto;
    }
    .card-body-treatment-footer .btn-secondary-datae {
        width: 80px;
    }
    .card-body-treatment-footer .btn-primary-datae {
        width: 80px;
    }
    .card-body-treatment-footer .right-secondary {
        right: 120px;
    }
}

#reports.reports-container {
    font-family: 'exoregular' !important;
}

.reports-container {
    padding: 0;
    margin: 0;
}

.report {
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
}
.reports-header {
    width: 100%;
    margin-top: -40px;
}

.reports-header #header-img {
    width: 100%;
    height: 81px;
}

.reports-header #logo-img {
    position: absolute;
    right: 162px;
    top: -20px;
}

.report-body {
    /*font-family: Exo !important;*/
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
}

.report-body-title {
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    padding-bottom: 35px;
}
.report-body-title h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.report-step-header {
    padding: 30px 0 15px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.report-body-title h6 {
    padding: 0;
    font-family: 'exoregular' !important;
    font-weight: 600;
    margin: 0;
    font-size: 10px;
}

.report-step {
    padding: 0 0 40px 0 !important;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.report-table-1 {
    width: 100%;
}

.report-table-1 td {
    padding: 5px !important;
    margin: 0 !important;
}

.report-table-1, .report-table-1 th, .report-table-1 td {
    border: 1px solid rgba(234, 234, 234, 1);
    font-size: 10px;
    border-collapse: collapse;
}

.report-table-1 .report-key {
    color: rgba(99, 99, 99, 1);
    text-align: left;
    font-weight: 600;
}

.report-table-1 .report-value {
    color: rgba(99, 99, 99, 1);
    text-align: left;
}

.report-table-2 {
    width: 100%;
}

.report-table-2, .report-table-2 th, .report-table-2 td {
    border: 1px solid rgba(234, 234, 234, 1);
    /*font-size: 8px;*/
    border-collapse: collapse;
}

.report-table-2 .report-key {
    color: rgba(99, 99, 99, 1);
    text-align: center;
    font-weight: 600;
}

.report-table-2 .report-value {
    color: rgba(99, 99, 99, 1);
    text-align: center;
}

.report-table-3 {
    width: 100%;
}

.report-table-3, .report-table-3 th, .report-table-3 td {
    border: 1px solid rgba(234, 234, 234, 1);
    /*font-size: 8px;*/
    border-collapse: collapse;
}

.report-table-1.fixed { table-layout:fixed; }
.report-table-1.fixed td {
    word-wrap: break-word;
    vertical-align: top;
    text-align: left;
    font-size: 10px;
}


.report-multi-entry {
    font-size: 10px !important;
    padding: 0 !important;
    margin: 0 0 3px 0 !important;

}

.report-date {
    font-size: 10px;
    color: rgba(99, 99, 99, 1);
    position: absolute;
    right: 30px;
    top: 81px;
}

.help-block {
    padding: 10px;

}
