.bg-lcred2 {
    background-color: rgb(123,30,33) !important;
    height: 100%;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(123,30,33) !important;
    text-align: center;
}

.font-weight-bold-white{
    font-weight: 500 !important;
    font-family: "Trebuchet MS" !important;
    color: #ffffff !important;
    font-size:16px;
    margin: 0;
}

.font-weight-bold-white-followus{
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: normal !important;
    font-family: "Trebuchet MS" !important;
    color: #ffffff !important;
    font-size: 20px;
}

.font-head-bar-black{
    font-weight: 500;
    font-family: "Trebuchet MS";
    text-align: center;
    color: #000000;
    display: block;
    margin: 0 13px;
    font-size: 18px;
    line-height: 90px;
}

.logo-head-bar{
    font-weight: 500 !important;
    font-family: "Trebuchet MS" !important;
    color: #000000 !important;
    font-size: 150%;
    display: block;
    padding-bottom: 1px;
    padding-top: 1px;
}

.font-slideshow-body-bar-black{
    font-weight: 600 !important;
    font-family: "Trebuchet MS" !important;
    color: #000000 !important;
    font-size: 120%;
    display: block;
    /* padding: .5rem 1rem */
}

.font-sideshow-title-text{
    font-weight: normal !important;
    font-family: "Trebuchet MS" !important;
    color: rgb(123,30,33) !important;
    font-size: 19px;
    margin-bottom: 0;
}

.font-center-title-text{
    font-family: "Trebuchet MS"!important;
    color: white;
    font-size: 31px;
}

.carousel-control-next-lc,
.carousel-control-prev-lc {
    height: 100px;
    width: 1000px;
    outline: black;
    background-size: 100%, 100%;
    border: 1px solid black;
    background-image: none;
}

.carousel-control-prev-lc {
    left: 0
}

.carousel-control-next-lc {
    right: 0
}

.carousel-control-prev-icon-lc {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon-lc {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}


.line-lc-horizontal-slideshow {
    height: 3px;
    width: 100%;
    background-color: rgb(123,30,33);
}

.line-menubar {
    height: 90px;
    width: 3px;
    background-color: rgb(123,30,33);
    margin: 0 1rem 0 2rem;
}

.line-lc-vertical-lang {
    height: 35px;
    width: 3px;
    background-color: rgb(0, 0, 0);
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.visible-xs-inline-fblogo{
    width: 32px;
}

.visible-xs-inline-users-management-logo{
    width: 17px;
    height: 17px;
}

.visible-xs-inline-linkedinlogo{
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.visible-xs-inline-lookcrimlogo{
    max-width: 145px;
    height: 54px;
    margin-left: 1rem;
}

.mb-3-form-title{
    font-weight: 500 !important;
    font-family: "Trebuchet MS" !important;
    color: #000000 !important;
    font-size: 150%;
    margin-bottom: 1rem!important;
}

.col-xs-12 col-sm-4 form-label1{
    font-weight: 600 !important;
    font-family: "Trebuchet MS" !important;
    color: #000000 !important;
    font-size: 120%;
    display: block;
    padding: .5rem 1rem
}

.btn-lookcrim {
    color: #fff;
    background-color: rgb(123,30,33);
    border-color: rgb(123,30,33);
    font-family: "Trebuchet MS" !important;
}

.btn-lookcrim:hover {
    background-color: white;
    border-color: rgb(123,30,33);
    color: rgb(123,30,33);
    box-shadow: 0 6px 8px 0 rgba(123,30,33,0.24), 0 2px 10px 0 rgba(123,30,33,0.19);
}

.font-title-for-customization{
    font-weight: normal !important;
    font-family: "Trebuchet MS" !important;
    color: rgb(123,30,33);
    font-size: 170%;
    text-align: center;
}

.font-title-for-customization-center-vertically{
    font-weight: normal !important;
    font-family: "Trebuchet MS" !important;
    color: rgb(123,30,33);
    font-size: 170%;
    text-align: center;

    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


img{
    max-width: 100%;
    max-height: 100%;
}

.adapt-img {
    height: fit-content;
    width: fit-content;
}

.btn-lookcrim-small {
    color: #fff;
    background-color: rgb(123,30,33);
    border-color: rgb(123,30,33);
    font-family: "Trebuchet MS" !important;
}

.btn-lookcrim-white {
    color: rgb(123,30,33);
    background-color: rgb(255, 255, 255);
    border-color: rgb(123,30,33);
    font-family: "Trebuchet MS" !important;
}

.btn-link-lookcrim {
    font-weight: 400;
    color: rgb(123,30,33);
    background-color: transparent;
}


.card-header-lookcrim {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(123,30,33,.05);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-family: "Trebuchet MS" !important;
    font-weight: 500;
}

.form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.font-medium-black-text{
    font-weight: normal !important;
    font-family: "Trebuchet MS" !important;
    color: rgb(0, 0, 0) !important;
    font-size: 140%;
}

.page-item-lk.active .page-link-lk {
    z-index: 1;
    color: #fff;
    background-color: rgb(123,30,33);
    border-color: rgb(123,30,33);
}

.page-link-lk {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(123,30,33);
    background-color: #fff;
    border: 1px solid #dee2e6
}

.trash { color:rgb(209, 91, 71); }
.flag { color:rgb(248, 148, 6); }
.panel-body { padding:0px; }
.panel-footer .pagination { margin: 0; }
.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
.list-group { margin-bottom:0px; }

.font-center-text-body{
    font-weight: 600 !important;
    text-align: center;
    font-family: "Trebuchet MS" !important;
    color: #000000 !important;
    font-size: 120%;
    display: block;
    padding: .5rem 1rem
}

.top-menu {
    text-align: right;
    padding: 5px 0;
    background: rgb(123,30,33);
}

.font-top-menu {
    color: white;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.font-top-menu.lang {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}

.line-lang {
    height: 13px;
    border-left: 1px solid;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.website-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left:0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.carousel-content-relative {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next{
    width: 20px;
}

.carousel-control-prev .carousel-control-prev-icon {
    width: 20px;
    background-image: url('../img/back.svg') !important;
}

.carousel-control-next .carousel-control-next-icon {
    width: 20px;
    background-image: url('../img/next.svg') !important;
}

.carousel-item {
    margin: 10px 0;
    padding: 0 30px;
}

.main-website {
    min-height: calc(100vh - 356px);
    margin: 0 auto;
}

.row .with-padding {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 68px;
    margin-top: 30px;
}

.row .with-padding:last-child {
    margin-bottom: 30px;
}

.highlight {
    margin: 10px 0;
    padding: 0 30px;
}

.col-md-8.with-padding {
    padding: 40px;
}

.card.card-lookcrim {
    border: 1px solid rgba(123,30,33,.2);
}

.small-button-edit {
    color: rgb(123,30,33);
}

.col-md-12.center {
    text-align: center;
}

.lookcrim-table-head {
    background-color: rgba(123,30,33,.05);
}

.simple-a {
    color: rgb(123,30,33);
}

.main-website-interior {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 920px;
}

.bg-lcred2 .main-website-interior {
    max-width: 94%;
    padding: 40px 0;
    margin-top: 0;
}

.footer-social-share {
    text-align: center;
}

.edit-text {
    margin-bottom: 40px;
    margin-top: 40px;
}

.interior-title {
    margin-top: 10px;
    letter-spacing: 2px;
}

.textarea-lang {
    font-weight: bold;
    font-family: "Trebuchet MS" !important;
    text-align: center;
}

.textarea-edit {
    margin-bottom: 50px;
}

.submit-text {
    text-align:center;
    padding-bottom: 40px;
}

/* CSS da tabela de utilizadores */

.table-wrapper {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13px;
    background: #fff;
    padding: 20px 25px;
    margin: 43px 118px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding-bottom: 15px;
    background: rgb(123,30,33);
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn {
    color: #566787;
    float: right;
    font-size: 13px;
    background: #fff;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn:hover, .table-title .btn:focus {
    color: #566787;
    background: #f2f2f2;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
}
table.table td a:hover {
    color: #2196F3;
}
table.table td a.settings {
    color: rgb(123,30,33);
}
table.table td a.delete {
    color: #F44336;
}
table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.status {
    font-size: 30px;
    margin: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
.text-success {
    color: #10c469;
}
.text-info {
    color: #62c9e8;
}
.text-warning {
    color: #FFC107;
}
.text-danger {
    color: #ff5b5b;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}
.pagination li.active a, .pagination li.active a.page-link {
    background: rgb(123,30,33);
}
.pagination li.active a:hover {
    background: rgb(123,30,33);
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.homepage-card-text {
    width: 600px;
    position: absolute;
    bottom: 30px;
    left: 5%;
}

.row .row-research {
    margin-top: 20px;
}

.flex-align-center {
    justify-content: center;
}

.card-with-margin {
    text-align: left;
}

.img .research {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
}

.title-research {
    font-weight: 400;
    color: black;
    font-size: 21px;
    text-align: left;
    margin-bottom: 12px;
    font-family: "Trebuchet MS";
}

.edit-buttons {
    margin-top: 15px;

}


/* RESEARCH */

.row-list-research {
    margin: 0 -20px 40px -20px;
}

.list-item-research {
    padding: 0 20px;
    margin-bottom: 40px;
}

.list-item-research:hover {
    text-decoration: none;
}

.card-image-content {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.card-image-content .card-image-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: 350ms ease-in-out all;
}

.card-image-content img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
    max-width: initial;
    transition: 350ms ease-in-out all;
}

.list-item-research:hover .card-image-content img {
    transform: scale(1.1);
}

.list-item-research:hover .card-image-content .card-image-shadow {
    background-color: rgba(0, 0, 0, 0.2);
}

.card-summary-content {
    color: #646f79;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
}

.card-view-more {
    color: #7b1e21;
    display: block;
    font-size: 12px;
    margin-top: 12px;
    text-decoration: underline;
    text-align: left;
}

.card-edit-buttons {
    color: #7b1e21;
    display: block;
    font-size: 12px;
    margin-top: 12px;
    text-decoration: underline;
    padding-right: 12px;
}

.row .card-buttons {
    float: right;
}

.interior-title-line {
    border-color: rgb(123,30,33);
    margin-right: 250px;
    margin-left: 250px;
    margin-bottom: 60px;
    margin-top: 10px;
}

.icon-contact {
    max-width: 38px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
}

/* main menu effect */

li .font-head-bar-black .font-head-bar-black-effect {
    border-bottom: 1px solid white;
    transition: 350ms ease-in-out border;
}

li .font-head-bar-black:hover {
    text-decoration: none;
}

li .font-head-bar-black:hover .font-head-bar-black-effect {
    border-color: #000000;
}

li.active .font-head-bar-black .font-head-bar-black-effect {
    color: #7B1E21;
    border-color: #7B1E21;

}

.publications-image img {
    width: 100%;
    border-radius: 0;
}

.card-summary-content.content-publications {
    text-align: left;
    margin: auto 0px;
    width: 100%;
}

.title-research.title-publications {
    margin-bottom: 7px;
    font-size: 18px;
}

.card-body.card-publications {
    margin: 30px 15px;
    padding: 0;
}

.card-image-content.image-news img {
    width: 100%;
    height: auto;
    max-height: none;
}

.card-body.card-with-margin.card-news {
    padding: 12px;
}

.card-view-more.card-view-news {
    text-align: left;
}

.news-date {
    font-family: Trebuchet MS;
    font-size: 10px;
    color: grey;
}

.title-research.news-title {
    margin-bottom: 0;
}

.warning-message {
    font-family: Trebuchet MS;
    font-size: 20px;
}

.col-12.warning-message {
    text-align: center;
}

.carousel.slide.carousel-homepage {
    width: 100%
}

.homepage-button {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin-bottom: 10px;
}

.delete-buttons-page {
    text-align:center;
}

.btn.btn-lookcrim-white.btn-sm.delete-buttons {
    margin-bottom: 20px;
    margin-top: 0;
}

.btn.btn-lookcrim.btn-sm.edit-text.delete-buttons {
    margin-bottom: 20px;
}

.interior-title-line.delete-page {
    margin-bottom: 5px;
}

.col-4.col-logos-homepage {
    margin: 31px auto;
    text-align: center;
    padding: 40px;
}

.col-4.col-logos-homepage.last-logo {
    margin: 35px auto;
    text-align: center;
    padding: 40px;
}

.img-homepage {
    border:none;
    border-radius: 0;
}

.homepage-image-text {
    color: white;
    font-family: "Trebuchet MS" !important;
    font-size: 13px;
}

.homepage-highlights-text {
    text-align: center;
    padding-bottom: 7px;
}

.highlights-text {
    font-size: 13px;
    text-align: center;
    padding-right: 0;
}

.card-edit-buttons.highlights-text {
    font-size: 11px;
    margin-top: 5px;
}

.img-rights {
    color: #ffffff91;
    font-family: "Trebuchet MS" !important;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
}

.btn.btn-outline-danger.btn-sm.edit-homepage {
    color:rgb(123,30,33);
    border-color:rgb(123,30,33);
}

.btn.btn-outline-danger.btn-sm.edit-homepage:hover {
    color: white;
    border-color:rgb(123,30,33);
    background: rgb(123,30,33);
}

.col-md-12 .mb-5.flex-center {
    padding-left: 26px;
}

.col-4.col-logos-project {
    margin: 31px auto;
    text-align: center;
    padding: 40px;
}

.col-4.col-logos-project.middle-logo {
    margin: 35px auto;
    text-align: center;
    padding: 40px;
}

.project-logos {
    margin-top: 60px;
    margin-bottom: 25px;
    text-align: center;
}

.check-box-label {
    padding-top: 0;
}

.image-news-complete {
    text-align: center;
    margin: 4px auto;
}

.news-date.complete-news {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 13px;
    margin-bottom: 44px;
}

.line-news-complete {
    border-top: 1px solid rgba(123, 30, 33, 0.12);
}

.news-content {
    font-family: "Trebuchet MS" !important;
    margin: 40px 109px;
    font-size: 15px;
    line-height: 28px;
}

.font-title-for-customization.news-title {
    color: black !important;
    padding-top: 10px;
}

.highlights-homepage {
    display: block;
    text-align: center;
}

.interior-title-line.news-line-title {
    border-color: black;
    margin-bottom: 10px;
}

.alert-danger {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
}

.card-publications-item {
    /* border: none;
    border-bottom: 1px solid #E5E5E5; */

    border-width: 0 0 1px 0;
    border-color: #E5E5E5;
    border-style: solid;

    border-radius: 0;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.list-item-publications {
    margin-bottom: 0;
}

.newsletter-email {
    width: 100% !important;
    text-align: center;
    margin: 15px;
}

.edit-text.newsletter-text-button {
    margin: 15px;
}

.card-summary-content.contacts-content {
    text-align: center;
}

.default-link-contacts {
    color: #646f79;
    font-size: 12px;
    line-height: 140%;
}

.font-weight-bold-white .white-link {
    color: white;
}

.youtube-video {
    margin: 45px;
}

.fa.fa-lg.fa-plus.fa-plus-button {
    font-size: 13px;
    vertical-align: middle;
}

.col-12.textarea-lang {
    font-weight: bold;
    font-family: "Trebuchet MS" !important;
    text-align: center;
}

.col-lg-20.newsletter-center {
    text-align: center;
}

.font-title-for-customization.news-title.color-black a {
    color: black;
}

.far.fa-1x.color-black{
    color: black;
}

.fas.fa-1x.color-black{
    color: black;
}

.far.fa-1x.color-red{
    color: rgba(123, 30, 33);
}

.fas.fa-1x.color-white{
    color: white;
}

.fas.fa-1x.color-white.layout-icon{
    padding: 7px;
}

.card-newsletter-item {
    max-width: 720px;
    margin: 80px auto;
}

.title-newsletter {
    font-size: 18px;
    font-family: "Trebuchet MS" !important;
    margin-bottom: 0;
}

.fa-with-margin {
    margin: 7px;
}

.interior-title.news-newsletter {
    text-align: left;
}

.section.section-box {
    padding: 10px 10px 0px 10px;
    margin-top: 35px;
    background-color: rgba(123, 30, 33, 0.05);
}

.newsletter-unsubscribe {
    color: black;
    margin-top: 1rem;
}

.newsletter-unsubscribe a:hover {
    text-decoration: none;
}
