/**
Overridden CSS for Introfer

This CSS is to override the 'Core UI Pro' theme
*/


/**
Navigation
*/

.sidebar .nav-link.active {
    background: #20a8d8;
}

@media (max-width: 992px) {

}

@media (min-width: 992px) {
    html:not([dir="rtl"]) .sidebar {
        margin-left: -240px;
    }

    .sidebar .nav {
        width: 240px;
    }

    .sidebar-fixed .sidebar {
        width: 240px;
    }

    .sidebar .sidebar-nav {
        width: 240px;
    }

    .sidebar .nav-link {
        padding: 0.50rem 1rem;
        font-size: 13px;
    }

    .sidebar .nav-dropdown-toggle {
        font-size: 15px;
    }

    /* Main Section Adust */
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
        margin-left: 240px;
    }
}

/** Dashboards **/
ul.leads.dropdown-menu > li {
    padding: 10px;
}

ul.leads.dropdown-menu > li a {
    color: #000000;
}

/** Forms **/
.form-inline .form-control {
    width: 100% !important;
}

/** eCard Hover **/
.e-cards .card {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.e-cards .e-card-hover:hover .card {
    opacity: 0.3;
}

.e-cards .e-card-hover:hover .middle {
    opacity: 1;
}

.e-cards .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.table-iw-payments {
    border-bottom: 1px solid #ededed;
}

.table-iw-payments th,
.table-iw-payments td {
    padding: 4px;
}

.table-iw-payments td {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.table-iw-payments td:first-child {
    border-left: none;
}

.table-iw-payments .month {
    width: 38px;
}

.table-iw-payments .name {
    max-width: 325px;
}

.table-iw-payments .grey {
    padding: 0;
}

.table-iw-payments .grey div {
    background-color: #cccccc;
    width: 38px;
    height: 38px;
}

.table-iw-payments .green div,
.table-iw-payments .orange div,
.table-iw-payments .red div {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-top: 6px;
}

.table-iw-payments .green div {
    background-color: #00a52c;
}

.table-iw-payments .orange div {
    background-color: #ff9800;
}

.table-iw-payments .red div {
    background-color: #fc0000;
}

.reminders-box {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#map {
    height: 500px;
}

.errorMessage,
.successMessage,
.warningMessage {
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border: 1px solid grey;
}

.errorMessage {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.successMessage {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.warningMessage {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.popover-trggr {
    cursor: pointer;
}

.pipeline {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100px;
}

.pipeline .prospect-container {
    /*margin-top: 10px;*/
    height: 25px;
}

.pipeline .rail {
    margin: 30px 0 50px 0;
    width: 100%;
    height: 5px;
    background-color: #f0f3f5;
}

.pipeline .days-container {
    position: absolute;
    width: 100%;
    top: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
}

.pipeline .day {
    min-width: calc(100% / 31);
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    height: 95px;
}

.pipeline .day .prospect {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #fccd0a;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.pipeline .day .prospect:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fccd0a;
}

.pipeline .sales-container {
    line-height: 0;
    margin-top: 5px;
    height: 5px;
}

.pipeline .sales-container .sale,
.pipeline .sales-container .lead {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.pipeline .sales-container .sale {
    background-color: #24fa26;
}

.pipeline .sales-container .lead {
    background-color: #63c2de;
}

.pipeline .dead-container {
    height: 25px;
    margin-top: 10px;
}

.pipeline .dead-container .dead {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    background-color: #fc5203;
    margin-left: 2px;
    margin-right: 2px;
}

.pipeline .dead-container .dead:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fc5203;
}

.pipeline .days-container .day .date {
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.pipeline .prospects .total {
    background-color: #fccd0a;
    color: #ffffff;
    top: 0;
}

.pipeline .prospects .total,
.pipeline .dead .total {
    border-radius: 4px;
    position: absolute;
    right: 0;
    text-align: center;
}

.pipeline .dead .total {
    background-color: #24fa26;
    color: #ffffff;
}

.pipeline .sales .total {
    background-color: #fccd0a;
    color: #ffffff;
    top: 0;
}

.prospect-key {
    border-bottom: 3px solid #fccd0a;
}

.sales-key {
    border-bottom: 3px solid #24fa26;
}

.meetings-key {
    border-bottom: 3px solid #fc5203;
}

.lead-key {
    border-bottom: 3px solid #63c2de;
}

.add-to-pdf {
    background-color: #ffffff;
}

.popover {
    position: fixed;
}

.pointer {
    cursor: pointer;
}

.force-radius {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.clickable {
    cursor: pointer;
}

span.twitter-typeahead .tt-menu {
    cursor: pointer;
}

.scrollable-pipeline {
    max-height: 40vh;
    overflow: scroll;
}

.scrollable-admin {
    overflow: scroll;
    white-space: nowrap;
}

.scrollable-admin .inner {
    margin-left: -15px;
    margin-right: -15px;
}

.admin-box {
    padding: 0 15px;
    display: inline-block;
}

#new-sale-window {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#new-sale-window h1 {
    position: absolute;
    z-index: 20;
    top: 100px;
    text-align: center;
    left: 0;
    right: 0;
    color: #ffffff;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0; }
span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91; }
span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }
span.twitter-typeahead {
    width: 100%; }
.input-group span.twitter-typeahead {
    display: block !important; }
.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important; }

.chat {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    width: 450px;
}

.chat .window {
    display: none;
}

.chat.open .window {
    display: block;
    background-color: #ffffff;
    padding: 10px;
}

.chat .menu {
    width: 100%;
    padding: 5px;
}

.chat .menu:after {
    display: block;
    content: ' ';
    clear: both;
}

.chat .menu > div {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    opacity: .5;
}

.chat .menu > div:hover {
    opacity: 0.8;
}

.message-container {
    margin: 10px 0;
}

.message-container small {
    font-size: 65%;
}

.received-message small {
    float: left;
}

.sent-message small {
    float: right;
}

.messages {
    height: 35vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal .messages {
    height: 70vh;
}

.messages .message {
    max-width: 75%;
    padding: 5px;
    border-radius: 4px;
    word-break: break-word;
}

.messages .message p {
    margin-bottom: 0;
}

.messages .sent-message a {
    color: #ffffff;
    text-decoration: underline;
}

.messages .sent-message a:hover {
    color: #ffffff;
    text-decoration: none;
}

.messages .received-message .message {
    background-color: #e4e7ea;
}

.messages .sent-message .message {
    background-color: #20a8d8;
    color: #ffffff;
    float: right;
}

.chat .trigger {
    background-color: #2f353a;
    color: #ffffff;
    padding: 0.50rem 1rem;
    cursor: pointer;
}

.chat.open .trigger {
    display: none;
}

.table-sales td,
.table-sales th {
    white-space: nowrap;
}

.notes .nav-link.active {
    color: #999999;
}

.notes .scroll-menu {
    height: 360px;
    overflow-y: scroll;
}

.modal-dialog.notes .scroll-menu {
    height: 85vh;
}

.modal-xlg {
    max-width: 100%;
}

.scroll-dropdown {
    max-height: 80vh;
    overflow-y: scroll;
}

.bg-warning a,
.bg-success a {
    color: #ffffff;
    text-decoration: underline;
}

.countdown {
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 10px solid #191f59;

    background: #e4d5c6; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #e4d5c6 0%, #aba79f 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #e4d5c6 0%,#aba79f 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #e4d5c6 0%,#aba79f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4d5c6', endColorstr='#aba79f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.hr-line,
.vr-line {
    background-color: #3e3832;
    position: absolute;
}

.hr-line {
    width: 100%;
    height: 2px;
    left: 0;
    top: 190px;
}

.vr-line {
    height: 100%;
    width: 2px;
    top: 0;
    left: 189px;
}

.circle {
    top: 175px;
    left: 175px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #002ce3;
}

.hand {
    bottom: 190px;
    left: 185px;
    position: absolute;
    width: 10px;
    height: 190px;
    background-color: #002ce3;

    transform-origin: 50% 100%;
}

.countdown .lines > div {
    height: 30px;
    width: 4px;
    position: absolute;
    background-color: #3e3832;
    top: 20px;
    left: 188px;
    transform-origin: 0 170px;
}

.countdown .lines > div.one {
    transform: rotate(30deg);
}

.countdown .lines > div.two {
    transform: rotate(60deg);
}

.countdown .lines > div.three {
    transform: rotate(120deg);
}

.countdown .lines > div.four {
    transform: rotate(150deg);
}

.countdown .lines > div.five {
    transform: rotate(210deg);
}

.countdown .lines > div.six {
    transform: rotate(240deg);
}

.countdown .lines > div.seven {
    transform: rotate(300deg);
}

.countdown .lines > div.eight {
    transform: rotate(330deg);
}


.vs__dropdown-toggle {
    border: 1px solid #e4e7ea !important;
    min-height: calc(2.0625rem + 2px);
}

.bg-danger-animated {
    -webkit-animation: NAME-YOUR-ANIMATION 2s infinite; /* Safari 4+ */
    -moz-animation:    NAME-YOUR-ANIMATION 2s infinite; /* Fx 5+ */
    -o-animation:      NAME-YOUR-ANIMATION 2s infinite; /* Opera 12+ */
    animation:         NAME-YOUR-ANIMATION 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #ffffff;
    }
    50%, 100% {
        background-color: #f86c6b;
    }
}

.highlight-sale a {
    color: #ffffff !important;
    background-color: #4dbd74 !important;
}
