﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar .theme-brand li.theme-logo img {
    width: 110px;
    height: 40px;
    border-radius: 5px;
}

#chevronToChange {
    transition-property: transform;
    transition-duration: 200ms;
}

.footer-style {
    position: fixed !important;
    bottom: 0;
    right: 0;
    padding-left: 20px !important;
    padding-top: 55px !important;
    height: 100px !important;
    background-color: #000000 !important;
    background-position: bottom right !important;
    background-attachment: fixed;
    z-index: -1 !important;
}

.mailbox-inbox .mail-item div.mail-item-heading:hover {
    background: #ebedf2;
    border: 1px solid #a7a7a7 !important;
}

.text-green-water {
    color: #a7a7a7 !important;
}


.font-size-lg {
    font-size: 16px;
}

.tab-title #btn-compose-mail {
    background-color: #53C1B2 !important;
}


.tab-title .nav-pills .nav-link.active, .tab-title .nav-pills .show > .nav-link {
    background-color: #a7a7a7 !important;
    color: #000000 !important;
}

ul#pills-tab > li.nav-item:hover {
    background-color: #bbbbbb !important;
    color: #ff289b !important;
}

.tab-title .nav-pills a.nav-link .mail-badge {
    background-color: #ff289b !important;
    color: #ffffff !important;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
    color: #a7a7a7 !important;
}

.badge-inserted {
    background-color: #B1F6E7 !important;
    color: #53C1B2 !important;
}

.badge-assigned {
    background-color: #B1F6E7 !important;
    color: #53C1B2 !important;
}

.badge-inCorso {
    background-color: #B1F6E7 !important;
    color: #53C1B2 !important;
}

.badge-green-water {
    background-color: #ff289b !important;
    color: #53C1B2 !important;
}

.border-gw {
    border-style: solid;
    border-width: 6px;
    border-color: #a7a7a7;
}

.border-inserted {
    border-style: solid;
    border-width: 6px;
    border-color: #3b3f5c;
}

.border-assigned {
    border-style: solid;
    border-width: 6px;
    border-color: #9a56bf;
}

.border-inCorso {
    border-style: solid;
    border-width: 6px;
    border-color: #1b55e2;
}

.border-inSospeso {
    border-style: solid;
    border-width: 6px;
    border-color: #D1A01A;
}

.border-completed {
    border-style: solid;
    border-width: 6px;
    border-color: #239B17;
}

.border-disabled {
    border-style: solid;
    border-width: 6px;
    border-color: #e7515a;
}

.border-b-gw {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #a7a7a7;
}

.border-b-inserted {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #3b3f5c;
}

.border-b-assigned {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #9a56bf;
}

.border-b-inCorso {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1b55e2;
}

.border-b-inSospeso {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #D1A01A;
}

.border-b-completed {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #239B17;
}

.border-b-disabled {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #e7515a;
}

.border-left-primary {
    border-left: 2px solid #1b55e2 !important;
}

.border-left-white {
    border-left: 2px solid #ffffff !important;
}

a > p.border-left-primary:hover {
    background-color: #91dde2 !important;
    font-weight: bold !important;
}

a > p.border-left-white:hover {
    background-color: #91dde2 !important;
    font-weight: bold !important;
}

.bg-bw {
    color: #53C1B2 !important;
}

hr.hr-dashed-gw {
    border-top: 2px solid #ff289b;
}

hr.hr-dashed-inserted {
    border-top: 2px solid #3b3f5c;
}

hr.hr-dashed-assigned {
    border-top: 2px solid #9a56bf;
}

hr.hr-dashed-inCorso {
    border-top: 2px solid #1b55e2;
}

hr.hr-dashed-inSospeso {
    border-top: 2px solid #D1A01A;
}

hr.hr-dashed-completed {
    border-top: 2px solid #239B17;
}

hr.hr-dashed-disabled {
    border-top: 2px solid #e7515a;
}

a.button-on-hover:hover {
    color: #a7a7a7 !important;
}

.bg-primary.text-white.bubble.me.mr-4 > p {
    color: #ffffff !important;
}

.bg-dark-blue {
    background-color: #3b3f5c !important;
}

.ticket-text-color-inserted {
    color: #3b3f5c !important;
}

.ticket-text-color-assigned {
    color: #9a56bf !important;
}

.ticket-text-color-inCorso {
    color: #1b55e2 !important;
}

.ticket-text-color-inSospeso {
    color: #D1A01A !important;
}

.ticket-text-color-completed {
    color: #239B17 !important;
}

.ticket-text-color-disabled {
    color: #BB3125 !important;
}

.badge-completed {
    background-color: #239B17 !important;
}

.badge-secondary {
    background-color: #9a56bf !important;
}

.tab-title #btn-insert-ticket {
    background-color: #ff289b !important;
}

.tab-title #btn-insert-ticket {
    transform: none;
    background: #5c1ac3;
    background-color: rgb(92, 26, 195);
    border: none !important;
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff !important;
    width: 40px;
    margin: 0 auto;
    box-shadow: 0px 5px 10px 0px rgba(92, 26, 195, 0.380392);
}

.chat-system .chat-box .chat-box-inner .chat-conversation-box {
    height: calc(100%);
}

.chat-system {
    box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0.00), 0 1px 20px 0 rgba(255, 255, 255, 0.00), 0px 1px 11px 0px rgba(255, 255, 255, 0.00);
}

.chat-system .chat-box .bubble.me::before {
    background-color: white !important;
}

#GoToDescMessage {
    position: fixed;
    float: right;
    bottom: 100px;
    right: 25px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: #ffffff;
    opacity: 0.6;
    color: white;
    cursor: pointer;
    padding: 8px 6px;
    border-radius: 10px;
    font-size: 18px;
}

#GoToDescMessage:hover {
    opacity: 1;
}
