#page-wrapper {
    width: 100%;
}

.actions ul {
    text-align: right;
}

.actions li {
    list-style: none;
}

.vertical-timeline-content.self {
    float: left !important;
}

.vertical-timeline-content.other {
    float: right !important;
}

.vertical-date.self {
    left: 122% !important;
    right: auto !important;
    text-align: left  !important;
}

.vertical-date.other {
    left: auto !important;
    right: 122% !important;
    text-align: right !important;
}

.spinner {
    display: none;
    border: 4px solid white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: transparent;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

/* HEADER */
.navbar {
    background-color: #27384A;
}

.navbar.navbar-static-top {
    padding: 0 25px;
}

.navbar-top-links {
    width: 100%;
}

.navbar-top-links li:first-child {
    margin-right: 30px;
}

.navbar-top-links li:last-child {
    margin-left: auto;
}

.navbar-top-links li form {
    padding: 20px 10px;
    min-height: 50px;
}

.navbar-top-links li form input[type='submit'] {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #999c9e;
}

.nameLogo {
    height: 48px;
    width: 48px;
    /* background-color: red; */
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #DFE4ED;
    border-radius: 25px;
    line-height: 48px;
    background: url(/images/patronat_logo_mini.png?378aa2ce2d53722f8a18a17e818f405e);
    background-size: contain;
}

.nameText {
    color: #DFE4ED;
    vertical-align: top;
    padding-top: 8px;
    display: inline-block;
    margin-left: 6px;
}

.headerLink {
    background-color: #374A5B;
    margin-right: 5px;
    padding: 20px 20px !important;
    color: #DFE4ED !important;
    font-weight: 300 !important;
}

.headerLinkDark {
    background-color: #27384A;
}

.headerLinkDark:hover {
    background-color: #27384A !important;
}

.headerLinkDark input, .headerLinkDark i {
    color : #DFE4ED !important;
    font-weight: 300 !important;
}

.headerLink:hover {
    background-color: #374A5B !important;
}
/* /HEADER */

/* BREADCRUMB */
.wrapper-content-breadcrumb {
    padding: 20px 10px 20px;
}

.breadcrumb {
    padding: 10px 20px;
}
/* /BREADCRUMB */

/* LLISTAT TICKETS */
.ibox {
    padding: 20px 30px;
    background-color: white;
}

.ibox-content {
    padding: 15px 0 0 0;
    border: none;
}

.ibox-title-new {
    position: relative;
}

.ibox-title-new h5 {
    background-color: white;
    margin: 0;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid black;
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
}

.ibox-title-new.ibox-title-new-no-border h5 {
    border-bottom: none;
}

.issue-tracker tr:last-child {
    border-bottom: 1px solid #e7eaec;
}

.label-big {
    font-size: 12px !important;
    padding: 6px 15px;
}

/* table.issue-tracker tbody tr td:first-child {
    text-align: center;
} */

.issue-info a {
    font-size: 16px;
}

.issue-info small {
    font-size: 14px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
}

.viewButton {
    font-weight: 600;
    font-size: 16px;
}

.viewButton i {
    color: #DFE4ED;
    font-size: 12px;
    margin-left: 5px;
}

.btn-tickets {
    background-color: #27384A;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
}

.btn-tickets:disabled {
    cursor: not-allowed;
}

.btn-tickets:hover {
    color: white !important;
}

.btn-tickets i {
    margin-right: 10px;
}

.ibox-center-content {
    width: 100%;
    text-align: center;
}

.btn-tickets i.right {
    margin-left: 10px;
    margin-right: 0;
}

.issue-info {
    width: auto !important;
}

.clickable-row {
    cursor: pointer;
}
/* /LLISTAT TICKETS */

/* WEBS */
.ibox-webs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ibox-web-block {
    width: 30%;
    border-bottom: 1px solid #C8C8D0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.ibox-web-block a {
    display: block;
}

.ibox-web-block h5 {
    font-size: 20px;
    color: black;
}

.ibox-web-block span {
    color: #1ab394;
}
.ibox-web-block i {
    position: absolute;
    right: 5px;
    bottom: 20px;
    color: #C8C8D0;
}
/* /WEBS */

/* TICKET */
.vertical-timeline-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.vertical-timeline-content .vertical-date {
    font-weight: 600;
    color: black;
}

.vertical-timeline-content .vertical-date small {
    font-weight: 300;
    font-size: 14px;
}

.vertical-timeline-icon {
    line-height: 48px;
    font-size: 24px !important;
    border: none;
}

.vertical-timeline-icon.other {
    background-color: var(--green) !important;
}

.ticket-content {
    font-size: 14px;
}

#vertical-timeline::before {
    width: 2px !important;
}

.attachments a.document {
    background-color: grey;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    min-height: 100px;
    text-align: center;
    margin-bottom: 10px;
    width: 19%;
}

.attachments a.document i {
    margin-left: 10px;
}

.attachments a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}

.attachments a {
    display: block;
    width: 20%;
    max-height: 100px;
}

.attachments {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.commentAttachments a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}

.commentAttachments a {
    display: block;
    width: 30%;
    max-height: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.commentAttachments {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.commentAttachments a.document {
    background-color: grey;
    color: white;
    word-break: break-word;
    padding: 5px 10px;
    border-radius: 5px;
}

.summary {
    margin-bottom: 30px;
    justify-content: space-between;
}

.ibox-badge .ibox-title {
    border: none;
}

.ibox-badge .ibox-content {
    padding: 0 15px;
    padding-bottom: 10px;
}

.summary .ibox-badge .ibox-content h1 {
    font-size: 20px !important;
}

.summary .ibox-title {
    padding: 15px 40px 8px 15px;
}

.noCommentBlock {
    background-color: #fbcd28;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}
.summary > div {
    width: 20% !important;
    max-width: none;
    flex: 0 0 20%;
}

.summary .widget {
    border-radius: 5px;
}

.tickets-navy-bg {
    background-color: #27384A;
    color: white;
}

.widget.style1 h2 {
    font-size: 20px;
}
/* /TICKET */

/* NOTIFICACIONS */
.toast-success {
    background-color: #55b14f !important;
}

.toast-error {
    background-color: #ED5565 !important;
  }
/* /NOTIFICACIONS */


/* FORMS */
select.form-control, .form-control {
    height: auto !important;
    padding: 10px 12px;
}

.form-group label {
    font-weight: 600;
}
/* /FORMS */

.logo {
    width: 100%;
}

.wrapper-content {
    padding: 20px 10px 15px !important;
}

/* DRAG & DROP */
.dragDropBlock {
    border: 1px solid #e5e6e7;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: repeating-linear-gradient( -55deg, #27384a, #27384a 10px, #374a5b 10px, #374a5b 20px );
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}
/* /DRAG & DROP*/

/* DASHBOARD */
.badge {
    color: white;
    padding: 3px 15px;
}
.badge.badge-todo {
    background-color: #E05B5C;
}
.badge.badge-doing {
    background-color: #416ED3;
}
.badge.badge-done {
    background-color: #01B692;
}
.badgeLegend {
    position: absolute;
    top: 15px;
    right: 0;
}
.badgeLegend .badge {
    font-size: 16px;
    margin-left: 10px;
}
.noTickets {
    color: grey;
    font-style: italic;
}
/* /DASHBOARD */

/* CREATE TICKET */
.prioritySelect option:nth-child(2) {
    background-color: #f1de5a;
    color: black;
}

.prioritySelect option:nth-child(3) {
    background-color: #e4a039;
    color: black;
}

.prioritySelect option:nth-child(4) {
    background-color: #e45139;
    color: black;
}
/* /CREATE TICKET */

/* TUTORIAL MODAL */
.tutorialModalButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid #27384a;
    background-color: #374a5b;
    color: white;
    font-weight: 600;
    font-size: 40px;
    -webkit-animation: tutorialIconRotate 2s infinite ease-in-out;
            animation: tutorialIconRotate 2s infinite ease-in-out;
}

@-webkit-keyframes tutorialIconRotate {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@keyframes tutorialIconRotate {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}
/* /TUTORIAL MODAL */
