/* Minification failed. Returning unminified contents.
(2427,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.text-info-nteq {
    display: block;
    font-weight: 700;
    color: #31708f;
    background-color: #31708f10;
    border-left: 3px solid;
    padding: 15px;
    text-align: left;
}

    .text-info-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f05a";
        display: inline-block;
        font-weight: 400;
    }

.text-info-wo-border-nteq {
    display: block;
    font-weight: 700;
    color: #31708f;
    text-align: left;
}

    .text-info-wo-border-nteq:before {
        font-family: "Font Awesome 6 pro";
        padding-right: 5px;
        content: "\f05a";
        display: inline-block;
        font-weight: 400;
    }

.text-info-multiline-nteq {
    display: block;
    font-weight: 700;
    color: #31708f;
    padding: 3px 0;
    padding-left: 18px;
    white-space: pre-line;
}

.text-danger-nteq {
    display: block;
    font-weight: 700;
    color: #d9534f;
    background-color: #d9534f10;
    border-left: 3px solid;
    padding: 15px;
    text-align: left;
}

    .text-danger-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f057";
        display: inline-block;
        padding-right: 3px;
        font-weight: 400;
    }

.text-danger-wo-border-nteq {
    display: block;
    font-weight: 700;
    color: #d9534f;
    text-align: left;
}

    .text-danger-wo-border-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f057";
        display: inline-block;
        font-weight: 400;
    }

.text-danger-multiline-nteq {
    display: block;
    font-weight: 700;
    color: #d9534f;
    border: solid 1px;
    padding: 7.5px 5px;
    border-radius: 5px;
    text-align: left;
    white-space: pre-line;
}

    .text-danger-multiline-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f057";
        display: inline-block;
        font-weight: 400;
        margin-right: 5px;
    }

.text-warning-nteq {
    display: block;
    font-weight: 700;
    color: #F9A825;
    background-color: #FFF8E1;
    border-left: 3px solid;
    padding: 15px;
    text-align: left;
}

    .text-warning-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f071";
        display: inline-block;
        padding-right: 3px;
        font-weight: 400;
    }

.text-success-nteq {
    display: block;
    font-weight: 700;
    color: #5cb85c;
    background-color: #5cb85c10;
    border-left: 3px solid;
    padding: 15px;
    text-align: left;
}

    .text-success-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f058";
        display: inline-block;
        padding-right: 3px;
        font-weight: 400;
    }

.text-success-wo-border-nteq {
    display: block;
    font-weight: 700;
    color: #5cb85c;
    text-align: left;
}

    .text-success-wo-border-nteq:before {
        font-family: "Font Awesome 6 pro";
        content: "\f058";
        display: inline-block;
        font-weight: 400;
    }


/* #region Start Action Buttons */
.btn-default-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #A3A3A3 !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-default-nteq:hover, .btn-default-nteq:active, .btn-default-nteq:focus {
        background-color: #F5F5F5;
        text-decoration: none;
    }

.btn-general-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3498db !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-general-nteq:hover, .btn-general-nteq:active, .btn-general-nteq:focus {
        background-color: #F1F5F9;
        text-decoration: none;
    }

.btn-success-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #5cb85c !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-success-nteq:hover, .btn-success-nteq:active, .btn-success-nteq:focus {
        background-color: #F0FDF4;
        text-decoration: none;
    }

.btn-delete-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #F44336 !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-delete-nteq:hover, .btn-delete-nteq:active, .btn-delete-nteq:focus {
        background-color: #FEF2F2;
        text-decoration: none;
    }

.btn-favorite-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #F59E0B !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-favorite-nteq:hover, .btn-favorite-nteq:active, .btn-favorite-nteq:focus {
        background-color: #FFFBEB;
        text-decoration: none;
    }

.btn-warning-nteq {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #EAB308 !important;
    font-weight: bold;
    padding: 5px 5px;
    border-radius: 4px;
    gap: 4px;
}

    .btn-warning-nteq:hover, .btn-warning-nteq:active, .btn-warning-nteq:focus {
        background-color: #FEFCE8;
        text-decoration: none;
    }

/* This CSS override the hover effect of button, So it should be at the last in this file */
.btn-disabled-nteq:hover {
    background-color: transparent !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
}

/* #endregion Action Buttons */

.card-info-wrapper-nteq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 100%;
    gap: 10px;
}

    .card-info-wrapper-nteq > .card-info-nteq {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 8px 10px;
        padding: 10px;
        border: 1.5px solid #E2E8F0;
        border-radius: 10px;
    }

        .card-info-wrapper-nteq > .card-info-nteq > .card-info-left-nteq > .card-info-icon-nteq {
            font-size: 19px;
            margin-left: -5px;
        }

            .card-info-wrapper-nteq > .card-info-nteq > .card-info-left-nteq > .card-info-icon-nteq i:first-child {
                color: #EFF6FF;
            }

            .card-info-wrapper-nteq > .card-info-nteq > .card-info-left-nteq > .card-info-icon-nteq i:nth-child(2) {
                color: #3B82F6;
            }

        .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-heading-nteq {
            margin: 0 0 5px 0;
            font-size: 13px;
            color: #3F3F46;
            font-weight: bold;
        }

            .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-heading-nteq a {
                color: #3F3F46;
                font-weight: bold;
            }

                .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-heading-nteq a:hover {
                    color: #3498db;
                }

        .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq {
            flex-grow: 1;
        }

            .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-description-nteq {
                overflow-wrap: anywhere;
            }

                .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-description-nteq > .card-info-item-nteq,
                .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-description-nteq > .card-info-item-nteq a {
                    font-size: 12px;
                    color: #3F3F46;
                    display: block;
                }

                .card-info-wrapper-nteq > .card-info-nteq > .card-info-middle-nteq > .card-info-content-nteq > .card-info-description-nteq > a.card-info-item-nteq:hover {
                    color: #3498db;
                }

        .card-info-wrapper-nteq > .card-info-nteq > .card-info-right-nteq {
            display: flex;
            flex-direction: column;
            align-items: end;
            justify-content: start;
        }

        .card-info-wrapper-nteq > .card-info-nteq > .card-info-right-nteq {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            gap: 5px;
        }

.comment-wrapper-nteq {
    margin: -10px;
}

.comment-nteq {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 15px 20px 15px;
}

    .comment-nteq:last-child {
        border-bottom: none;
    }

    .comment-nteq img {
        width: 35px;
        height: 35px;
    }

.comment-header-nteq {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.comment-heading-text-nteq {
    font-weight: 600;
    color: #262626;
}

.comment-heading-time-nteq {
    color: #737373;
    margin-top: -2px;
}

.comment-body-nteq {
    margin-top: 15px;
    white-space: pre-line;
}

.details-nteq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    max-width: 100%;
    gap: 15px;
    padding: 15px;
}

    .details-nteq .detail-item-nteq {
        display: flex;
        flex-wrap: wrap;
    }

        .details-nteq .detail-item-nteq label {
            margin: 0;
            width: 125px;
        }

        .details-nteq .detail-item-nteq span {
            width: calc(100% - 125px);
        }

    .details-nteq .grid-cols-2-nteq {
        grid-column: 1 / span 2;
    }

    .details-nteq .grid-cols-3-nteq {
        grid-column: 1 / span 3;
    }

    .details-nteq .grid-cols-4-nteq {
        grid-column: 1 / span 4;
    }

    .details-nteq .grid-cols-full-nteq {
        grid-column: 1 / -1;
    }

@media screen and (max-width: 768px) {
    .details-nteq .grid-cols-2-nteq {
        grid-column: unset;
    }

    .details-nteq .grid-cols-3-nteq {
        grid-column: unset;
    }
}


/* #region BGW Labels */
.label-primary-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #DBEAFE;
    color: #1D4ED8;
}

    .label-primary-nteq.label-hover-nteq:hover {
        background: #1D4ED8;
        color: #fff;
    }

.label-success-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #5cb85c20;
    color: #5cb85c;
}

    .label-success-nteq.label-hover-nteq:hover {
        background: #5cb85c;
        color: #fff;
        cursor: pointer;
    }

.label-danger-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #d9534f20;
    color: #d9534f;
}

    .label-danger-nteq.label-hover-nteq:hover {
        background: #d9534f;
        color: #fff;
        cursor: pointer;
    }

.label-info-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #31708f20;
    color: #31708f;
}

    .label-info-nteq.label-hover-nteq:hover {
        background: #31708f;
        color: #fff;
        cursor: pointer;
    }

.label-warning-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #ffc10720;
    color: #D97706 !important;
}

    .label-warning-nteq.label-hover-nteq:hover {
        background: #ffc107;
        color: #fff;
        cursor: pointer;
    }

.label-default-nteq {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2.5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    background-color: #EEEEEE;
    color: #616161;
}

    .label-default-nteq.label-hover-nteq:hover {
        background: #616161;
        color: #fff;
    }

.label-hover-nteq:hover {
    text-decoration: none;
}

.label-small-nteq {
    font-size: 10px !important;
    padding: 2px 9px 2.5px 9px !important;
}
/* #endregion BGW Labels */

.list-nteq {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.list-item-nteq {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #555;
}

    .list-item-nteq:hover {
        background-color: #f8f9fa;
        color: #555;
        text-decoration: none;
    }

    .list-item-nteq.active,
    .list-item-nteq.active:hover {
        background-color: #337ab7;
        color: #FFFFFF;
    }

.list-item-icon-nteq {
    margin-left: -5px;
}

    .list-item-icon-nteq i:first-child {
        color: #EFF6FF;
    }

    .list-item-icon-nteq i:last-child {
        color: #3B82F6;
    }

.list-item-content-nteq {
    flex-grow: 1;
}

.list-item-button-nteq {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.list-item-nteq.active .list-item-button-nteq .label-bgw {
    background-color: #FFF;
}

/* Start New Module Header*/

.module-header-nteq {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 15px 13px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .module-header-nteq.flat-bottom {
        margin-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom: 1.5px solid #eeeeee;
    }

.module-header-left-nteq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.module-header-icon-nteq .fa-stack {
    font-size: 2rem;
    height: 1.94em;
    margin-left: -6px;
}

.module-header-icon-nteq i:first-child {
    color: #06B6D4;
}

.module-header-icon-nteq i:nth-child(2) {
    color: #ffffff;
}

.module-header-heading-nteq {
    font-weight: 600;
    font-size: 19px;
    color: #27272A;
    word-break: break-word;
    word-break: break-all;
    flex-flow: column wrap;
}

/*This CSS is used to merge tabs and module header*/

/* End New Module Header*/

.profile-card-nteq {
    display: flex;
    flex-direction: row;
    padding: 15px;
    border-radius: 15px;
    background-color: #FFF;
    gap: 10px;
    margin-bottom: 15px;
}

    .profile-card-nteq.flat-bottom-nteq {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
        border-bottom: 1.5px solid #eee;
    }

.profile-card-left-nteq {
    display: flex;
    align-items: center;
}

    .profile-card-left-nteq img {
        border-radius: 50%;
        height: 70px;
        width: 70px;
    }

.profile-card-middle-nteq {
    flex-grow: 1;
}

.profile-card-heading-nteq {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.profile-card-heading-text-nteq {
    font-size: 19px;
    font-weight: bold;
}

.profile-card-content-nteq {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

    .profile-card-content-nteq small {
        margin-top: 5px;
        color: #A1A1AA;
    }

.profile-card-heading-button-nteq {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

/* #region Scrollbar*/
.scrollbar-nteq::-webkit-scrollbar, .table-responsive::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar, .dropdown-menu.open .inner.open::-webkit-scrollbar,
.intl-tel-input ul::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

    .scrollbar-nteq::-webkit-scrollbar:hover, .table-responsive::-webkit-scrollbar:hover,
    .dataTables_scrollBody::-webkit-scrollbar:hover, .dropdown-menu.open .inner.open::-webkit-scrollbar:hover,
    .intl-tel-input ul::-webkit-scrollbar:hover {
        height: 12px;
        width: 12px;
    }

.scrollbar-nteq::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track, .dropdown-menu.open .inner.open::-webkit-scrollbar-track,
.intl-tel-input ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #FFF;
    margin: 2px 0;
}

.scrollbar-nteq::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb, .dropdown-menu.open .inner.open::-webkit-scrollbar-thumb,
.intl-tel-input ul::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 5px;
}

    .scrollbar-nteq::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover,
    .dataTables_scrollBody::-webkit-scrollbar-thumb:hover, .dropdown-menu.open .inner.open::-webkit-scrollbar-thumb:hover,
    .intl-tel-input ul::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

/* #endregion */

.search-wrapper-nteq { /* It is used mainly in sidebar */
    padding: 10px;
    margin: -1px;
    border: 1px solid #EEE;
}

.search-nteq {
    min-width: 225px;
    max-width: inherit;
    background-color: #E2E8F0;
    border: 1px solid #E2E8F0;
}

    .search-nteq:focus, .search-nteq:active, .search-nteq:focus-within {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
    }

    .search-nteq::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #94A3B8;
        opacity: 1; /* Firefox */
    }

    .search-nteq:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #94A3B8;
    }

    .search-nteq::-ms-input-placeholder { /* Microsoft Edge */
        color: #94A3B8;
    }

.sidebar-wrapper-nteq {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.sidebar-left-nteq {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 25%;
    min-height: 100vh;
    max-height: 100vh;
}

    /* height of the scrollable list */
    .sidebar-left-nteq .list-nteq,
    .sidebar-left-nteq .list-group {
        min-height: calc(100vh - 114px);
        max-height: calc(100vh - 114px);
        overflow: auto;
        margin: 0;
    }

    .sidebar-left-nteq .list-group-item {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #ddd !important;
    }

.sidebar-right-nteq {
    width: 75%;
}

/* reduce the height of the search bar */
.sidebar-right-h-nteq {
    min-height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
}

/*Start Tabs nteq*/

.tab-nteq .nav-tabs {
    margin-bottom: 15px !important;
    background: #ffffff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;*/
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border-bottom: none !important;
}

.tab-nteq.tab-flat-bottom-nteq .nav-tabs {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.tab-nteq .nav-tabs li {
    background-color: #ffffff !important;
    height: 42px;
}

    .tab-nteq .nav-tabs li a {
        background-color: #ffffff !important;
        border: none !important;
        color: #525252 !important;
        font-size: 13px;
        font-weight: bold;
    }

        .tab-nteq .nav-tabs li a:hover,
        .tab-nteq .nav-tabs li.active a {
            color: #06B6D4 !important;
            border-bottom: 2px solid #06B6D4 !important;
        }

        .tab-nteq .nav-tabs li a i {
            margin-right: 5px;
        }

.tab-nteq span.badge, .list-group-item.active > .badge {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 3px 6px !important;
    font-size: 10px !important;
}


/*End Tabs nteq*/

.timeline-nteq {
    display: flex;
    flex-direction: column;
}

.timeline-item-nteq::before {
    top: 15px;
    bottom: -20px;
    left: 199px;
    width: 2px;
    content: "";
    position: absolute;
    background: #E2E8F0;
    z-index: -1;
}

.timeline-item-nteq:last-child::before {
    display: none;
}

.timeline-item-nteq {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
}

.timeline-meta-nteq {
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

    .timeline-meta-nteq .timeline-date-nteq,
    .timeline-meta-nteq .timeline-user-nteq {
        width: inherit;
    }

.timeline-icon-nteq i {
    font-size: 40px;
    color: #64748B;
}

.timeline-icon-nteq fa-stack i:first-child {
    color: #FAFAFA;
}

.timeline-icon-nteq > img {
    width: 40px;
    height: 40px;
}

.timeline-content-nteq {
    flex-grow: 1;
    background-color: #F4F4F5;
    min-height: 45px;
    border-radius: 5px;
    padding: 5px 10px;
    overflow-wrap: break-word;
}

    .timeline-content-nteq::before {
        left: 221px;
        top: 22px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #F4F4F5;
        border-width: 10px;
    }

.timeline-content-header-nteq {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 0 7px 0;
}

.timeline-content-nteq .timeline-content-heading-nteq {
    font-weight: bold;
}

.timeline-user-nteq {
    color: #A1A1AA;
}

@media screen and (max-width: 768px) {
    .timeline-meta-nteq {
        width: 65px;
        background-color: #FFF;
    }

    .timeline-icon-nteq {
        display: none;
    }

    .timeline-content-nteq::before {
        left: 75px;
    }

    .timeline-item-nteq::before {
        left: 50px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 5px 7px !important;
        margin-top: 8px !important;
    }

    .navbar {
        border-radius: 0px !important;
    }

    .navbar-default ul.navbar-nav {
        display: flex;
        align-items: center;
        justify-content: end;
        column-gap: 5px;
        flex-wrap: wrap;
    }

    .navbar-nav li ul.dropdown-menu {
        max-height: 500px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .navbar-default ul.navbar-nav {
        max-height: 400px;
        overflow: auto;
        padding: 0 5px;
    }

    .navbar-default .navbar-nav li ul.dropdown-menu li a {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 5px !important;
        border-radius: 6px !important;
        padding: 10px !important;
    }

        .navbar-default .navbar-nav li ul.dropdown-menu li a:hover,
        .navbar-default .navbar-nav li ul.dropdown-menu li a:active,
        .navbar-default .navbar-nav li ul.dropdown-menu li a:focus {
            color: #0284C7 !important;
            background-color: #EFF6FF !important;
        }

    .navbar-default .navbar-nav li {
        margin-bottom: 2px;
    }

        .navbar-default .navbar-nav li:last-child {
            margin-bottom: 0;
        }

    /* Hide in buttons small screen */
    .navbar-btn-sm-hide-nteq {
        display: none !important;
    }
}

.navbar-default {
    border: none !important;
}

.navbar-header .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

    .navbar-header .navbar-brand > img {
        display: inline-block;
        max-height: 41px;
    }

.navbar-btn-nteq ul.dropdown-menu li a,
.navbar-default .navbar-nav li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    color: #666;
    border-radius: 6px;
}

.navbar-btn-nteq ul.dropdown-menu li > a:hover,
.navbar-btn-nteq ul.dropdown-menu li > a:focus,
.navbar-btn-nteq ul.dropdown-menu li > a:active,
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:active,
.navbar-default .navbar-nav li > a:focus {
    color: #0284C7 !important;
    background-color: #EFF6FF !important;
}

.navbar-btn-nteq .dropdown-menu > .active > a,
.navbar-btn-nteq ul.dropdown-menu li.active a:hover,
.navbar-btn-nteq ul.dropdown-menu li.active a:focus,
.navbar-btn-nteq ul.dropdown-menu li.active a:active,
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav li.active > a:focus,
.navbar-default .navbar-nav li.active > a:active,
.navbar-default .navbar-nav li ul.dropdown-menu li.active > a
.navbar-default .navbar-nav li ul.dropdown-menu li.active > a:hover,
.navbar-default .navbar-nav li ul.dropdown-menu li.active > a:focus,
.navbar-default .navbar-nav li ul.dropdown-menu li.active > a:active {
    color: #0284C7 !important;
    background-color: #EFF6FF !important;
    font-weight: 600;
    border: solid 0.5px rgba(2, 132, 196, 0.1);
}

.navbar-btn-nteq ul.dropdown-menu li > a > i,
.navbar-nav li i {
    font-size: 14px;
}

.navbar-btn-nteq ul.dropdown-menu li > a > span.navbar-item-text-nteq,
.navbar-nav li span.navbar-item-text-nteq {
    font-size: 14px;
}

.navbar-btn-nteq ul.dropdown-menu,
.navbar-nav li ul.dropdown-menu {
    border-radius: 6px;
    margin-top: 7px;
    padding: 7px;
    background-color: #FFF;
    min-width: 250px;
}

    .navbar-btn-nteq ul.dropdown-menu li,
    .navbar-nav li ul.dropdown-menu li {
        margin-bottom: 2px;
    }

        .navbar-btn-nteq ul.dropdown-menu li:last-child,
        .navbar-nav li ul.dropdown-menu li:last-child {
            margin-bottom: 0;
        }

        .navbar-btn-nteq ul.dropdown-menu li > a,
        .navbar-nav li ul.dropdown-menu li > a {
            padding: 6px 6px;
            gap: 8px;
        }

            .navbar-btn-nteq ul.dropdown-menu li > a > i,
            .navbar-nav li ul.dropdown-menu li > a > i {
                width: 25px;
                font-size: 15px;
                text-align: center;
            }

            .navbar-btn-nteq ul.dropdown-menu li > a > span.navbar-item-text-nteq,
            .navbar-nav li ul.dropdown-menu li > a > span.navbar-item-text-nteq {
                font-size: 14px;
            }

.navbar-btn-nteq {
    border: none;
    padding: 0;
    background-color: transparent;
}

    .navbar-btn-nteq:hover {
        background-color: transparent !important;
    }

    .navbar-btn-nteq > a:hover {
        color: #0284C7 !important;
        background-color: #EFF6FF !important;
    }

    .navbar-btn-nteq > a {
        padding: 5px;
        padding: 6.5px 10px;
        display: inline-block;
        border-radius: 6px;
    }

    .navbar-btn-nteq > ul.dropdown-menu {
        right: 0;
        left: auto;
        border-radius: 6px;
        margin-top: 7px;
        padding: 7px;
        background-color: #FFF;
        min-width: 250px;
    }

.h-full {
    height: 100vh;
}

.d-inline-block {
    display: inline-block;
}

.bb-1,
.border-1 {
    border: 1px solid #ddd;
}

.border-t-1 {
    border-top: 1px solid #ddd;
}

.border-t-1-i {
    border-top: 1px solid #ddd !important;
}

.border-b-1 {
    border-bottom: 1px solid #ddd;
}

.border-y-1 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.position-rel {
    position: relative;
}

.align-h-center-nteq {
    display: flex;
}

.pt-10 {
    padding-top: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pxb-10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.m-n1 {
    margin: -1px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-n15 {
    margin-bottom: -15px;
}

.m-10 {
    margin: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10-i {
    margin-bottom: 10px !important;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-15-i {
    margin-top: 15px !important;
}

.heading-nteq {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    margin: 0;
}

hr.heading-b-nteq {
    width: 100px;
    margin: 5px 0 15px 0;
    border-top: 1.5px solid #06B6D4;
}

.overflow-h {
    overflow: hidden;
}

.no-event {
    pointer-events: none;
}


.input-nteq button.btn dropdown-toggle {
    min-width: 225px;
    max-width: inherit;
    background-color: #E2E8F0;
    border: 1px solid #E2E8F0;
}

    .input-nteq button.btn dropdown-toggle:focus, .input-nteq button.btn dropdown-toggle:active, .input-nteq button.btn dropdown-toggle:focus-within {
        background-color: #FFFFFF;
        border: 1px solid #E2E8F0;
    }

    .input-nteq button.btn dropdown-toggle::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #94A3B8;
        opacity: 1; /* Firefox */
    }

    .input-nteq button.btn dropdown-toggle:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #94A3B8;
    }

    .input-nteq button.btn dropdown-toggle::-ms-input-placeholder { /* Microsoft Edge */
        color: #94A3B8;
    }


.d-flex-row-nteq {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

/* CK editor */
.ck-toolbar {
    border-radius: 4px 4px 0 0 !important;
}

.ck-rounded-corners {
    border-radius: 0 0 4px 4px !important;
}

/* Apply styles for the "disabled" anchor */
.disabled-link {
    pointer-events: none !important;
    color: #aaa !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.gray-link {
    color: #aaa !important;
    text-decoration: none !important;
}


/* Text Colors */
.color-default-nteq {
    color: #525252;
}

.color-primary-nteq {
    color: #3B82F6;
}

.color-success-nteq {
    color: #5cb85c;
}

.color-danger-nteq {
    color: #d9534f;
}

/* Background colors */
.bg-default-nteq {
    background-color: #EEEEEE;
}

.bg-primary-nteq {
    background-color: #DBEAFE;
}

.bg-success-nteq {
    background-color: #5cb85c20;
}

.bg-danger-nteq {
    background-color: #d9534f20;
}

.space-between-nteq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

a {
    cursor: pointer !important;
}

.nowrap {
    white-space: nowrap;
}

.btn-circle {
    width: 25px;
    height: 25px;
    border: none;
    color: #000;
}

.btn-circle-hover {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 11.5px 7.5px;
}

/* used in login and register related pages */
#cp-form {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    direction: initial;
    margin: auto;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2000;
    height: 31px;
    width: 31px;
}

.cnx-app-body {
    background-color: #f0f2f5;
    padding: 10px;
}

.wrapper {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

#PageContent {
    min-height: 75vh;
}

.module-heading {
    font-size: 24px;
    color: #3E516C;
}

span.highlighted-text {
    font-size: 16px;
    color: #3E516C;
}

.list-group-item span.line1-information {
    font-size: 16px;
    color: #3E516C;
}

.list-group-item span.line2-information {
    font-size: 14px;
}

.list-group-item span.line3-information {
    font-size: 14px;
}

div.section-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background: #ECEFF180;
    margin: 5px 0 10px 0px;
    padding: 5px 10px;
    border-bottom: 2px solid #90A4AE80;
    border-right: 2px solid #90A4AE80;
    display: inline-block !important;
    width: 100% !important;
}

    div.section-header span.heading {
        flex-flow: column wrap;
        text-align: left;
        font-size: 20px;
        color: #263238;
    }

    div.section-header span.pull-right {
        flex-flow: column wrap;
        text-align: right;
        font-size: 16px;
        color: #0D47A1;
    }

    div.section-header span.bgw-action-links {
    }


div.portlet-header {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #e4e9f0;
    display: inline-block !important;
    width: 100% !important;
}

    div.portlet-header span.heading {
        font-size: 18px;
        color: #3E516C;
    }

.padding-0, .p-0 {
    padding: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.pl-6 {
    padding-left: 6px;
}

.pr-6 {
    padding-right: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-7 {
    padding-left: 7px;
}

.padding-right-7 {
    padding-right: 7px;
}

.padding-left-7-n-half {
    padding-left: 7.5px;
}

.padding-right-7-n-half {
    padding-right: 7.5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-5, .pb-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 .pb-10{
    padding-bottom: 10px;
}

.padding-bottom-11 {
    padding-bottom: 11px;
}

.padding-bottom-15, .pb-15 {
    padding-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}


.padding-5 {
    padding: 5px;
}

.m-0 {
    margin: 0;
}

.ml-6 {
    margin-left: 6px;
}

.mr-6 {
    margin-right: 6px;
}

.mt-0 {
    margin-top: 0;
}

.margin-10 .m-10 {
    margin: 10px;
}

.margin-left-10 {
    margin-right: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top-5, .mt-5 {
    margin-top: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-5 {
    margin: 5px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5, .mb-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.margin-bottom-15, .mb-15 {
    margin-bottom: 15px;
}

.margin-bottom-30, .mb-30 {
    margin-bottom: 30px;
}

/*remove the exta space in the intl-tel-input phone fields*/
.intl-tel-input {
    width: 100%;
}

div.shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 0 4px 6px 0 rgba(0,0,0,.19);
}

div.innershadow {
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.clickable {
    cursor: pointer;
}

.text-primary {
    /*color: #3498db;*/
    color: #337ab7;
}

.panel-u, .panel-purple, .panel-orange {
    border-color: #dddddd;
}

/*.navbar-nav li a
{
    padding-top:10px;
    padding-bottom:10px;
}*/

.navbar-inner {
    min-height: 0;
}

.navbar-brand {
    /*line-height: 60px;
    height: 50px;*/
    padding-top: 5px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.dropcap-bg {
    color: #000;
    /*background: #777777;*/
    /*background: #e7e7e7;*/
    background-color: rgba(51, 122, 183, 0.22);
}

/* Sticky footer styles
        -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
    background-color: #f0f2f5;
    font-family: 'Open Sans' !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    /*background-color: #f5f5f5;*/
    color: #dadada;
    background: #585f69;
    padding: 10px;
}

.da-slider {
    height: 250px;
    background: transparent url(/Images/HomeImageSlider/bg.jpg) repeat 0% 0%;
}

/*User Home page*/
.servive-block:hover {
    background-color: blue;
    cursor: pointer;
}


/* ========================================================================
 * MINI STAT
 * ======================================================================== */
.mini-stat {
    padding: 15px;
    margin-bottom: 20px;
}

.mini-stat-chart {
    width: auto;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 100% !important;
    float: left;
    margin-right: 10px;
    color: #FFF;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

    .mini-stat-info span {
        display: block;
        font-size: 30px;
        font-weight: 600;
        /*margin-bottom: 5px;*/
        margin-top: -9px;
    }

.multiline-container {
    white-space: pre-line;
}

.breadcrumbs {
    overflow: hidden;
    /*padding: 10px 0 6px;*/
    padding: 2px 0 2px;
    border-bottom: solid 1px #eee;
    background: none;
    /*background-color: rgba(51, 122, 183, 0.22);*/
    background-color: #f77600;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 1px solid #ddd;
    width: auto;
    margin: 5px;
}

/*Bootstrap table - remove default borders*/

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
    border: none;
}


/*to-do list*/
ul.todo-list-nteq {
    overflow: hidden;
    width: auto;
    /*height: 250px;*/
    padding: 0;
    margin-bottom: 0px;
}

    ul.todo-list-nteq li {
        background: #f3f3f3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        padding: 13px;
        margin-bottom: 5px;
        /*cursor: move;*/
        list-style: none;
    }

        ul.todo-list-nteq li span.drag-drop {
            height: 17px;
            display: block;
            float: left;
            width: 7px;
            position: relative;
            top: 2px;
        }

            ul.todo-list-nteq li span.drag-drop i {
                height: 2px;
                width: 2px;
                display: block;
                background: #ccc;
                box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
                -webkit-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
                -moz-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
            }

        ul.todo-list-nteq li .todo-check {
            margin-left: 10px;
            margin-right: 10px;
        }

        ul.todo-list-nteq li .todo-title {
            margin-right: 30px;
        }

            ul.todo-list-nteq li .todo-title a {
                color: #0a819c;
            }

        ul.todo-list-nteq li .todo-desc {
            margin-right: 30px;
            font-size: 11px;
        }

        ul.todo-list-nteq li .todo-actions {
            position: absolute;
            right: 15px;
            top: 13px;
        }

            ul.todo-list-nteq li .todo-actions a i {
                color: #999999;
                margin: 0 5px;
            }

            ul.todo-list-nteq li .todo-actions a:hover i,
            ul.todo-list-nteq li .todo-actions a:focus i {
                color: #555555;
            }

    ul.todo-list-nteq li {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }
/*to-do list*/

/*Make the first column compact and use rest of the space for last column*/

.info-table > thead > tr > td:last-child,
.info-table > tbody > tr > td:last-child,
.info-table > tfoot > tr > td:last-child,
.info-table > tr > td:last-child {
    width: 100%;
    word-break: break-all;
    word-break: break-word;
}

.info-table > thead > tr > td:first-child,
.info-table > tbody > tr > td:first-child,
.info-table > tfoot > tr > td:first-child,
.info-table > tr > td:first-child {
    white-space: nowrap;
    font-weight: bold;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}


/* used in expense and task pages - Angle widgets */
.pv-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.contact-fav-icon {
    color: #f77600;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f77600;*/
}

.contact-non-fav-icon {
    color: #f77600;
}

.favourite_contact_icon:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}



.conexion-fav-icon {
    color: #FFBF00;
}

.conexion-non-fav-icon {
    color: #f77600;
}

.favourite_conexion_icon:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.conexion-key-icon {
    color: #a94442;
}

.conexion-non-key-icon {
    color: #a94442;
}

.key_conexion_icon:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}


/*Collape sidebar in modules*/

#row-cp-main {
    overflow-x: hidden; /* necessary to hide collapsed sidebar */
}

#div-cp-content, div-expense-entity-container {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#div-cp-sidebar, div-expense {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.collapsed-3col {
    display: none; /* hide it for small displays */
}

@media (min-width: 992px) {
    .collapsed-3col {
        display: block;
        margin-left: -25%; /* same width as sidebar */
    }
}


.collapsed-5col {
    display: none; /* hide it for small displays */
}

@media (min-width: 992px) {
    .collapsed-5col {
        display: block;
        margin-left: -42%; /* same width as sidebar */
    }
}


#cp-sheild-div {
    /* Do not display it on entry */
    display: none;
    /* Display it on the layer with index 1001. Make sure this is the highest z-index value
            used by layers on that page */
    z-index: 1001;
    /* make it cover the whole screen */
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* make it white but fully transparent */
    background-color: white;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f77600;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #back-to-top:hover {
        background-color: #555;
    }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

textarea {
    resize: vertical !important;
    min-height: 60px !important;
}

.headline {
    display: inline-block !important;
    width: 100% !important;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    background: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
    background: #f0f0f0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-xl {
    width: 80%;
}

/*.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/

.chip {
    display: inline-block;
    padding: 0 12px;
    margin-right: 5px;
    margin-top: 5px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f1f1f1;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -18px;
        height: 36px;
        width: 36px;
        border-radius: 50%;
    }

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 12px;
    cursor: pointer;
}

    .closebtn:hover {
        color: #000;
    }




/*Toggle check-box https://www.w3schools.com/howto/howto_css_switch.asp*/
.div-switch {
    display: inline-flex;
    align-items: center;
    color: #3498db !important;
    padding: 5px 5px;
    gap: 4px;
    margin-top:5px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* https://stackoverflow.com/questions/26018756/bootstrap-button-drop-down-inside-responsive-table-not-visible-because-of-scroll/51992907 */
/* used for dropdowns inside responsive tables */
/*@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}*/

/*Action drop down menu will not show correctly without this one.....*/
/*.table-responsive {
    overflow-y: visible !important;
    overflow-x: visible !important;
}*/

hr.less-margin {
    margin-top: 5px;
    margin-bottom: 10px;
}

.no-border {
    border: none;
}

div.filter-box {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    /*border-color: #337ab7;*/
    border-color: #85929E;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 10px;
}

.control-label.text-right {
    text-align: right;
    padding-right: 0;
    padding-top: 5px
}

.color-red {
    color: red;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.border-0 {
    border: 0 !important;
}

.field-validation-error span {
    color: #a94442 !important;
}

.has-error label {
    color: #a94442;
}

.checkbox-bg {
    width: 30px;
    height: 30px;
}

.checkbox-md {
    width: 15px;
    height: 15px;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.ui-datepicker-today {
    background-color: #FFFDA9;
}

.sort-placeholder {
    height: 50px;
    background-color: yellow;
}

.card-item
{
    padding:10px;
}
.cnx-card {
    background-color: #FBFCFC;
    padding: 10px;
    border-radius: 8px;
    min-height: 133px;
    max-height: 133px;
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    overflow-y: auto;
}

    .cnx-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .cnx-card::-webkit-scrollbar {
        width: 6px;
    }

    .cnx-card::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 10px;
    }

    .cnx-card::-webkit-scrollbar-thumb {
        background-color: #d9d9d9;
        border-radius: 15px;
    }

        .cnx-card::-webkit-scrollbar-thumb:hover {
            background-color: #bfbfbf;
        }

.ck-editor__editable_inline {
    min-height: 150px !important;
}

.modal-body .ck-editor__editable_inline {
    min-height: 150px !important;
    max-height: 200px !important;
}

.highlight-warning {
    background-color: #FFEBEE;
}
.tab-v1 .tab-content img {
    margin: 0;
}

.input-group-addon {
    background: #eee;
    border-radius: 4px;
}
:root {
    --primary-color: #337ab7;
}

.breadcrumbs {
    overflow: hidden;
    /*padding: 10px 0 6px;*/
    padding: 2px 0 2px;
    border-bottom: solid 1px #eee;
    background: none;
    /*background-color: rgba(51, 122, 183, 0.22);*/
    background-color: #017bd0;
}

.contact-fav-icon {
    color: #f77600;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #017bd0;*/
}

.contact-non-fav-icon {
    color: #f77600;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #017bd0;
    color: white;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
}

/*!
 * Social Buttons for Twitter Bootstrap v1.0.0
 *
 * Copyright 2013 Adam Neumann
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background-color: #133783;
  *background-color: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #0d2456 \9;
}

.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c95d0;
  *background-color: #0271bf;
  background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
  background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
  background-image: -o-linear-gradient(top, #2daddc, #0271bf);
  background-image: linear-gradient(to bottom, #2daddc, #0271bf);
  background-repeat: repeat-x;
  border-color: #0271bf #0271bf #014473;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background-color: #0271bf;
  *background-color: #0262a6;
}

.btn-twitter:active,
.btn-twitter.active {
  background-color: #01538d \9;
}

.btn-github {
  color: #000000;
  text-shadow: 0 0.7px 0 rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.btn-github.disabled,
.btn-github[disabled] {
  color: #000000;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-github:active,
.btn-github.active {
  background-color: #cdcdcd \9;
}

.btn-pinterest {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c51e25;
  *background-color: #ab171e;
  background-image: -moz-linear-gradient(top, #d62229, #ab171e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d62229), to(#ab171e));
  background-image: -webkit-linear-gradient(top, #d62229, #ab171e);
  background-image: -o-linear-gradient(top, #d62229, #ab171e);
  background-image: linear-gradient(to bottom, #d62229, #ab171e);
  background-repeat: repeat-x;
  border-color: #ab171e #ab171e #680e12;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd62229', endColorstr='#ffab171e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.btn-pinterest.disabled,
.btn-pinterest[disabled] {
  color: #ffffff;
  background-color: #ab171e;
  *background-color: #95141a;
}

.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #7e1116 \9;
}

.btn-linkedin {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #60a9ce;
  *background-color: #4393bb;
  background-image: -moz-linear-gradient(top, #73b8db, #4393bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#73b8db), to(#4393bb));
  background-image: -webkit-linear-gradient(top, #73b8db, #4393bb);
  background-image: -o-linear-gradient(top, #73b8db, #4393bb);
  background-image: linear-gradient(to bottom, #73b8db, #4393bb);
  background-repeat: repeat-x;
  border-color: #4393bb #4393bb #2f6783;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff73b8db', endColorstr='#ff4393bb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.btn-linkedin.disabled,
.btn-linkedin[disabled] {
  color: #ffffff;
  background-color: #4393bb;
  *background-color: #3c84a8;
}

.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #367595 \9;
}

.btn-google-plus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d34332;
  *background-color: #c53727;
  background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
  background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
  background-image: -o-linear-gradient(top, #dd4b39, #c53727);
  background-image: linear-gradient(to bottom, #dd4b39, #c53727);
  background-repeat: repeat-x;
  border-color: #c53727 #c53727 #85251a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.btn-google-plus.disabled,
.btn-google-plus[disabled] {
  color: #ffffff;
  background-color: #c53727;
  *background-color: #b03123;
}

.btn-google-plus:active,
.btn-google-plus.active {
  background-color: #9a2b1f \9;
}

.btn-instagram {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5c88ab;
  *background-color: #3f729b;
  background-image: -moz-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f97b6), to(#3f729b));
  background-image: -webkit-linear-gradient(top, #6f97b6, #3f729b);
  background-image: -o-linear-gradient(top, #6f97b6, #3f729b);
  background-image: linear-gradient(to bottom, #6f97b6, #3f729b);
  background-repeat: repeat-x;
  border-color: #3f729b #3f729b #294a65;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f97b6', endColorstr='#ff3f729b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.btn-instagram.disabled,
.btn-instagram[disabled] {
  color: #ffffff;
  background-color: #3f729b;
  *background-color: #386589;
}

.btn-instagram:active,
.btn-instagram.active {
  background-color: #305777 \9;
}

.btn-dropbox {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e95e0;
  *background-color: #2181cf;
  background-image: -moz-linear-gradient(top, #37a3eb, #2181cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#37a3eb), to(#2181cf));
  background-image: -webkit-linear-gradient(top, #37a3eb, #2181cf);
  background-image: -o-linear-gradient(top, #37a3eb, #2181cf);
  background-image: linear-gradient(to bottom, #37a3eb, #2181cf);
  background-repeat: repeat-x;
  border-color: #2181cf #2181cf #16588d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff37a3eb', endColorstr='#ff2181cf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.btn-dropbox.disabled,
.btn-dropbox[disabled] {
  color: #ffffff;
  background-color: #2181cf;
  *background-color: #1d73b9;
}

.btn-dropbox:active,
.btn-dropbox.active {
  background-color: #1a66a3 \9;
}

.btn-bitbucket {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #285991;
  *background-color: #205081;
  background-image: -moz-linear-gradient(top, #2d5f9c, #205081);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d5f9c), to(#205081));
  background-image: -webkit-linear-gradient(top, #2d5f9c, #205081);
  background-image: -o-linear-gradient(top, #2d5f9c, #205081);
  background-image: linear-gradient(to bottom, #2d5f9c, #205081);
  background-repeat: repeat-x;
  border-color: #205081 #205081 #112a44;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d5f9c', endColorstr='#ff205081', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.btn-bitbucket.disabled,
.btn-bitbucket[disabled] {
  color: #ffffff;
  background-color: #205081;
  *background-color: #1b436d;
}

.btn-bitbucket:active,
.btn-bitbucket.active {
  background-color: #163758 \9;
}

.btn-dribbble {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #de447f;
  *background-color: #cb396f;
  background-image: -moz-linear-gradient(top, #ea4c89, #cb396f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea4c89), to(#cb396f));
  background-image: -webkit-linear-gradient(top, #ea4c89, #cb396f);
  background-image: -o-linear-gradient(top, #ea4c89, #cb396f);
  background-image: linear-gradient(to bottom, #ea4c89, #cb396f);
  background-repeat: repeat-x;
  border-color: #cb396f #cb396f #91264e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea4c89', endColorstr='#ffcb396f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active,
.btn-dribbble.active,
.btn-dribbble.disabled,
.btn-dribbble[disabled] {
  color: #ffffff;
  background-color: #cb396f;
  *background-color: #ba3163;
}

.btn-dribbble:active,
.btn-dribbble.active {
  background-color: #a62b59 \9;
}

.btn-flickr {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f63198;
  *background-color: #ff0084;
  background-image: -moz-linear-gradient(top, #f051a5, #ff0084);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f051a5), to(#ff0084));
  background-image: -webkit-linear-gradient(top, #f051a5, #ff0084);
  background-image: -o-linear-gradient(top, #f051a5, #ff0084);
  background-image: linear-gradient(to bottom, #f051a5, #ff0084);
  background-repeat: repeat-x;
  border-color: #ff0084 #ff0084 #b3005c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff051a5', endColorstr='#ffff0084', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.btn-flickr.disabled,
.btn-flickr[disabled] {
  color: #ffffff;
  background-color: #ff0084;
  *background-color: #e60077;
}

.btn-flickr:active,
.btn-flickr.active {
  background-color: #cc006a \9;
}

.btn-foursquare {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #079dcd;
  *background-color: #0072b1;
  background-image: -moz-linear-gradient(top, #0cbadf, #0072b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0cbadf), to(#0072b1));
  background-image: -webkit-linear-gradient(top, #0cbadf, #0072b1);
  background-image: -o-linear-gradient(top, #0cbadf, #0072b1);
  background-image: linear-gradient(to bottom, #0cbadf, #0072b1);
  background-repeat: repeat-x;
  border-color: #0072b1 #0072b1 #004165;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0cbadf', endColorstr='#ff0072b1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.btn-foursquare.disabled,
.btn-foursquare[disabled] {
  color: #ffffff;
  background-color: #0072b1;
  *background-color: #006298;
}

.btn-foursquare:active,
.btn-foursquare.active {
  background-color: #00517e \9;
}

.btn-renren {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3773ab;
  *background-color: #33669a;
  background-image: -moz-linear-gradient(top, #397cb6, #33669a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#397cb6), to(#33669a));
  background-image: -webkit-linear-gradient(top, #397cb6, #33669a);
  background-image: -o-linear-gradient(top, #397cb6, #33669a);
  background-image: linear-gradient(to bottom, #397cb6, #33669a);
  background-repeat: repeat-x;
  border-color: #33669a #33669a #204061;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff397cb6', endColorstr='#ff33669a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-renren:hover,
.btn-renren:focus,
.btn-renren:active,
.btn-renren.active,
.btn-renren.disabled,
.btn-renren[disabled] {
  color: #ffffff;
  background-color: #33669a;
  *background-color: #2d5987;
}

.btn-renren:active,
.btn-renren.active {
  background-color: #264d74 \9;
}

.btn-skype {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #43bbe8;
  *background-color: #00aff0;
  background-image: -moz-linear-gradient(top, #70c3e2, #00aff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70c3e2), to(#00aff0));
  background-image: -webkit-linear-gradient(top, #70c3e2, #00aff0);
  background-image: -o-linear-gradient(top, #70c3e2, #00aff0);
  background-image: linear-gradient(to bottom, #70c3e2, #00aff0);
  background-repeat: repeat-x;
  border-color: #00aff0 #00aff0 #0077a3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70c3e2', endColorstr='#ff00aff0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-skype:hover,
.btn-skype:focus,
.btn-skype:active,
.btn-skype.active,
.btn-skype.disabled,
.btn-skype[disabled] {
  color: #ffffff;
  background-color: #00aff0;
  *background-color: #009cd7;
}

.btn-skype:active,
.btn-skype.active {
  background-color: #008abd \9;
}

.btn-stackexchange {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3a70b0;
  *background-color: #185397;
  background-image: -moz-linear-gradient(top, #5184c1, #185397);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5184c1), to(#185397));
  background-image: -webkit-linear-gradient(top, #5184c1, #185397);
  background-image: -o-linear-gradient(top, #5184c1, #185397);
  background-image: linear-gradient(to bottom, #5184c1, #185397);
  background-repeat: repeat-x;
  border-color: #185397 #185397 #0e2f55;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5184c1', endColorstr='#ff185397', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-stackexchange:hover,
.btn-stackexchange:focus,
.btn-stackexchange:active,
.btn-stackexchange.active,
.btn-stackexchange.disabled,
.btn-stackexchange[disabled] {
  color: #ffffff;
  background-color: #185397;
  *background-color: #154781;
}

.btn-stackexchange:active,
.btn-stackexchange.active {
  background-color: #113b6b \9;
}

.btn-trello {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #438ab4;
  *background-color: #27709b;
  background-image: -moz-linear-gradient(top, #569cc4, #27709b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#569cc4), to(#27709b));
  background-image: -webkit-linear-gradient(top, #569cc4, #27709b);
  background-image: -o-linear-gradient(top, #569cc4, #27709b);
  background-image: linear-gradient(to bottom, #569cc4, #27709b);
  background-repeat: repeat-x;
  border-color: #27709b #27709b #18445e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff569cc4', endColorstr='#ff27709b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-trello:hover,
.btn-trello:focus,
.btn-trello:active,
.btn-trello.active,
.btn-trello.disabled,
.btn-trello[disabled] {
  color: #ffffff;
  background-color: #27709b;
  *background-color: #226187;
}

.btn-trello:active,
.btn-trello.active {
  background-color: #1d5372 \9;
}

.btn-tumblr {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #34526e;
  *background-color: #2a4763;
  background-image: -moz-linear-gradient(top, #3a5976, #2a4763);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a5976), to(#2a4763));
  background-image: -webkit-linear-gradient(top, #3a5976, #2a4763);
  background-image: -o-linear-gradient(top, #3a5976, #2a4763);
  background-image: linear-gradient(to bottom, #3a5976, #2a4763);
  background-repeat: repeat-x;
  border-color: #2a4763 #2a4763 #13202d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a5976', endColorstr='#ff2a4763', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.btn-tumblr.disabled,
.btn-tumblr[disabled] {
  color: #ffffff;
  background-color: #2a4763;
  *background-color: #223a51;
}

.btn-tumblr:active,
.btn-tumblr.active {
  background-color: #1b2d3f \9;
}

.btn-vk {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50739a;
  *background-color: #426187;
  background-image: -moz-linear-gradient(top, #5a7fa6, #426187);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a7fa6), to(#426187));
  background-image: -webkit-linear-gradient(top, #5a7fa6, #426187);
  background-image: -o-linear-gradient(top, #5a7fa6, #426187);
  background-image: linear-gradient(to bottom, #5a7fa6, #426187);
  background-repeat: repeat-x;
  border-color: #426187 #426187 #293c54;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a7fa6', endColorstr='#ff426187', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.btn-vk.disabled,
.btn-vk[disabled] {
  color: #ffffff;
  background-color: #426187;
  *background-color: #3a5576;
}

.btn-vk:active,
.btn-vk.active {
  background-color: #314865 \9;
}

.btn-weibo {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f14f4f;
  *background-color: #e64141;
  background-image: -moz-linear-gradient(top, #f85959, #e64141);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f85959), to(#e64141));
  background-image: -webkit-linear-gradient(top, #f85959, #e64141);
  background-image: -o-linear-gradient(top, #f85959, #e64141);
  background-image: linear-gradient(to bottom, #f85959, #e64141);
  background-repeat: repeat-x;
  border-color: #e64141 #e64141 #c11919;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff85959', endColorstr='#ffe64141', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-weibo:hover,
.btn-weibo:focus,
.btn-weibo:active,
.btn-weibo.active,
.btn-weibo.disabled,
.btn-weibo[disabled] {
  color: #ffffff;
  background-color: #e64141;
  *background-color: #e32a2a;
}

.btn-weibo:active,
.btn-weibo.active {
  background-color: #d81c1c \9;
}

.btn-xing {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #155c5d;
  *background-color: #074c4d;
  background-image: -moz-linear-gradient(top, #1f6768, #074c4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f6768), to(#074c4d));
  background-image: -webkit-linear-gradient(top, #1f6768, #074c4d);
  background-image: -o-linear-gradient(top, #1f6768, #074c4d);
  background-image: linear-gradient(to bottom, #1f6768, #074c4d);
  background-repeat: repeat-x;
  border-color: #074c4d #074c4d #010707;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f6768', endColorstr='#ff074c4d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-xing:hover,
.btn-xing:focus,
.btn-xing:active,
.btn-xing.active,
.btn-xing.disabled,
.btn-xing[disabled] {
  color: #ffffff;
  background-color: #074c4d;
  *background-color: #053536;
}

.btn-xing:active,
.btn-xing.active {
  background-color: #031e1e \9;
}

.btn-youtube {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a72121;
  *background-color: #6e0610;
  background-image: -moz-linear-gradient(top, #cd332d, #6e0610);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd332d), to(#6e0610));
  background-image: -webkit-linear-gradient(top, #cd332d, #6e0610);
  background-image: -o-linear-gradient(top, #cd332d, #6e0610);
  background-image: linear-gradient(to bottom, #cd332d, #6e0610);
  background-repeat: repeat-x;
  border-color: #6e0610 #6e0610 #250205;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd332d', endColorstr='#ff6e0610', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.btn-youtube.disabled,
.btn-youtube[disabled] {
  color: #ffffff;
  background-color: #6e0610;
  *background-color: #56050c;
}

.btn-youtube:active,
.btn-youtube.active {
  background-color: #3e0309 \9;
}

.color1 {
    background-color: #1A75B7;
}


.color2 {
    background-color: #06AED5;
}

.color3 {
    background-color: #F0C808;
}

.color4 {
    background-color: #70A9A1;
}

.color5 {
    background-color: #345995;
}

.color6 {
    background-color: #0496FF;
}

.color7 {
    background-color: #FFBC42;
}

.color8 {
    background-color: #B53D32;
}

.color9 {
    background-color: #FF790A;
}

