﻿

body {
    background-color: #ffffff;
}

.modal-body {
    max-height: 100%;
    
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(0,0,0,0.25) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.25) !important;
}

::placeholder {
    color: rgba(0,0,0,0.25) !important;
}

.required {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.note-editor {
    background-color: transparent !important;
}


.btn-action-edit {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 2px 5px;
}

.shadow-sm {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35)!important;
}

.card:hover .btn-action-edit {
    display:block;
}


.btn-top {
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.76);
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
}

    .btn-top i {
        color: #ffffff;
        line-height: 60px;
    }

.header-tenant {
    height: 70px;
    z-index: 99;
    display: block;
    width: 100%;
    background-color: #00416a;
}

.header-tenant-brand {
    height: 25px;
    //width: calc(100% - 150px);
    width: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}




.header-tenant-menu {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}


.header-tenant-user {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #002740;
    background-size: cover;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

.image-radio-atento {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: #002740;
    background-size: cover;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

.header-tenant-search-icon {
    position: absolute;
    top: 50%;
    right: 98px;
    transform: translateY(-50%);
    color: #ffffff;
    cursor: pointer;
}


.btn-notification {
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 64px;
    cursor: pointer;
}


    .btn-notification b {
        position: absolute;
        top: -7px;
        right: -7px;
        background-color: red;
        width: 18px;
        height: 18px;
        line-height: 18px;
        display: block;
        text-align: center;
        border-radius: 100px;
        font-size: 12px;
    }


.header-tenant-search-container {
    display: none;
}

.header-tenant-search-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.header-tenant-search {
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    box-shadow: 0 0 30px rgba(0,0,0,1) !important;
}


.header-tenant-search-input {
    height: 100%;
    width: 100%;
    font-size: 28px;
    background-color: transparent;
    border: none;
    padding: 0px 70px 0px 20px;
    outline: none;
}

.header-tenant-search-button {
    background-color: transparent;
    height: 60px;
    width: 60px;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #808080;
    cursor: pointer;
}



.tenant-menu {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    padding: 20px;
    display: none;
    overflow: auto;
}

.tenant-menu-item {
    position: relative;
    color: #ffffff;
    display: table;
    width: auto;
    font-size: 18px;
    margin: auto;
    margin-bottom: 5px;
    cursor: pointer;
}


    .tenant-menu-item:hover {
        color: #ffffff;
    }

.carousel-item {
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
    height: 400px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    position: relative;
}


    .carousel-item section {
        position: absolute;
        display: inline;
        padding: 15px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.75);
        color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }




.tenant-menu-close {
    position: fixed;
    top: 28px;
    left: 22px;
    color: #ffffff;
    cursor: pointer;
}


header {
    background-color: #00416a;
    height: 400px;
    position: relative;
    background-position: center;
    background-size: cover;
}


.col {
    position: relative;
    padding: 15px;
}

.card-cleam {
    box-shadow: none !important;
    background-color: transparent;
}

    .card-cleam img {
        border-radius: 10px;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
    }

.card {
    border: none;
    cursor: pointer;
    height: 100%;
    border-radius: 10px;
    position: static;
    transition: all .2s ease-in-out;
}


.featuredjobs .card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20) !important;
}


    .card:hover  h6,
    .card:focus h6 {
        text-decoration:underline;
    }


.card:hover figure {
    animation: shrink-in 2s linear;
    animation-fill-mode: forwards;
}


@keyframes shrink-in{
    0% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 110% 110%;
    }
}

@keyframes shrink-out {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}



    .card .icon {
        font-size: 3rem !important;
        margin-bottom: 20px;
    }








.card-summary {
    font-size: 80%;
    line-height: 20px;
    text-decoration:none!important;
}



.faq-list .card {
    border: none;
    height: 100%;
    cursor: pointer;
}

.faq-list .card-header:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 4px;
}

.faq-list .card-header[aria-expanded="true"]:before {
    content: "\f068";
}


.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    height: auto;
    width: 100%;
    opacity: 0;
}

.card figure {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    height: auto;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10) inset !important;
    margin: 0px !important;
    position: relative;
    background-position: center center;
    background-size: 100% 100%;
    animation: shrink-out 0.5s linear;
    animation-fill-mode: forwards;
}


.card-link {
    color: #000000;
    outline: none;
    height: 100%;
}

    .card-link:hover {
        color: #000000;
    }

.card-time {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #000000;
    margin-bottom: 5px;
}

.line {
    display: inline-block;
    height: 5px;
    border-radius: 10px;
    border: none;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #000000;
}

.form-control-xl {
    font-size: 1.75rem;
    padding: 15px 15px;
    height: auto;
}

.no-focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no-border {
    border: none !important;
}

video, audio {
    width: 100%;
    margin: auto !important;
    border-radius: .25rem;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}

media {
}

.btn-media {
    display: inline-block;
    border-radius: .25rem;
    padding: 0px 3px;
    color: #212529 !important;
    text-decoration: underline;
}

    .btn-media i {
        display: inline-block;
        margin-right: 5px;
    }

    .btn-media span {
        margin-left: 5px;
        font-size: 10px;
        display: none;
    }

    .btn-media:hover {
        text-decoration: none;
        background-color: #f0f0f0;
    }

.media-XLS i:before, .media-XLSX i:before {
    content: "\f1c3";
}

.media-PPT i:before, .media-PPTX i:before {
    content: "\f1c4";
}

.media-DOC i:before, .media-DOCX i:before {
    content: "\f1c2";
}

.media-PDF i:before {
    content: "\f1c1";
}


.user-header figure b {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
}





.user-detail-figure {
    background-color: #002740;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: auto;
}






em {
    font-style: normal;
    text-decoration: underline !important;
}


.color-invert {
    -webkit-filter: invert(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
}

.text-shadow-lg {
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
}


.text-shadow-md {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
}

.text-size-xs {
    font-size: 80% !important;
}


.text-link:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.journey {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


.journey-notification,
.alert-notification {
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    background-color: #62c136;
    color: #ffffff;
    font-style: normal;
    display: none;
}


.card-actions {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9;
    font-size: 16px;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: none;
}

    .card-actions i {
        font-size: 14px;
        margin-right: 3px;
    }



.image-upload {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px dashed #ced4da;
    border-radius: 0.25rem;
    padding: 40px !important;
    text-align: center;
}




    .image-upload span {
        background-color: rgba(255, 255, 255, 0.90);
        padding: 5px;
        border-radius: .25rem;
        display: inline-block;
        line-height: 16px;
    }




#editor {
    overflow: scroll;
    max-height: 300px
}


.note-editor {
    background-color: #ffffff;
    border: none !important;
}

.note-statusbar {
    display: none;
}


.note-dropdown-menu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border: none;
}

    .note-dropdown-menu li {
        padding: 1px 5px;
        border-radius: 3px;
        list-style: none;
        margin: 0px 7px;
        cursor: pointer;
    }

        .note-dropdown-menu li:hover, .note-dropdown-menu li:hover a {
            background-color: #000000;
            color: #ffffff;
        }



    .note-dropdown-menu a {
        padding: 1px 5px;
        border-radius: 3px;
        margin: 0px 5px;
        cursor: pointer;
        text-decoration: none;
        color: #000000;
    }

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

ul.note-dropdown-menu.dropdown-menu.show {
    max-height: calc(100vh - 210px);
    overflow: auto;
    transform: translate3d(0px, 30px, 0px) !important;
}



.loader {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
}
.table  td {
    vertical-align: middle;
}
    .loader i {
        position: fixed;
        top: 50%; left: 50%; transform: translate(-50%,-50%);
        color: #ffffff;
        display: block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 50px;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f8f9fa !important;
}

.btnClearInput {
    position: absolute;
    right: 40px
}

    .btnClearInput:focus {
        box-shadow: none;
    }

.crop-container {
    display: none;
}

.preview-croppie-label {
    width: 300px;
    height: 225px;
    line-height: 133px
}


.footer {
    background-color: #00416a;
    color: #ffffff;
    width: 100%;
}



.body-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    display: none;
}

    .body-loading div {
        padding: 8px;
        border-radius: 100%;
        background-color: #ffffff;
        margin: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }



        .body-loading div:after {
            content: " ";
            display: block;
            width: 30px;
            height: 30px;
            margin: 1px;
            border-radius: 50%;
            border: 5px solid;
            border-color: #2276e4 #2276e4 #2276e4 transparent;
            animation: loading 1.2s linear infinite;
        }



@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


.breadcrumb {
    top: 70px;
    border-radius: 0px;
    background-color: #fafafa;
    margin: 0px;
    z-index: 9 !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
}

span.select2-container {
    display: block;
}

.opacity-50 {
    opacity: 0.5;
}


.welcome {
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.welcome-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 400px;
    width: calc(100% - 40px);
}

    .welcome-container div {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.50);
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
    }


.welcome-logo {
    height:30px;
}

.scope {
    background-color: #f0f0f0;
    border-radius: 5px;
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    font-size: 14px;
}

.gallery {
    overflow: auto;
    zoom: 1;
    margin-bottom: 20px;
}


    .gallery img {
        height: 100px;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
        cursor: pointer;
    }

.content-reaction {
}


.content-reaction-nav {
    display: block;
    text-align: center;
}



    .content-reaction-nav a[data-is-reaction=true] {
        background-size: 60px;
        background-position-y: 0px;
    }





    .content-reaction-nav a {
        display: inline-block;
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: 45px;
        background-position: center;
        color: #000000;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .content-reaction-nav a b {
            background-color: #ffffff;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
            min-width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            display: block;
            position: absolute;
            top: -0px;
            right: -0px;
            border-radius: 100px;
            font-weight: normal;
        }



        .content-reaction-nav a:hover {
            background-position-y: 0px;
            background-size: 60px;
        }


.content-reaction-like {
    background-image: url(../img/ico-like.png);
}

.content-reaction-love {
    background-image: url(../img/ico-love.png);
}

.content-reaction-funny {
    background-image: url(../img/ico-funny.png);
}

.content-reaction-surprise {
    background-image: url(../img/ico-surprise.png);
}

.content-reaction-sad {
    background-image: url(../img/ico-sad.png);
}

.content-reaction-angry {
    background-image: url(../img/ico-angry.png);
}



.comment-input {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
    display: block;
    text-align: right;
}

    .comment-input textarea {
        background-color: transparent;
        border: none;
        display: block;
        width: 100%;
    }



.user-list {
    border-spacing: 0px;
    box-sizing: border-box;
}

    .user-list td {
        padding: 0px;
    }

.user-list-avatar {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    margin: 0px;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}




.user-list-name {
    padding: 0px;
    margin: 0px;
    line-height: 18px;
}

.user-list-data {
    line-height: 12px;
    padding: 0px;
    margin: 0px;
    color: rgba(0,0,0,0.25);
}


.user-list-reaction {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -10px;
    top: -5px;
    background-repeat: no-repeat;
    background-size: 25px;
}


.user-list-conect {
    position: relative;
}


    .user-list-conect div {
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 20px;
        top: 15px;
        bottom: 0px;
        border-radius: 2px;
        width: 2px;
        background-color: #f0f0f0;
        display: block;
        box-sizing: border-box;
    }


.user-reaction-like {
    background-image: url(../img/ico-like.png);
}

.user-reaction-love {
    background-image: url(../img/ico-love.png);
}

.user-reaction-funny {
    background-image: url(../img/ico-funny.png);
}

.user-reaction-surprise {
    background-image: url(../img/ico-surprise.png);
}

.user-reaction-sad {
    background-image: url(../img/ico-sad.png);
}

.user-reaction-angry {
    background-image: url(../img/ico-angry.png);
}


.new-search {
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    width: 40vw;
}

    .new-search i.fa-search {
        float: right;
        line-height: 25px;
    }


.a1-lire-error {
    display: inline-block;
    height: 262px;
    width: 180px;
    background-image: url(../img/a1lire.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}


    .a1-lire-error span {
        position: absolute;
        top: 50px;
        right: 25px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -2px;
        color: #000000;
    }

    .a1-lire-error b {
        position: absolute;
        top: 10px;
        right: 19px;
        font-size: 36px;
        letter-spacing: -2px;
        color: #000000;
    }


.simulation {
    position: fixed;
    bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
}

.create-classified {
    position: fixed;
    bottom: 40px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #ffcb00;
    color: #000000;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
    z-index: 999;
}



.content-event {
    background-color: #007dba;
    position: relative;
}

.content-event-calendar {
    border-radius: 10px;
    width:100%;
    max-width:800px;
    margin:auto;
}


.content-event-calendar  td 
{
    text-align:center;
    color:#ffffff;
    height:32px;
    width:14.29%;
}


.content-event-day {
    color: #006f9a;
    background-color: #ffffff !important;
    font-weight: bold;
    cursor: pointer;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: auto;
}


    .content-event-day i {
        position: absolute;
        height: 18px;
        width: 18px;
        line-height: 18px;
        background-color: #ff0059;
        display: block;
        border-radius: 100px;
        top: -7px;
        right: -7px;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-style: normal;
    }



.vertical-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight:600;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}





    .content-status-approval small {
        color: #ffffff;
        padding: 2px 5px;
        border-radius:5px;
        text-align:center;
        display:block;
        position:absolute;
        bottom:10px;
        right:10px;
    }


.card-subject b {
    margin-bottom: 5px;
    font-size: 11px;
    display: table;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #212529;
    color: #ffffff;
}


.multiple-items-xl .card-subject b {
    background-color: #ffffff;
    color: #212529;
}



.list-emoji {
    list-style: none;
    padding: 0px;
}

.list-emoji li
{
    width:60px; 
    display:inline-block; 
    text-align:center;
    vertical-align:top;
    list-style:none;
}

    .list-emoji small 
    {
        font-size:11px!important;
    }

    .list-emoji label {
        background-size: cover;
        width: 40px;
        height: 40px;
        filter: grayscale(1);
        opacity: 0.4;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        font-size: 20px;
    }

.emoji-on {
    filter: grayscale(0)!important;
    opacity: 1!important;
}

.emoji-1 { background-image: url(../img/emoji-1.png); }
.emoji-2 { background-image:url(../img/emoji-2.png); }
.emoji-3 { background-image:url(../img/emoji-3.png); }
.emoji-4 { background-image:url(../img/emoji-4.png); }
.emoji-5 { background-image:url(../img/emoji-5.png?123); }
.emoji-star { background-image:url(../img/emoji-star.png); }
.emoji-note { background-image:url(../img/emoji-note.png); }
.list-emoji label input {
    opacity: 0;
    width:1px;
    height:1px;
    zoom:0%;
}

.list-emoji img {
    width: 40px;
    filter: grayscale(1);
    opacity: 0.4;
}


.list-emoji small {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.section-link {

}

.section-link figure {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    position: relative;
    margin: 0px;
}


.section-link h6 {
    margin:0px;
}

.section-link figure i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 26px;
    
}

.section-link:hover figure i {
    text-shadow:0 0 15px rgba(0, 0, 0, 0.15);
}


[data-is-reaction=true] i {
    color: #dc3545!important;
}