﻿/*#region for varioOnline css*/

.fontStyle {
    font-size: smaller;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Lucida Sans'
        , 'Lucida Sans Regular' , 'Lucida Grande'
        , 'Lucida Sans Unicode' , 'Geneva', 'Verdana'
        , 'sans-serif';*/
}

.fa {
    font-size: initial;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

div.logohead {
    padding-top: 25px;
}

pageHeader, pageFooter {
    display: block;
    background-color: #F0F0F0;
}

pageHeader, .logo {
    /*box-shadow: 0 3px 11px #ccc;*/
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    /* border-bottom: 1px solid #ccc;*/
}

.container header img, .container pageHeader img {
    /*width: 220px;*/
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}

/* Css for where loggedin user/admin name is displayed */
.userContainer {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: none repeat scroll 0% 0%;
    background-color: #00807D;
    border-color: #00807D;
    border-bottom: 5px solid #FFF;
    color: #FFF;
    /* font-family: Montserrat,"Helvetica Neue", Helvetica,Arial,sans-serif; */
}

div.userContainer .userInfo {
    float: right;
    width: auto;
    line-height: 0px;
    padding: 7px 7px;
}

    div.userContainer .userInfo #options li a {
        color: #833c11;
    }

    div.userContainer .userInfo #options li.first {
        border: none;
        padding-left: 0;
    }

    div.userContainer .userInfo ul li {
        display: inline;
        padding: 14px 8px;
    }
/*End */

/*Css for to display page header and footer*/

pageFooter {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    pageFooter a {
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

        pageFooter a:focus, pageFooter a:hover {
        }

/*Css for to display page header and footer*/

.text-center {
    text-align: center;
}

/*Css for set active menu for admin section*/

.panelContainer {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#placeHolder {
    margin-right: -15px;
    margin-left: -15px;
    min-height: 610px;
}

#divloginPanel {
    margin-right: -15px;
    margin-left: -15px;
    padding: 138px 3px 15px 10px;
}

.loginPanel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.loginPanel-default {
    border-color: lightgray;
}

.loginPanel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.loginPanel-default > .loginPanel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.loginPanel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

/*End of Login Css*/


/*Css for panels */
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px !important;
}

.panel-body {
    padding: 10px;
    padding-top: 6px;
}

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

.panel-primary {
    border-color: #723888;
}

    .panel-primary > .panel-heading > h6{ 
        color: #ffffff !important;
        background-color: #723888;
        border-color: #723888;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*End Css for panels */

.form-group {
    margin-bottom: 15px;
}

.tabPanel {
    max-height: 504px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*Input Group : display icon and control in same line */
.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

/*Changed : 7th Apr 2021*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon:first-child {
        border-right: 0;
    }

/*Added : 7th Apr 2021*/
.input-group-addon, .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

/*Added : 7th Apr 2021*/
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    /*Added : 7th Apr 2021*/
    .input-group .form-control:last-child, .input-group .inputControl_UsageData:last-child, .input-group-addon:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/*Added : 7th Apr 2021*/
.input-group .form-control,
.input-group .inputControl_UsageData,
.input-group-addon, .input-group-btn {
    display: table-cell;
}

/*Changed : 7th Apr 2021*/
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/*Changed : 7th Apr 2021*/
.input-group .inputControl_UsageData {
    position: relative;
    z-index: 2;
    float: left;
    /*width: 100%;*/
    margin-bottom: 0;
}

/*Input Group : display icon and control in same line */


.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

/*Css for button*/
.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled] {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #723888;
    border-color: #522862;
    /*background-color: #BA55D3;
    border-color: #BA55D3;*/
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        color: #ffffff;
        background-color: #9258A8;
        border-color: #724882;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active {
        background-color: #723888;
        border-color: #522862;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-success {
    color: #ffffff;
    background-color: #00807C;
    border-color: #00807C;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active {
        color: #ffffff;
        background-color: #00807C;
        border-color: #00807C;
    }

    .btn-success:active,
    .btn-success.active {
        background-image: none;
    }

    .btn-success[disabled] {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #ffffff;
    background-color: #00807E;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }
	.form-group .btn-primary {
  color: #ffffff;
  background-color:#723888 !important;
  border-color:#723888 !important;
}
.progress-bar {
	background-color:#723888 !important;
}
#main-button .button-background{
	background-color:#723888  !important;
}

/*End of Css for button*/

/*Css for Anchor Tag*/
a {
    color: #723888;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #723888;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
/*Css for Anchor Tag*/


input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*Css for form controls*/
.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.inputControl_UsageData {
    display: block;
    width: 20%; /*Changed : 7th Apr 2021*/
    height: 29px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control1 {
    display: block;
    width: 80%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*Css Applied for customer page*/
/* Css added for Modal window control display*/
.form-horizontal .controls {
    display: block;
    padding-left: 20px;
}
/*End of  Css added for Modal window control display*/

/*End of Css for form controls*/

/*Css for display warning message in label */
.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label {
    font-size: inherit;
}

.label-info {
    background-color: #00807E;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }
/*End of Css for display warning, info message in label */

/*Css for show processing */
#divProcessing {
    display: none;
    position: absolute;
    top: 50%;
    left: 39%;
}
/*End of Css for show processing */

/*Css Added for width of textBox for Customer page*/
.textWidth {
    width: 80%;
}

.textareaWidth {
    width: 340px;
}
/*End of Css Added for width of textBox for Customer page*/

/* Css For Responsive Table Data display */
/*Added By Anil Rout; Date: 4th April 2021*/

/*Table Head Color*/
#tableProduct thead, .tblDocArchive thead, #tableContractPro thead, #usageDtl thead, #tableBankData thead {
    color: #ffffff;
    font-weight: normal;
    background-color: #00807C;
    border-bottom: solid 2px #00807C;
    position: sticky;
}
/*Table Head Color*/

.scopeCol {
    text-align: right;
    background-color: #00807C;
    color: white;
    vertical-align: middle !important;
}

#tableCustomerDtl {
    margin-bottom: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    line-height: 1.25;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    font-size: inherit;
}

    #tableCustomerDtl caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    #tableCustomerDtl tr {
        padding: .35em;
    }

    #tableCustomerDtl th,
    #tableCustomerDtl td {
        padding: 5px;
    }

    #tableCustomerDtl th {
        font-size: .85em;
        letter-spacing: .1em;
    }

#tableContractPro {
    width: 97%;
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    #tableContractPro caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    #tableContractPro tr {
        /*background-color: #f8f8f8;
    border: 1px solid #ddd;*/
        padding: .35em;
    }

    #tableContractPro th,
    #tableContractPro td {
        padding: .625em;
        text-align: left;
    }

    #tableContractPro th {
        font-size: .85em;
        letter-spacing: .1em;
        /*text-transform: uppercase;*/
        /*background-color: white;*/
    }

    #tableContractPro.center {
        margin-left: auto;
        margin-right: auto;
    }

table.tbloffrPdtscss > tbody > tr > td:first-child > input {
    text-align: center !important;
}

/* Css For Responsive Table Data display */

#usageDtl {
    /*table-layout: fixed;*/
    width: 100% !important;
    font-size: inherit;
}

/*Css for Bank Data table*/

#tableBankData {
    table-layout: fixed;
    width: 100% !important;
    font-size: inherit;
}

    #tableBankData td {
        width: auto !important;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
    }

    #tableBankData th {
        width: auto !important;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
/*End of - Css for Bank Data table*/

/*Css for Product upgrade table*/

#tableProduct {
    width: 100%;
    margin-bottom: 3px;
    font-size: inherit;
}

/*#tableProduct, #tableProduct th, #tableProduct td {
    border: 1px solid black;
}*/

.tableStyle {
    width: 100%;
    margin-bottom: -30px;
    font-size: inherit;
}

/*#tableSubProduct, #tableSubProduct th, #tableSubProduct td {
    border: 1px solid black;
}*/

/*End of - Css for Product upgrade table*/

/* Css for Modal popup */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width: 83%;
    margin: 15% auto;
    padding: 0px;
}

.modal-dialog {
    position: initial;
    /* width: auto; */
    /* margin: 10px; */
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 13px 13px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: small;
    color: #ffffff;
    /*background-color: #BA55D3;
    border-color: #BA55D3;*/
    background-color: #723888;
    border-color: #723888;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 12px 10px 5px;
}

.modal-footer {
    padding: 6px 13px 6px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/*Bootstrap have the class '.modal-backdrop' and 
        they are setting the background color to black, you can overwrite this with this code:*/
.modal-backdrop {
    /*background-color: rgba(0,0,0,.0001) !important;*/
    background-color: transparent !important;
}

/* End of Css for Modal popup */

/* CSS Added for 
        Tree That is displayed for 
        Customer, Document Archive, ProductUpgrade */

#treeview, #treeview ul {
    list-style: none;
    margin-left: -13px;
    font-size: small;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

    #treeview .parent {
        position: relative;
        cursor: pointer;
        color: #9258A8;
    }

        #treeview .parent:before {
            /*padding-left: 25px;
        background: url('../../Content/images/plus-minus.png') no-repeat;
        background-position: -25px top;*/
            content: "";
        }

    #treeview .treeCollapse:before {
        background-position: 0 top;
    }

    #treeview .parent > ul {
        display: none;
    }
/*  End of Css  */


/* Css for expand and collapse Tree */
#listToggle {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* End of Css for expand and collapse Tree */



/*CSS for Close button in modal form*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
/*CSS for Close button in modal form*/

.indicator {
    margin-right: 5px;
    font-size: 1.2em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}


/* End of Css for alert box that used in varioOnline*/

/* Css for expand and collapse Tree */
#listToggle {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* End of Css for expand and collapse Tree */

.header {
    color: #ffffff;
    background-color: #723888;
    border-color: #723888;
}

.dataTables_wrapper .dataTables_paginate {
    /*float: left!important;*/
    margin-left: 30px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: small;
        border: 1px solid #ddd !important;
        padding: .3em .7em !important;
        margin-top: 5px;
    }

/*Added on : 15th Apr 2021*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    /*font-size: 75%;*/
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

/*Anil Rout : 13th May 2021*/
/*Css For Admin.cshtml page*/
.center {
    width: 94px;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio-container {
    box-sizing: border-box;
    line-height: 30px;
}

    .radio-container input {
        margin: 0;
        position: relative;
        top: 9px;
    }

#first {
    width: auto;
    padding-left: 15px;
    margin: 0.25rem;
    background-color: #f5f5f5;
    border-color: #dddddd;
    border: 1px solid transparent;
}

#second {
    width: auto;
    padding-left: 15px;
    margin: .25rem;
    background-color: #f5f5f5;
    border-color: #dddddd;
    border: 1px solid transparent;
}

input[type=text], textarea,
#cmbAlias {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*Using a formula (an + b).
        Description: a represents a cycle size, n is a counter (starts at 0), and b is an offset value.*/
#tblPersonalDataShow td:nth-child(1n + 2) {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

#tblPersonalDataShow {
    width: 100%;
    margin-bottom: 0px;
}
/*Css For Admin.cshtml page*/

/*FOR RELATED CUSTOMER*/
#tableRelatedCust thead,
#tableRelatedCust th {
    text-align: center;
    vertical-align: top;
}

#divProcessing {
    display: none;
    position: absolute;
    top: 50%;
    left: 39%;
}

#divRelatedCustModal > .modal-dialog > .modal-content {
    width: 100%;
}

/*Media Query*/

@media (min-width: 576px) {

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 300px) {
    div.containerMiddle .userInfo {
        /*font-size: 30px;*/
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none !important;
        text-align: right !important;
    }

    #tableBankData_length label.control-label,
    #usageDtl_length label.control-label,
    #phoneNumber_length label.control-label {
        float: left;
    }
}

/*Added on : 7th Apr 2021*/
@media only screen and (max-width: 760px), (min-device-width: 760px) and (max-device-width: 1024px) {

    label.control-label {
        display: inline !important;
    }

    label.radio-inline {
        display: inline-block !important;
    }

    label {
        display: none !important;
    }

    .Last_Login {
        display: block !important;
    }

    .userContainer {
        height: auto;
    }

    div.userContainer .userInfo {
        float: left;
        padding-left: 0;
    }

    /*For Customer Data*/
    #tableCustomerDtl {
        max-width: 100%;
    }

        /* Force table to not be like tables anymore */
        #tableCustomerDtl tr {
            display: block;
            border-bottom: 3px solid #ddd;
            margin-bottom: .625em;
            box-shadow: 2px 2px 1px #dadada;
        }

        #tableCustomerDtl td {
            border-bottom: 1px solid #ddd;
            font-size: .8em;
            text-align: right;
            display: table-header-group;
        }

            #tableCustomerDtl td::before {
                /* aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label); */

                content: attr(data-label);
                float: left;
                font-weight: bold;
                display: inline-block;
            }

            #tableCustomerDtl td:last-child {
                border-bottom: 0;
                width: 100%;
            }

            #tableCustomerDtl td:first-child {
                border-bottom: 0;
                width: 100%;
            }
    /*End For Customer Data*/

    /*For Contract Product, Subscriber Number */
    .tableStyle {
        width: 100%;
        border: 0;
    }

        .tableStyle thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .tableStyle tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
            background-color: #f8f8f8;
            border: 1px solid #ddd;
        }

        .tableStyle td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: small;
            text-align: right !important;
        }

            .tableStyle td::before {
                /* aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label); */
                content: attr(data-label) " : ";
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .tableStyle td:last-child {
                border-bottom: 0;
            }
    /*For Contract Product*/

    /*Modified on : 29th Apr 2021*/
    .tblDocArchive th, .tblDocArchive td {
        border: 0 !important;
    }

    table.tbloffrPdtscss > tbody > tr > td:first-child > input {
        width: auto !important;
    }

    .btn-group {
        cursor: pointer; /* Pointer/hand icon */
        width: 50%; /* Set a width if needed */
        display: block; /* Make the buttons appear below each other */
    }

    textarea.textareaWidth {
        width: 80%;
    }

    span.glyphicon-remove {
        top: -9px !important;
    }

    #tableProduct, #tableProduct th, #tableProduct td {
        border: 1px inset !important;
    }

    .col2nd {
        padding-left: 0;
    }

    #divOtherSection, #divWizStylesheetSection, #divWizOtherSection {
        height: auto !important;
        width: auto !important;
    }

    #divWizOtherSection {
        padding: 0 !important;
    }

    #divStyleSheetSection {
        width: 100% !important;
        overflow-x: auto;
        overflow-y: hidden;
    }

    input[name='txtStyleSheetID'], input[name='txtCatStyleSheetID'] {
        width: 70px !important
    }

    input[name='txtDocumentName'], input[name='txtCatDocumentName'] {
        width: 150px !important;
    }

    #txtFileNameName, #txtProcedureName {
        width: 100% !important;
    }

    #divRelatedCustModal > .modal-dialog > .modal-content {
        width: 50%;
    }
}


/*#endregion for varioOnline css*/
/*#region for SideMenu css*/

/*Css for Left Menu varioOnline*/
.bg-light {
    background-color: #f8f9fa !important;
}

.menuGroup {
    padding-left: 0;
    margin-bottom: 20px;
}

.menuGroup-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

a.menuGroup-item {
    color: #555555;
}

.menuGroup-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.menuGroup-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.menuGroup-item:hover,
a.menuGroup-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.menuGroup-item.active,
.menuGroup-item.active:hover,
.menuGroup-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #723888;
    border-color: #723888;
}


/*#endregion for SideMenu css*/
/*#region Tab Pannel*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/*.tab {
    border-bottom: 1px solid #dddddd;
}*/

.tab {
    border-bottom: none !important;
}

.panel.tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.tab > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

/*Change the color of active tab*/
.tabs.panel-primary .tab > li.active > a, .tabs.panel-primary .tab > li.active > a:hover, .tabs.panel-primary .tab > li.active > a:focus {
    color: #723888 !important;
    background-color: #fff !important;
   /* border-color: #723888 !important;*/
    border-bottom-color: transparent;
    cursor: default;
    /*border: 1px solid #dddddd;*/
}
.panel-primary > .panel-heading {
color: #fff;
  background-color: #723888 !important;
  border-bottom: transparent;
}
/*Set focus when move mouse to different tab*/
.tabs.panel-primary .tab > li > a:hover, .tabs.panel-primary .tab > li > a:focus {
    color: #fff !important ;
    background-color: #723888 ;
    border-color: transparent;
}

/*.tab > li.active > a, 
.tab > li.active > a:hover, 
.tab > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}*/

.tabs.panel-primary .tab > li > a, .tabs.panel-primary .tab > li > a:hover, .tabs.panel-primary .tab > li > a:focus {
    color: #fff;
}

.tab > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee;
    }
/*#endregion Tab Pannel*/
/*#region Menu css*/


#wrapper.active #sidebar-wrapper {
    left: 50px;
}

.mini-submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #723888 ;
    border-radius: 4px;
    padding: 9px;
    /*position: relative;*/
    width: 42px;
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    /*background: rgba(0, 0, 0, 0.45);*/
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}
/*#endregion Menu css*/
/*#region vOnlineWizard*/

.signup-step-container {
    font-family: 'Roboto', sans-serif;
    font-size: smaller;
}

.signup-step-container {
    padding: 2px 0px;
    padding-bottom: 40px;
}
.h4 {
    font-size: 18px !important;
    margin-top: 2px;
    color: #ffffff !important;
    text-transform: none;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    padding: 3px !important;
    line-height: 1.2 !important;
}
h1, h2, h3, h6 {
    font-size: 1em !important;
    color: #666666 !important;
    text-transform: none;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    padding: 3px !important;
    line-height: 1.2 !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 10px;
}

.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hrLineSep {
    height: 2px;
    background-color: cadetblue;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 0;
    margin-bottom: 0;
}

.main_heading {
    margin: 0;
    font-size: 25px !important;
    padding: 5px 10px !important;
    font-family: Arial !important;
    cursor: default !important;
    color: #666 !important;
    font-weight: bold !important;
}

.header1 {
    /*text-align: right;*/
    color: rgba(77, 78, 92, 0.6);
    padding-bottom: 10px;
    font: 2em league-gothic-1,league-gothic-2;
}

/*------------------------*/

input:focus,
button:focus,
a:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control {
    height: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e9e8e9;
}

/*----------step-wizard------------*/

.align-items-center {
    align-items: center;
}

.bg-color {
    background-color: #333;
}

/*---------signup-step-------------*/

.wizard1 .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard1 > div.wizard-inner {
    position: relative;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 63%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
    z-index: 1;
}

.wizard1 .nav-tabs > li.active > a, .wizard1 .nav-tabs > li.active > a:hover, .wizard1 .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard1 li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard1 li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard1 .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard1 .nav-tabs > li {
    width: 33%;
}

.wizard1 li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard1 .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    pointer-events: none;
    cursor: default;
}

    .wizard1 .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard1 .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard1 .tab-pane {
    position: relative;
}

.wizard1 h3 {
    margin-top: 0;
}

.prev-step, .next-step {
    border-radius: 4px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.next-step {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    /*background-color: #0db02b;*/
}

.prev-step {
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 10px !important;
   /* margin-left: -1.25rem !important;*/
    accent-color:#00807 !important;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
		
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #18ba60;
        border-color: #18ba60;
    }
/*----------Custom-Checkbox---------*/

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 0.3rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 10px !important;
}

.checkbox label, .radio label {
    min-height: 20px;
    /*padding-left: 60px;*/
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-inline {
    margin-bottom: 4px;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .input-group-append > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-sm > .input-group-append > .btn {
    padding: 0.5rem 0.6rem;
    font-size: .875rem;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

/*CSS FOR PRODUCT SELECTIONS */
.divoffrproddatacss {
    border: none;
    box-shadow: none;
}

.divoffrproddatacss {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 4px 4px 2px #888888;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .divoffrproddatacss table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .divoffrproddatacss tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .divoffrproddatacss tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .divoffrproddatacss table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .divoffrproddatacss tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .divoffrproddatacss tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .divoffrproddatacss tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    .divoffrproddatacss tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .divoffrproddatacss tr:hover td {
        background-color: #e5e5e5;
    }

    .divoffrproddatacss td {
        vertical-align: top;
        background: -o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) );
        background: -moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");
        background: -o-linear-gradient(top,#ffffff,e5e5e5);
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-width: 0px 1px 1px 0px;
        padding: 7px;
        font-size: 13px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    .divoffrproddatacss tr:first-child td {
        background: #b3b3b3;
    }

.tblofrpdtdivcss {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#tblOfferProducts tr:first-child td {
    background: none #BF007F;
    border-width: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    filter: none !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border: 0px solid #ffffff;
}

#tblOfferProducts tr.troffrpdts:nth-child(2n) td {
    background: none #fff;
}

#tblOfferProducts tr.troffrpdts:nth-child(2n+1) td {
    background: none rgb(247,247,247);
}

#tblOfferProducts tr.troffrpdts td {
    border-width: 0 0 1px;
    border-color: rgb(60,58,58);
    vertical-align: middle;
}

span.spnlefttxt {
    float: left;
}

span.spnrhtlink {
    float: right;
    color: inherit;
    padding-right: 5px;
}

legend {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    padding: 2px 4px 8px 4px !important;
    width: auto !important;
    border: 0;
    margin-bottom: 6px;
}

fieldset {
    border: 1px solid #9C27B0 !important;
    color: #0e63a7 !important;
    border-radius: 7px !important;
    padding: 1em !important;
}

/*Category*/
.tblcategory .catheadtext {
    height: 30px;
    background-color: #fff;
    color: #666;
    padding: 5px;
    display: none;
}

.tblcategory .tdcategory {
    background-color: #eee;
    color: #666;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.tblcategory .tdcategorycurrent {
    background-color: #339;
    color: white;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.tblcategory .tdcategorydone {
    background-color: #999;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
}
/*category*/

.tblLeftHeadercss .tdCurrent {
    display: block;
    text-shadow: 0 1px 1px #000;
    background: #0043DE;
    background: -moz-linear-gradient(#0043DE 0%, #BDCDF0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0043DE), color-stop(100%, #BDCDF0));
    background: -webkit-linear-gradient(#0043DE 0%, #BDCDF0 100%);
    background: linear-gradient(#0043DE 0%, #BDCDF0 100%);
    color: White;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    padding: 5px;
    font-weight: bold;
}

    .tblLeftHeadercss .tdCurrent,
    .tblLeftHeadercss .tdCurrent:hover {
        background: none rgb(90,8,90);
        border-radius: 0;
        border-width: 0;
        color: #fff;
        text-shadow: unset;
    }

.tblLeftHeadercss .tdComplete1 {
    display: block;
    color: #5A5B5C;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.tblLeftHeadercss .tdDefault {
    display: block;
    background: #D7D8D9;
    background: -moz-linear-gradient(#CBCDCF 0%, #EDF0F2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, ##CBCDCF), color-stop(100%, #EDF0F2));
    background: -webkit-linear-gradient(##CBCDCF 0%, #EDF0F2 100%);
    background: linear-gradient(##CBCDCF 0%, #EDF0F2 100%);
    color: #5A5B5C;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

    .tblLeftHeadercss .tdDefault,
    .tblLeftHeadercss .tdDefault:hover {
        background: none rgb(135,13,135);
        border-radius: 0;
        border-width: 0;
        color: #fff;
    }

/*OFFER*/
.stepcontent .dragbox-content .divpdtoffercss {
    width: 100%;
}

.divpdtoffercss .tblofferlist {
    width: 100%;
}

table.tblofferlist td.offerlisttd11 {
    width: 120px;
    height: 50px;
    padding: 10px 5px 10px 5px;
    border: 1px solid #6680FF !important;
}
    /*Added on 24-12-2012*/
    table.tblofferlist td.offerlisttd11 img {
        border: none;
    }
/*Added on 23-10-2012*/
table.tblofferlist td.offerlisttd1 {
    width: 120px;
    height: 50px;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dotted #999 !important;
    border-width: 0 0 1px 0 !important;
}

    table.tblofferlist td.offerlisttd1 img {
        border: none;
    }

table.tblofferlist td.offerlisttd2 {
    height: 95px;
    padding: 0;
    border-bottom: 1px dotted #999;
}

    table.tblofferlist td.offerlisttd2 h3 {
        color: #034af3;
    }
    /*color:#666;modified on 24-12-2012*/
    table.tblofferlist td.offerlisttd2 b {
        color: #000;
    }

.wizcontentcss .divpdtwizleft {
    float: left;
    width: 20%;
    min-height: 450px;
    background-color: #fff; /*border-width:2px;*/
}

.divpdtwizleft .tblcategory {
    width: 100%;
    margin-left: 4px;
}


.offerlisttd11 a:hover, .offerlisttd1 a:hover {
    border-color: #6680FF;
}

.divoffrpdtdatacss .tbloffrPdtscss {
    width: 400px;
}

.tblModuleProducts {
    width: inherit;
}

.troffrpdts td {
    width: auto;
}

.tblColNoDataMsg {
    width: 100%;
    color: #dedede;
    padding: 5px 0px 5px 30px;
    height: 30px;
}

.tblofrpdtdiv {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tblRowColTitle {
    text-align: left;
    color: #999;
    font-size: 15px;
    font-weight: bold;
}

/*END PRODUCT SELECTION*/

@media only screen and (max-width: 760px), (min-device-width: 760px) and (max-device-width: 1024px) {

    label.frmLbl {
        display: block !important;
    }

    .wizard1 .nav-tabs > li a i {
        display: none;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
        margin-left: -34px;
    }

    .form-inline .form-check-label {
        display: none;
    }

    .form-inline .checkbox {
        margin-top: -15px;
    }

    .table-responsive, .divmodpdtcss {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
    }

    .divpdtwizleft {
        width: 95%;
    }
}


/*#endregion vOnlineWizard*/
/*#region InputGroup css*/
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control:focus{
	border-color: #723888 !important;
}
/*#endregion InputGroup css*/

/*#divLoginSet input[type="checkbox"] {
    margin-left: -0.25rem !important;
}*/