﻿
.form-entry, .excel-entry, .form-addnew {
    display: none;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(to top, #005243, #3a935b);
    font-size: 16px;
    border-color: #005243;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

::-webkit-scrollbar {
    width: 9px;
}

.selectgroup-item + .selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.updateteammanager {
    margin-right: 216px;
    margin-top: -38px;
}

.selectgroup-button {
    display: block;
    border: 1px solid rgba(0, 40, 100, 0.12);
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    line-height: 1.5;
    min-width: 2.375rem;
}

.upload {
    float: right;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

.selectgroup-input:checked + .selectgroup-button {
    border-color: #467fcf;
    z-index: 1;
    color: #467fcf;
    background: #edf2fa;
}

.selectgroup-input:focus + .selectgroup-button {
    border-color: #467fcf;
    z-index: 2;
    color: #467fcf;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .selectgroup-pills .selectgroup-item {
        margin-right: .5rem;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .selectgroup-pills .selectgroup-button {
        border-radius: 50px !important;
    }

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .custom-switches-stacked .custom-switch {
        margin-bottom: .5rem;
    }

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
}

    .custom-switch-indicator:before {
        content: '';
        position: absolute;
        height: calc(1.25rem - 4px);
        width: calc(1.25rem - 4px);
        top: 1px;
        left: 1px;
        background: #fff;
        border-radius: 50%;
        transition: .3s left;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    }



.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #467fcf;
}

    .custom-switch-input:checked ~ .custom-switch-indicator:before {
        left: calc(1rem + 1px);
    }

.custom-switch-input:focus ~ .custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #467fcf;
}

.custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}

.custom-switch-input:checked ~ .custom-switch-description {
    color: #495057;
}

.roleSaveBtn {
    margin-top: 7%;
}

tr:nth-child(odd) td input {
    border: none;
    background-color: #f2f2f2;
}

tr:nth-child(even) td input {
    border: none;
    background-color: #ffffff;
}

.rowBgColor {
    background-color: mintcream;
}

tr:nth-child(odd) td select {
    border: none;
    background-color: #f2f2f2;
}

tr:nth-child(even) td select {
    border: none;
    background-color: #ffffff;
}

.action-btn {
    margin-right: 25px;
    margin-top: 30px;
    padding: 6px;
}

.team-block {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 10px !important;
}

.hide {
    display: none;
}

.navbar {
    padding: 0 0.5rem 1rem 1rem;
}

tbody {
    counter-reset: count1;
}

#w-1::before {
    counter-increment: count1;
    content: counter(count1)" ";
    color: black;
}

.customerAllocationManager {
    display: none;
}

.img-progress {
    height: 50px;
    width: 50px;
    margin: 10px;
}

.img-progress-layout {
    height: 75px;
    width: 75px;
    margin: 25px;
}

.color-box {
    display: inline;
    width: 100%;
    float: left;
    padding: 10px 20px;
    border: 1px solid #edf2fa;
    background-color: #f5f8fa; /*#f5f7f8;*/
}

.multi-data-header {
    background-color: #57a2f3;
}

    .multi-data-header h3 {
        color: #fff !important;
        margin: 5px 0px;
        padding: 0px;
    }

.multi-data-container {
    display: inline;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    /*border: 1px solid #ddd;*/
    /*background-color: #f5f7f8;*/
}

.multi-data-container-header {
    float: left;
    width: 100%;
    background-color: #edf2fa; /*#cadffa;*/
    padding: 5px 0px;
    display: inline-flex;
}

.multi-data-container-body {
    display: inline;
    width: 100%;
    float: left;
    padding: 20px 20px;
    border: 1px solid #ddd;
    /*background-color: #f5f7f8;*/
}

.multi-data-container-data-group {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
}

.package-palns-list-title {
    margin: 20px 0px;
    padding: 10px 0px;
}



ul.vertical-list {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

    ul.vertical-list li {
        display: inline;
        float: left;
        width: auto;
        padding: 0px 5px;
        list-style: none;
    }

.details-info-table {
    width: 100%;
    float: left;
}

    .details-info-table .field-name {
        width: 40%;
    }

    .details-info-table .superator {
        width: 5%;
    }

    .details-info-table .value-field {
        width: 55%;
    }

.edit-link {
    /*color:blue;*/
    cursor: pointer;
}

span.remove-row {
    color: red;
    font-size: 25px;
    float: right;
    padding: 0px 10px;
    background-color: gray;
    cursor: pointer;
}

.action-buttons {
    padding: 20px 30px;
    text-align: right;
}

    .action-buttons button {
        margin: 0px 10px;
    }

.details-info-table .column-name {
    background-color: #DDF !important;
    vertical-align: top;
    width: 35%;
}

.details-info-table .column-value {
    vertical-align: top;
    width: 65%;
}

.add-link {
    color: #467fcf;
    cursor: pointer;
}

.plan-scroll-up-down-btn, .addon-scroll-up-down-btn {
    cursor: pointer;
}

.btn-add {
    /*color:#467fcf;
    font-size:36px;*/
    margin: 0px 10px;
    padding: 5px 10px;
    font-size: 14px;
    /*color:#f5f8fa;*/
}

.btn-cancel {
}

.btn-save {
}

.test {
    color: rgba(206, 211, 222, 0.95) #f5f5f5;
}

.edit, .delete-package-plan, .edit-package-plan, .delete-package-addon, .edit-package-addon, .edit {
    cursor: pointer;
}

#div-page-progress {
    width: 30% !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 35% !important;
    z-index: 999;
    text-align: center;
    padding: 10px 0px;
    background-color: #ddd;
    opacity: 0.6;
}

    #div-page-progress img {
        z-index: 1063;
        height: 50px;
        width: 50px;
    }

.radio-button-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 5px;
}

    .radio-button-list li {
        float: left;
        display: inline;
        width: auto;
        padding: 0px;
        margin: 5px;
        list-style: none;
    }

.delete-row {
    color: #ddd;
    cursor: pointer;
    margin: 5px;
}

.popup-link {
    padding: 10px 0px;
    color: #9aa0ac
}

.package-sub-list li {
    background-color: #9aa0ac;
    color: #fff;
    margin: 6px;
    padding: 5px 10px;
    border-radius: 9px;
    list-style: none !important;
}

    .package-sub-list li a {
        color: #fff;
    }

.clone-submission-result {
}

    .clone-submission-result ul {
        float: left;
        width: 100%;
    }

        .clone-submission-result ul li {
            color: #d00;
            float: left;
            width: 100%;
            list-style: disc;
            margin: 5px 0px;
            padding: 5px 0px;
        }


th, td {
    white-space: nowrap;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background: #F3F3F3;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background: white;
}


.imgBuffer-progress {
    height: 50px;
    width: 50px;
    margin: 10px;
}

.bufferLoaderImg {
    width: 100%;
    position: absolute;
    top: 24%;
    bottom: 0;
    z-index: 999;
}

.page-container-loader {
    top: 50% !important;
    left: 50% !important;
    position: fixed;
    z-index: 999;
}

.btnSize {
    width: 15%;
}

.details-info-table td {
    text-align: left;
}

    .details-info-table td.field-group-header {
        font-weight: 600;
        color: #467fcf;
    }

    .details-info-table td.field-name {
        font-weight: 400;
    }

    .details-info-table td.field-lable {
        width: 15%;
        text-align: right;
        padding: 0px 10px;
        box-shadow: 0 0 black;
    }

    .details-info-table td.field-value {
        width: 35%;
        font-weight: 500;
        text-align: left;
    }

div#div-confirm-modal-body {
    padding: 20px 30px;
}

p.confirm-message {
    text-align: center;
    font-weight: 600;
    font-size: 1.10rem;
}

    p.confirm-message.delete {
        color: red
    }

    p.confirm-message.publish {
        color: #ea660e;
    }

.btn-confirm-cancel, .btn-confirm-ok {
    margin: 5px 10px;
    width: 100px;
}

.btn-confirm-ok {
    float: right !important;
}

.btn-confirm-cancel {
    float: left !important;
}

span.help-text, .help-text-description {
    display: none;
    position: absolute;
    z-index: 9;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 5px;
    padding: 6px 10px;
    border: 1px solid #edf2fa;
    color: #fff;
    background-color: rgb(128,189,255);
}

span.help-text {
    top: 36px;
    width: auto;
    min-width: 320px;
}

.help-text-description {
    width: auto;
    min-width: 360px;
}

.selectgroup-item:hover > span.help-text {
    display: block;
}

.title-field:hover > .help-text-description {
    display: block;
    margin-top: 25px;
}

.selectgroup-item:hover {
    background-color: #edf2fa;
    border: 1px solid #467fcf;
}

    .selectgroup-item:hover .selectgroup-button {
        color: #467fcf !important;
    }

test {
    color: #edf2fa;
    /*#d1ecf5*/
}

table.fixed-addon-incenitve-table .input-percentage-limited, table.fixed-addon-incenitve-table .incentives-slab-table, table.fixed-addon-incenitve-table .input-percentage {
    width: 90% !important;
    margin: 0px 5px !important;
}

table.div-ota-data .input-percentage-limited, table.div-ota-data .incentives-slab-table, table.div-ota-data .input-percentage {
    width: 35% !important;
    margin: 0px 5px !important;
}

.incentives-slab-table .percentagesymbol {
    float: right;
}

.currency-symbol {
    font-weight: 600;
    padding: 0px 5px;
}

.input-checkbox {
    width: 20px;
    height: 20px;
}

.month-picker .month-picker-header {
    display: none;
}

.plan-conditions-row p {
    margin: 0px !important;
    padding: 0px 5px !important;
}

.count-info, .count-info-disabled {
    color: #467fcf;
    font-weight: 600;
    padding: 0px 5px;
    float: left;
}

.count-info {
    cursor: pointer;
}

.btn-top-change {
    margin-top: 7% !important;
}

.overflow-text {
    white-space: normal;
}

.popup-messages-list {
    float: left;
    width: 96% !important;
    padding: 5px 10px;
    margin: 10px 2% !important;
    vertical-align: middle;
    text-align: center;
}

.reload-plans-addons {
    font-size: 25px;
    cursor: pointer;
}

.singleCheckRow {
    margin-left: 8%;
    cursor: pointer;
}
input[type=checkbox] {
    cursor: pointer;
}

.greater-than-mark {
    float: right;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0px;
}

.details-sub-haeding {
    padding: 15px 0px;
    color: #0062cc;
    float: left;
    width: 100%;
}

ul.common-horizontal-list {
    float: right;
    width: auto;
    padding: 0px 10px;
    margin: 0px;
}

    ul.common-horizontal-list li {
        list-style: none;
        width: auto;
        float: left;
        padding: 5px;
        margin: 0px 5px;
    }

li .list-group-item {
    background: transparent;
    border: none;
    font-weight: 700;
    padding: 0.25rem 1rem;
    color: #57a2f3 !important;
}

ul.checktree li:before {
    height: 1em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}

ul.checktree li {
    border-left: 1px dashed;
}

    ul.checktree li:last-child:before {
        border-left: 1px dashed;
    }

    ul.checktree li:last-child {
        border-left: none;
    }

div.large-model-popup div.modal-dialog {
    width: 80% !important;
    max-width: 80% !important;
    margin: 5% 10% !important;
}

.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
    width: 600px;
}

ul.tree-view-list {
    float: left;
    width: 100%;
    padding: 0px 0px;
    list-style: none;
}

    ul.tree-view-list li {
        float: left;
        width: 100%;
        padding: 0px 0px;
    }

        ul.tree-view-list li label.tree-view-list-item-text {
            font-weight: 500;
        }

ul .tree-view-list-item-branch {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

    ul.tree-view-list-item-branch li {
        float: left;
        width: auto;
        margin: 2px 3px;
        border: 1px solid #ddd;
        background-color: #ddd;
        padding: 2px 5px;
        list-style: none;
    }

.details-info-table td p {
    white-space: break-spaces;
}

div.multi-data-container-header h6 {
    padding-top: 6px !important;
    margin-bottom: 0px !important;
}

input.input-currency {
    text-align: left !important;
}

tr.plan-conditions-row input.compare-value {
    float: left !important;
    width: 160px;
    text-align: left;
}

input.invalid-input-data {
    border-color: red !important;
}

table th, table td {
    padding: 15px;
}

textarea {
    background-color: #e9ecef;
}

.table-primary, .table-primary > td, .table-primary > th {
    background-image: linear-gradient(to top, #005243, #3a935b);
    border-color: #005243;
    color: #fff !important;
}

.fullpopup {
    width: 90% !important;
    max-width: 1200px !important;
}

.datepicker-dropdown {
    width: 26%;
    height: 100%;
}

.txtarea {
    background-color: white;
}
.validation-danger {
    font-weight:bold;
    color: red;
}