﻿@charset "utf-8";
/* CSS Document */


/* Start paragraph */
p {
	font-size: 14px;
	font-style: normal;
	visibility: visible;
	color: #000;
}
/* End paragraph */


/* Start list Styles */
ul {}
ul li {
	font-style: normal;
	visibility: visible;
	color: #000;
}
/* End list Styles */

/* Start Label Styles */
label {
    font-size: 13px;
    font-weight: 400;
	color: #000;
}
/* End Label Styles */

/* Start Anchors */
a {
    transition: all 0.4s ease-in-out 0s;
	font-style: normal;
	visibility: visible;
    text-decoration:none;
}
a:hover {
    transition: all 0.4s ease-in-out 0s;
	text-decoration: none;
	color: #000;
}
a:focus {
    outline: none;
}
.btn-default {
	border-radius: 3px;
	font-size: 12px;
}
.btn-default:hover {
	text-decoration: none;
}
.btn-default:focus {
	text-decoration: none;
}
/*a.active {
}*/
/* End Anchors */

/* Start Display css */
.display-flow-root {
 display: flow-root;
}
.display-unset {
    display: unset;
}
/* End Display css */

/* Start Modal Size css */
.Small-modal {width: 350px;}
.Medium-modal {width: 550px;}
.Large-modal {width: 700px;}
.standard-modal {width: 800px;}
.full-modal {width: 90%;}
/* End Modal Size css */


/* Start paddings */
.nopadd {
    padding: 0px !important;
}
.nopadd-left {
	padding-left: 0px !important;
}
.nopadd-right {
	padding-right: 0px !important;
}
.nopadd-top {
    padding-top: 0px !important;
}
.nopadd-bottom {
    padding-bottom: 0px !important;
}
.nopadd-left-right {
    padding-left: 0 !important;
    padding-right:0 !important;
}
.nopadd-top-bottom {
	padding: 0;
}
.nopadd-top-bottom-10 {
	padding: 10px 0;
}
.nopadd-top-bottom-15 {
	padding: 15px 0;
}
.nopadd-top-bottom-20 {
	padding: 20px 0;
}
.nopadd-top-bottom-30 {
	padding: 30px 0;
}
.padding-right-130 {
    padding-right: 130px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}
.padding-top-15 {
	padding-top: 15px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-left-15 {
	padding-left: 15px;
}
.padding-right-15 {
	padding-right: 15px;
}
/* End paddings */


/* Start No Margins */
.nomargin {
	margin: 0px;
}
.nomargin-left {
	margin-left: 0px;
}
.nomargin-right {
	margin-right: 0px;
}
.nomargin-top {
	margin-top: 0px !important;
}
.nomargin-bottom {
	margin-bottom: 0px !important;
}
.nomargin-left-right {
	margin: 0px;
}
.nomargin-top-bottom {
	margin: 0px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
/* End No Margins */


/* Start Margins Spaces */
.all-margin-10 {
	margin: 10px;
}
.all-margin-20 {
	margin: 20px;
}
.all-margin-30 {
	margin: 30px;
}
.all-margin-40 {
	margin: 40px;
}
.all-margin-50 {
	margin: 50px;
}
.all-margin-60 {
	margin: 60px;
}
.all-margin-70 {
	margin: 70px;
}
.all-margin-80 {
	margin: 80px;
}
.all-margin-90 {
	margin: 90px;
}
.all-margin-100 {
	margin: 100px;
}
.margin-top-7 {
    margin-top: 7px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-12 {
	margin-top: 12px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-right-10 {
	margin-right: 10px;
}
.RTB-margin {
	margin: 0 0 10px 0;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-8 {
	margin-right: 8px;
}		
.margin-left-8 {
	margin-left: 8px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}	
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* End Margins Spaces */



 /* Start Tabs CSS */
.mgt-tabs {
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
}
ul.mgt-tabs li {
}
ul.mgt-tabs li a {
  padding: 12px 15px;
  line-height: normal;
  margin: 0;
}
ul.mgt-tabs li a:hover, ul.mgt-tabs li a:focus {
    color:#2a2c2d;
    background-color: transparent;
}
ul.mgt-tabs li.active a, ul.mgt-tabs li.active a:hover {
    font-weight:bold;
    border-bottom: solid 3px #48399b;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {
    border-radius: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: 0;
    font-size: 13px;
    color:#5b626b;
    font-weight: 500;
}
.nav-tabs > li.active a {
    border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 1px solid #ddd;
}
.nav-tabs > li.active a {
    border-radius: 0;
}
.nav-tabs > li.active a:hover {
    pointer-events: none;
}
.nav > li > a {
    position: relative;
    display: block;
	padding: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-top: 0px solid #ddd;
}
.nav-tabs > li > a:hover {
	text-decoration: none;
}
 /* End Tabs CSS */
/* Start Content Structure */
.inside-data-div {
	float: left;
    width: 100%;
}
.authpartner_container {
	float: left;
    width: 100%;
}
.manage-user-div {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.dataTables_filter {
	width: 100%;
	float: left;
}
.user-mgt-select-div {
    float: left;
    padding: 0;
}
.top {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.bottom {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
/* End Content Structure */

/* Start of Button Styles */
.link-button > a {
    width: auto;
    padding: 6px 14px;
    font-size: 13px;
    color: #fff !important;
    border-radius: 3px;
	font-weight: 400;
}
.link-button > a:focus {
    color: #fff;
}
.link-button > a:hover {
    color: #fff;
}
input[type="button"] {
    border: 0 none;
    border-radius: 3px;
    font-size: 13px;
    padding: 7px 14px;
    outline: none;
	cursor: pointer;
}
input[type="button"]:hover {
    color: #fff;
	background-color: #181818;
}
input[type="submit"] {
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
	font-weight: 400;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    outline: none;
}
input[type="submit"]:hover {
    color: #fff;
}
.new-search-button {
    width: auto;
    padding: 6px 14px;
    background-color: #e5063a;
    font-size: 13px;
    color: #fff !important;
    border-radius: 3px;
	font-weight: 400;
}
.link-out-button {
    border: 0 none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 13px;
	font-weight: 400;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    outline: none;
    width: 100%;
    margin-bottom: 5px;
    float: left;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.link-out-button:hover {
color: #fff;
	background-color: #181818;
}
.btn-link {
	color: #fff;
}
/* End of Button Styles */
/* Start of Form Elements */
.request-detail-wraper .comments_textarea input[type=text] {
    background-color:#efefef !important;
}
.comments_textarea input[type=text] {
    background-color:#fff;
}
.ocn-search input[type="text"]:focus, .comments_textarea input[type=text]:focus {
    background-color:#cecece;
}
input[type="search"] {
    background-color: #efefef;
    border:0;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}
input[type="search"]:focus {
    outline: none;
    background-color: #e1e1e1;
}

input[type="text"] {
    background-color:#efefef;
    border:0;
    color: #000;
	padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
    height: auto;
}
input[type="text"]:focus {
    outline: none;
    background-color: #e1e1e1;
}input[type="password"] {
    background-color:#efefef;
    border:0;
    color: #000;
	padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
}
input[type="password"]:focus {
    outline: none;
    background-color: #e1e1e1;
}
input[type="number"] {
    background-color: #efefef;
    border:0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
}
input[type="number"]:focus {
    outline: none;
    background-color: #e1e1e1;
}
input[type="email"] {
    background-color: #efefef;
    border:0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
	padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
}
input[type="email"]:focus {
    outline: none;
    background-color: #e1e1e1;
}
input[type="date"] {
    background-color: #efefef;
    border:0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
	padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
}
input[type="date"]:focus {
    outline: none;
    background-color: #e1e1e1;
}
.faa-spin.animated, .faa-spin.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-spin {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.dealer-email-dropdown select, .user-select-width select {
    width:100%;
}
#ddlProviderDateFilter {
width: 100%;
}
select {
    background-position:right 10px top 14px;
    background-color: #efefef;
    border:0;
    background-image: url("../../BundleDealer/images/select-arrow.png");
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: 200;
    padding:7px 22px 7px 7px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select:focus {
    outline: none;
    background-color: #efefef;
}
.select-width-new select {
    width:100%;
}
.dealer-email-dropdown select {
    width:100%;
}
.modal-form-row #et_Frequency{
    margin-bottom:10px;
}
.modal-form-row select {
    width: 100%;
}
.dataTables_filter label > input[type="search"] {
    width: 134px;
}
.adminpanel-taxRadio {
    margin-right: 12px;
    width: auto;
    float: left;
}
.adminpanel-taxRadio input[type="radio"] {
	margin-right: 3px;
}
.maskable + .unmask {
    position: absolute;
    right: 15px;
    top: 30px;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    outline: 0;
}
.maskable + .unmask:before {
    border: 0;
    background: url("../images/show.png") no-repeat scroll center top;
    content: "";
    height: 24px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 24px;
}
.maskable[type="text"] + .unmask:after {
    border: 0;
    background:url("../images/hide.png") no-repeat scroll center top;
    content: "";
    height: 24px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 24px;
    z-index: 9999;
}
.ms-options-wrap {
    -moz-appearance: none;
    background-color: #efefef;
    background-image: url(../../BundleDealer/images/select-arrow.png);
    background-position: right 10px top 14px;
    background-repeat: no-repeat;
    border: 0px solid #d7d7d7;
    border-radius: 3px;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 12px 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.ms-options-wrap:focus {
     background-color: #e1e1e1;
    outline: medium none;
}
.ms-options-wrap > button {
    background-color: transparent !important;
    border: 0 !important;
    color: #000 !important;
    font-size: 13px !important;
	font-weight: 400;
    padding: 0 0 0 0 !important;
}
.ms-options ul {
    padding: 10px;
    margin: 0;
    width: 100% !important;
}
.ms-options ul li {
    margin-right: 4px;
    width: 99%;
    font-size: 11px;
    list-style: none;
}
.ms-options-wrap > button:after {
    border: 4px solid rgba(0, 0, 0, 0) !important;
}
.ms-options div:nth-child(2) {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0;
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
    padding: 3px 8px;
}
a.chkimg {
    background-image: url("../images/filter-check.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    text-decoration: underline !important;
    padding: 0 0 0 12px;
    font-weight: 400;
    color: #000;
}
a.unchkimg {
    background-image: url("../images/filter-cross.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #000;
    padding: 0 0 0 10px;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 400;
}
a.chkimg:hover, a.unchkimg:hover {
	text-decoration: none !important;
	color: #e5063a;
}
.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label {
	font-size: 13px !important;
	color: #000 !important;
	font-weight: 400 !important;
    line-height: 16px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    left: 4px;
    margin: 0 5px 0 0;
    position: absolute;
    top: 5px;
}
.crosimg {
    background-image: url("../images/filter-close.png");
    display: block;
    float: right;
    height: 12px;
    margin: 4px 0 0;
    width: 12px;
}
.top .dataTables_filter label {
    font-size: 13px;
    margin: 0;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    border-radius: 3px;
    margin: 0 3px 0 0;
}
input[type="checkbox"]:checked::before {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    color: #fff;
}
textarea {
    background-color: #efefef;
    border: 1px solid #dfe8ed;
    border-radius: 3px;
    color: #000;
    padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
	font-weight: 400;
}
a.button-link {
    width: auto;
    padding: 7px 14px;
    font-size: 13px;
	font-weight: 400;
    color: #fff;
    border-radius: 3px;
	color: #fff !important;
	float: left;
	cursor: pointer;
}
a.button-link:hover {
	color: #fff !important;
}
.button-default {
    width: auto;
    padding: 7px 14px;
    font-size: 13px;
    border-radius: 3px;
	color: #fff !important;
	border: 0;
	cursor: pointer;
    touch-action: manipulation;
    transition: all 0.4s ease-in-out 0s;
}
.button-default:hover {
	color: #fff !important;
}
.button-with-100 {
	width: 100% !important;
	cursor: pointer;
}
.add-to-cart-button, .btnAddToCart {
	width: 100%;
	background: #181818 !important;
    transition: all 0.4s ease-in-out 0s;
}
.btnAddToCart {
    border: 0 solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 7px 10px;
}
.add-to-cart-button:hover {
	background-color: #373737 !important;
}
.view-detail-button {
	width: 100%;
}
.form-control:focus {
    color: #000;
    box-shadow: none;
}
.red {
	color: red;
}
form .form-group {
    position: relative;
    margin-bottom: 0;
}
/* End of Form Elements */

/* ON OFF BUTTON*/
/* Ref: https://bootsnipp.com/snippets/2oEB0 */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + input + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
input.cmn-toggle-round-flat + input + label {
    float: left;
    padding: 2px;
    width: 52px;
    height: 22px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    margin-bottom: 0;
}
    input.cmn-toggle-round-flat + input + label:before, input.cmn-toggle-round-flat + input + label:after {
        display: block;
        position: absolute;
        content: "";
    }
    input.cmn-toggle-round-flat + input + label:before {
        top: 1px;
        left: 1px;
        bottom: 1px;
        right: 1px;
        background-color: #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }
    input.cmn-toggle-round-flat + input + label:after {
        top: 3px;
        left: 4px;
        bottom: 3px;
        width: 16px;
        background-color: #dddddd;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }
input.cmn-toggle-round-flat:checked + input + label {
    background-color: #e5063a;
    float: left;
    height: 22px;
    width: 52px;
    margin-bottom: 0;
}
    input.cmn-toggle-round-flat:checked + input + label:after {
        margin-left: 29px;
        background-color: #e5063a;
    }
    .select-order-detail .readonly-wrap {
    border: 1px solid #dfe8ed;
    -moz-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 13px 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
    width: 100%;
    margin-top: 0;
    line-height: 1.42857143;
    margin: 0;
}
/* END: ON OFF BUTTON*/




/* START: SCREEN CAPTURE STYLING */
.page_Screenshots a {
    padding: 11px;
    border-radius: 3px;
    display: inline-block;
    position: fixed;
    right: 5px;
    bottom: 0px;
    outline: none;
    z-index: 7777;
}
.page_Screenshots a:hover {
    color: #e5063a;
}
.page_Screenshots i {
    font-size: 24px;
    color: #fff;
}
.page_Screenshots i:hover {
     color: #903df8;
}
.page_Screenshots .modal-header .close {
    font-size: 28px;
    line-height: 26px;
    padding: 0 10px 0 0;
    border: none;
    background-color: transparent;
}
.page_Screenshots .modal-body .form-group {
    text-align: right;
}
.page_Screenshots .modal-body .form-group input {
    width: 768px;
    display: -webkit-inline-box;
}
.screenshot_scroll {
    height: 365px;
    overflow-y: auto;
    overflow-x: inherit;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dfe8ed;
    border-radius: 8px;
    padding: 10px;
}
.modal-body .form-group textarea {
    background-color: #fff;
    border: 1px solid #dfe8ed;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
    min-height: 70px;
    max-height: 70px;
    outline: none;
}
.z_indx {
    z-index: 999999999;
}
.page_Screenshots .modal {
    z-index: 888888888;
}
.SS-modal-outer {
    max-width: 92%;
    margin-top: 20px;
}
.page_Screenshots .modal-header .close {
    font-size: 35px;
}
.screenshot_scroll {
    height: 365px;
    overflow-y: auto;
    overflow-x: inherit;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 10px;
}
.screenshot_scroll img {
    display: block;
max-width: 100%;
height: auto;
}
#js_submit_capture_screen_shot {
	margin-top: 10px;
}
/* END: SCREEN CAPTURE STYLING */

/* Start Scroll Page */
.scrollup {
    background: rgba(0, 0, 0, 0) url(../../BundleDealer/images/up.png) no-repeat scroll 0 0;
    display: none;
    height: 39px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
	bottom: 10px;
    width: 39px;
    z-index: 21474836;
    display: none;
    opacity: 1;
    position: fixed;
    right: 9px;
    bottom: 40px;
    z-index: 88888;
    font-size: 38px;
}
.scrolldown {
    background: rgba(0, 0, 0, 0) url(../images/down.png) no-repeat scroll 0 0;
    display: none;
    height: 39px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    top: 65px;
    width: 39px;
    z-index: 2147483647;
}
/* End Scroll Page */
/* Start Dealer Management Tabs */
.dealer-mgt-tab {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e3dfe0;
}
.dealer-mgt-tab li {
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    margin: 0;
    background-color: #c8c8c8;
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
}
.dealer-mgt-tab li a:hover {
    background-color: #e5063a;
    color: #fff;
    border-color: #b7b3b4;
	text-decoration: none;
}
.dealer-mgt-tab .active a {
	background-color: #e5063a;
	color: #fff;
}
.dealer-mgt-tab li a {
    padding: 10px 50px;
    transition: all 0.4s ease-in-out 0s;
	display: inline-block;
    width: -moz-available;
    width: -webkit-fill-available;
	color: #000;
}
/* End Dealer Management Tabs */
/* Start Dealer */
.dealer-tab-data-div {
	width: 100%;
	float: left;
}
.saleforce_form {
	width: 100%;
	float: left;
}
.dealer-info-form-sec {
	width: 100%;
    float: left;
    margin-bottom: 20px;
}
.page-head h2 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 0;
    font-style: normal;
    visibility: visible;
}
.tab-pane > h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 15px;
    padding: 0 0 6px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    font-style: normal;
visibility: visible;
}
.txtAreaSmsTextBody {
    resize: none;
    min-height: 95px;
    max-height: 95px;
}
.modal-form-row {
    margin-bottom: 12px;
    width: 100%;
}
.modal-form-row label {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: normal;
	font-weight: 400;
}
.modal-form-row input[type="password"] {
    background-color: #fff;
    border: 1px solid #dfe8ed;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.modal-form-row input[type="password"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.disable-input {
    background-color: #eee !important;
    color: #b7b7b7 !important;
}
.dealer-info-form-btm {
	width: 100%;
	float: left;
	margin: 0 0 25px 0;
}
/* End Dealer */
/* communication Template start */
.fancy-collapse-panel .card {
    border: 0;
    border-radius:0;
    margin-top: 10px;
    margin-bottom: 0;
}
.fancy-collapse-panel .card .card-header {
    border-radius:5px;
    margin-bottom:12px;
    border:0;
}
.fancy-collapse-panel .panel-default > .card-header {
    padding: 0;
    margin-bottom: 4px;
}
.fancy-collapse-panel .card-header a {
    padding: 12px 15px 12px 12px;
    display: inline-block;
    width: 100%;
    background-color: #f9f7f7;
    color: #000;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    font-size:14px;
}
.fancy-collapse-panel .card-header a.collapsed::before {
    content: "\f107";
}
.fancy-collapse-panel .card-header a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
    display: inline-block;
}
.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.card-body {
    padding: 0 15px 15px 15px;
    width: 100%;
    float: left;
}
.last-update-main {
    width: 16%;
    float: left;
    padding-top: 7px;
}
.last-update-main .c--anim-btn {
    height: 19px;
    overflow: hidden;
    width: 145px;
    float: right;
}
.last-update-main .last-modified-span {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    height: 19px;
    padding: 0 5px 3px;
    line-height: 17px;
    border:1px solid #e7e7e7;
}
.last-update-main .c--anim-btn:hover .c-anim-btn {
    margin-top: -1.9em;
}
.last-modified-span .marquee div label, .last-modified-span label {
	color: #000;
    font-size:10px;
}
.hlpicon-providers {
    margin-top: 15px;
}
.hlpicon-conditional {
    background: rgba(0, 0, 0, 0) url(../../BundleDealer/images/helpPending.png) no-repeat scroll left bottom / 100% auto;
    float: right;
    height: 13px;
    margin: 15px 7px 0 6px;
    width: 13px;
}
.ticket-on-right {
    width: 16%;
    float: right;
    padding-top: 0px;
    margin-right:22px;
}
.last-modified-span {
    background-color: #fff;;
    border-radius: 2px;
    color: #000;
    font-size: 9px;
    font-weight: normal;
    padding: 0;
    /*line-height: 10px;*/
    border: 1px solid #e7e7e7;
}
.mofified-main-span {
    border-radius: 3px;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    background-color: #a1b1bc;
}
/*Reference: http://codepen.io/RichardBray/pen/julhw */
.c--anim-btn span {
    text-decoration: none;
    text-align: center;
    display: block;
}
.c--anim-btn, .c-anim-btn {
    transition: 0.3s;
}
.c--anim-btn {
    height: 17px;
    overflow: hidden;
    width: 122px;
    margin-top: 5px;
}
.c-anim-btn {
    margin-top: 0em;
}
.c--anim-btn:hover .c-anim-btn {
    margin-top: -16px;
}
/*Reference: https://codepen.io/jamesbarnett/pen/kfmKa */
.marquee {
    height: 13px;
    width: 250px;
    overflow: hidden;
    position: relative;
}
    .marquee div {
        display: block;
        width: 300px;
        height: 15px;
        position: absolute;
        overflow: hidden;
        text-transform:uppercase;
        -webkit-animation: marquee 5s linear infinite;
        -moz-animation: marquee 5s linear infinite;
        -ms-animation: marquee 5s linear infinite;
        -o-animation: marquee 5s linear infinite;
        animation: marquee 5s linear infinite;
    }
.spectrum-first-feature {
    width: 300px;
}

.spectrum-first-feature div {
    width: 400px;
}
.spectrum-first-feature div {
        -webkit-animation: marquee 12s linear infinite;
        -moz-animation: marquee 12s linear infinite;
        -ms-animation: marquee 12s linear infinite;
        -o-animation: marquee 12s linear infinite;
        animation: marquee 12s linear infinite;
    }
@-moz-keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-webkit-keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-ms-keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-o-keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
/* Commnunication Template End */

/* Modal Start */
.modal-header {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 15px;
}
.modal-header #download-button {
    margin-right:8px;
}
.modal-title {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    flex: auto;
}
.modal-header button {
    outline:none;
}
.modal-header-theme .close {
    padding: 1rem !important;
    margin: -1rem -1rem -1rem auto !important;
}
/* Modal Start */

/* Qualify Form Start */
.card-header h2 button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 9px;
}
.card-header h2 button[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.login-accordian .card {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
    border: 0;
    margin-top: 0;
}
/*.card-header-zip {
	background-color: #b7b3b4;
	padding-right: 12px;
	padding-left: 12px;
    padding-bottom: 8px;
	padding-top: 8px;
}
.card-header-address {
	background-color: #e5063a;
	padding-right: 12px;
	padding-left: 12px;
    padding-bottom: 8px;
	padding-top: 8px;
}
.card-header-history {
	background-color: #181818;
	padding-right: 12px;
	padding-left: 12px;
    padding-bottom: 8px;
	padding-top: 8px;
}
.fa-refresh-history  {
    font-size: 21px;
    color:#fff;
}
card-header button {
    color: #fff !important;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: 1 !important;
}
.card-header button:hover {
	text-decoration: none;
	color: #fff;
}
.login-accordian .card-body {
    border: 1px solid #d0d0d0;
    width: 100%;
    float: left;
    padding: 35px 15px;
}*/
.bB_AgentId {
    float: left;
    position: relative;
    width: 49%;
    display: none;
}
.bB_SelectProvider {
    float: left;
    position: relative;
    width: 49%;
    margin-bottom: 10px;
    display: none;
}
.bB_SelectClient {
    display: none;
    width: 99%;
    margin-bottom: 10px;
    float: left;
    margin-left: 1%;
}
.main-search-div label {
    display: none;
}
.bB_Moving {
    float: left;
    margin: 12px 0 10px 0;
    position: relative;
    width: 100%;
}
.bB_Moving .home-radio {
    float: left;
    top: 4px;
}
.bB_Moving .home-lable {
    color: #767676;
    display: block;
    float: left;
    font-size: 13px;
    margin: 3px 0 0 0;
    width: auto;
    font-weight: normal;
}
.bB_Moving #IsUpgrading {
	margin-left: 20px;
}
.search-panel-body {
	margin: 0 auto;
	width: 80%;
}
.bB_Address, .bB_Apt, .bB_Zip {
	float: left;
	position: relative;
}
.bB_Address {
    width: 100%;
	margin-bottom: 8px;
}
.bB_Apt {
    width: 50%;
    padding-right: 5px;
}
.bB_Zip {
    width: 50%;
    padding-left: 5px;
}
.bB_LeadSourceCode {
    width: 100%;
    float: left;
    margin-top: 8px;
}
.bB_LeadSourceCode select {
    width: 100%;
}
.bB_LeadSourcePriority {
    width: 100%;
    float: left;
    margin-top: 8px;
}
.bB_LeadSourcePriority select {
    width: 100%;
}
.ZipCard .search-panel-body .SearchformGroup .formBorder .bB_Zip {
    width: 100%;
    padding-left: 0;
}
/* Qualify Form End */

/* Loading Start */
.loadingDiv {
    background: #fff none repeat scroll 0 0;
    height: 100vh;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 99999999999999999;
    top: 0px;
    text-align: center;
    padding-top: calc((100vh - 150px)/2);
}
.loadingDiv .loading {
    height: auto;
    width: 100px;
    z-index: 99;
}
/* Loading End */
/* Errors Start */
.inside-data-div .reqDiv {
    background: #fff none repeat scroll 0 0;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    font-size: 12px;
    left: 0;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-top: 8px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.field-validation-error {
    color: #ff5a5a;
    font-size: 12px;
    line-height: 24px;
	float: left;
}


.password-error {
    color: red;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0px;
    text-transform: initial;
    width: 100%;
}
.main-search-div .reqDiv {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff5a5a;
    border-radius: 5px;
    color: #ff5a5a;
    font-size: 12px;
    left: 0;
    padding:9px 10px;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 100%;
    line-height:1;
    min-height:34px;
}
.main-search-div .bB_Address .reqDiv{padding:6px 10px;}
.main-search-div .bB_Apt .reqDiv, .main-search-div .bB_Zip .reqDiv{width:98%;}
.main-search-div .bB_Zip .reqDiv{margin-left:5px;}
#SearchPg .search-bx .bB_Zip .reqDiv{margin-left: 4px;}

#SearchPg .search-bx .reqDiv{padding:8px 10px;}
/* Errors End */
 
/* Privacy Policy Page Start */
.Privacy-policy-section {
	float: left;
	width: 100%;
	margin-top: 0px;
    margin-bottom: 30px;
}
.term_of_use {
	float: left;
	width: 100%;
}
.term_of_use .heading-wrapper h3 {
    width: auto;
    float: left;
}
.term_of_use .heading-wrapper p {
    margin: 5px 0 0 9px;
    padding: 0;
    color: #7d7b7b;
    float:left;
}
.term_of_use ul, .Privacy-policy-section ul {
    /*background-color: #e6e6e6;*/
}
.term_of_use ul li, .Privacy-policy-section ul li {
    width: 100%;
}
.term_of_use ul li a, .Privacy-policy-section ul li a {
    font-size: 14px;
    border: none;
    color:#b2b2b2 !important;
    padding: 9px 17px;
    text-decoration:none;
}
.term_of_use ul li.active, .Privacy-policy-section ul li.active {
    border-right: 1px solid #fff;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 0 0 5px;
}
.term_of_use .nav-pills .nav-link.active, .term_of_use .nav-pills .show > .nav-link {
    border-right: 1px solid #fff;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 0 0 5px;
    outline:none;
    color: #000 !important;
    background-color: #fff !important;
}
.term_of_use ul li.active a, .Privacy-policy-section ul li.active a {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}
.term_of_use ul li a:hover, .Privacy-policy-section ul li a:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    outline:none;
}
.pdf-header {
	width: 100%;
	float: left;
	padding-bottom: 6px;
	margin-bottom: 14px;
}
.pdf-header p {
	float: left;
	margin: 4px 0 0 0px;
	font-size: 13px;
	color: #000;
}
.pdf-header h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.inner_ul ul {
    background-color: transparent !important;
}
.inner_ul ul li {
    margin-bottom: 10px;
    font-size: 13px;
}
.privacy_policy_nav_heading {
    padding-right: 0 !important;
    padding-left: 15px;
    position: relative;
    z-index: 6;
}
.privacy_policy_content {
    border-left: 1px solid #e7e7e7;
    margin-left: -1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* Privacy Policy Page Start */
/*Signup Page Start*/
.dealer-pending-tabs {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}
.signup-req {
	color: red;
}
.dealer-pending-tabs li.active {
    cursor: pointer;
}
.dpt .box-item {
    margin-right: 8px;
    padding: 0 20px;
}
.dealer-pending-tabs .active {
    background-color: #0b4175;
    color: #fff;
}
.box-item {
    display: inline-block;
    margin-right: 10em;
    position: relative;
}
.box-item:before, .box-item:after {
    content: '';
    width: 6em; /* size of your margin */
    position: absolute;
    top: 50%;
}
    .box-item:after {
        left: 100%;
    }
    .box-item:before {
        right: 100%;
    }
    .box-item:first-of-type:before, .box-item:last-of-type:after {
        display: none;
    }
.dealer-pending-tabs .active {
    background-color: #3ab54a;
    color: #fff;
	border: 1px solid #3ab54a;
}
.dealer-pending-tabs .active .dealer-tab-heading {
    color: #fff;
}
.box-item a:hover {
    text-decoration: none;
}
.dealer-tab-number {
   padding: 0;
    background-color:#a8a8a8;
    border-radius: 50px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 10px 0 10px 0;
    display:inline-block;
    color:#fff;
}
.dealer-pending-tabs .active .dealer-tab-number {
    background-color:#fff;
    color:#3ab54a;
}
.dealer-tab-heading {
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
    line-height: 45px;
    text-transform: capitalize;
    color:#a8a8a8;
}
.dealer-pending-tabs span.dealer-tab-number::before {
    counter-increment: approvalSteps;
    content: counter(approvalSteps);
}
.dealer-info-tab, .provider-dealer-tab, .dealer-configuration-tab {
    width: auto;
    float: left;
    border-radius: 4px;
    border:0;
    padding-right:0 20px;
    background-color: #f0f1f3;
}
.dpt .box-item::before, .dpt .box-item::after {
    width: 4em;
}
.tab-pane h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
}
ul.pci-Compliant {
    margin: 0;
    padding: 0;
}
ul.pci-Compliant li {
    list-style: none;
    margin: 0 12px 0 0;
    padding: 0;
    display: inline;
    float: left;
}
ul.pci-Compliant li label {
    margin-top: 0px;
}
ul.pci-Compliant li input {
    margin: 0 2px 0 0 !important;
    position: relative;
    top: 2px;
}

.CurrentProviders-div {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}
.template-select {
    margin-left: auto;
}
.provider-affiliation-div {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    margin-bottom: 10px;
}
.ProviderGroup-div {
    float: left;
    width: 32%;
}
.provider-affiliation-grid {
    float: left;
    width: 46%;
    margin-right: 10px;
    padding: 10px 0;
}
.ProviderGroup-div .provider-affiliation-grid {
    float: left;
    width: 100%;
}
.provider-affiliation-grid select {
    width: 100%;
}
div[id^="Providerlist"] {
width: 1149px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    float: left;
    margin-top: 0px;
    /*border-bottom: solid 2px #e5e5e5;*/
    display: none;
}
.ProviderAffiliationGrop {
    float: left;
    width: 67%;
    margin-left: 1%;
}
.PA-remove {
    float: left;
    width: 3%;
    margin-right: 0px;
    margin-top: 17px;
}
.CustomerExperience-div {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}
#CustomerExperienceFormElements, #MarketingTacticsFormElements {
    margin-top: 5px;
}
#MarketingTacticsFormElements .modal-form-row, #CustomerExperienceFormElements .modal-form-row {
    margin-bottom: 20px;
    border-bottom: solid 1px #f5f3f3;
    padding-bottom: 20px;
}
#MarketingTactics ul.pci-Compliant {
    margin: 0px 0 0 0;
    padding: 0;
}
.MarketingTactics-div {
    width:100%;
    float:left;
    margin:12px 0 0 0;
}
.mt-url {
    float: left;
    width: 100%;
    position: relative;
}
.mt-url input[type="text"] {
    padding-right: 32px;
}
.addurl-btn {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 1;
    padding: 0;
}
.captcha-dealer {
    width: 30%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.captcha-dealer img {
    width: auto;
    border-radius: 5px;
}
.fedral-tax-lable label {
    padding: 0;
    margin: 0;
}
.NewCompany {
    margin: 0 0 15px 0;
}
.NewCompany .dealer-info-tab {
    padding-right: 14px;
}
.NewCompany .box-item {
    margin-right: 8px;
    text-align:center;
    background-color:#f0f1f3;
    border: 0;
    line-height: 3;
    padding: 0 20px;
}
.NewCompany .dealer-tab-number {
    padding: 0;
    background-color: #a8a8a8;
    border-radius: 50px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 10px 0 10px 0;
}
.NewCompany .dealer-tab-heading {
    font-size: 12px;
    line-height: 45px;
    text-transform: capitalize;
    color: #a8a8a8;
}
.NewCompany li.active {
    background-color:#3ab54a;
}
.NewCompany li.active .dealer-tab-number {
    background-color:#fff;
    color:#3ab54a;
}
/*Signup Page End*/
/*Modal Start*/
.modal {
    z-index: 999999;
}
.modal-outer {
    max-width: 70%;
}
.modal-inner {
    height: auto;
}
.modal-content {
    float: left;
    width: 100%;
    border-radius:8px;
}
button.exit {
    display: block;
    border: 0 solid transparent;
    background-color: transparent;
    outline: none;
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 2147483647;
}
.btn-close {
    background-size: 60%;
    box-shadow: none !important;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    z-index: 999;
}
.read-more-modal {
    margin-top: 15px;
}
.modal-header .close {
    padding: 3px;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: 0;
    font-size: 1.4rem;
}
button.exit img {
    width: 20px;
    margin-top: 8px;
    margin-right: 5px;
}

.close {
    opacity: 1;
}
.new-modal-body {
    float: left;
    padding:20px 20px;
    padding-top: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0;
    padding-left: 0;
}
. {
    margin-top:0;
}
.new-prod-head {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 0px 15px 15px 15px;
}
.emailbtn {
    padding: 9px 7px !important;
    border: 0 none;
}
.send-btn {
	width: 100%;
}
.orderDetailDiv .accordion-toggle:after {
	margin-right: 8px;
}
.sub-tab {
    width:100%;
    float:left;
}
.sub-tab ul li a {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 12px 15px;
    line-height: normal;
    font-size:13px;
    color:#5b626b;
}
#General ul li a {
    padding:0 !important;
}
.new-prod-body .od_topsp {
    float: left;
    height: 405px;
    margin-top: 12px;
    overflow: auto;
    width: 100%;
    padding-right: 10px;
}
.pan-price-contract h6 {
    font-size: 14px;
	padding: 0;
}
.work-bench-pop-btn {
    width: auto;
    float: left;
    margin-right: 12px;
}
/*Modal End*/


/*Start Alert message*/
.main-alert {
    margin: 20px 0 60px;
    padding-top: 75px;
}
.main-alert p {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.main-alert h3 {
    font-size: 139px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    line-height: 143px;
}
/*End Alert message*/
body {
    counter-reset: approvalSteps;
}
 .dealer-pending-tabs span.dealer-tab-number::before {
    counter-increment: approvalSteps;
    content: counter(approvalSteps);
}
.ThankyouPage-topsp {
    margin-top: 10px;
	float: left;
	width: 100%;
}
.ThankyouPage-topsp p {
	float: left;
	width: 100%;
}
.ThankyouPage-topsp a:hover {
	color: #fff;
}
 .Content_wrapper {
    float: left;
    width: 100%;
}
 .pull-right {
    float: right;
}
 /*Offer Comparasion Start*/
.tabs-div {
    background-color: #b0b0b0;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #b0b0b0;
    border-top: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
	overflow: hidden;
}
.comparepopup {
    list-style: outside none none;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}
ul.comparepopup li {
	width: auto;
	float: left;
}
ul.comparepopup li a {
	width: auto;
	float: left;
	line-height: 22px;
	font-size: 16px;
	padding: 10px 15px !important;
	color: #fff;
     transition: all 0.4s ease-in-out 0s;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #e5063a none repeat scroll 0 0;
	color: #fff;
}
.view-detail-sub {
	margin-bottom: 10px;
}
ul.comparepopup li.active a, ul.comparepopup li.active a:hover, ul.comparepopup li.active a:focus {
    background-color: #fff;
    padding: 10px 15px !important;
    color: #303030 !important;
    transition: initial;
}
.logo-container h5 {
	color: #000;
}
/*Offer Comparasion End*/

/* New Under line tabs Start */
.new-underline-tabs {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom:15px;
}
.new-underline-tabs li {
    position: relative;
}
.new-underline-tabs li {
    margin-bottom: 0px;
}
.new-underline-tabs > li > a {
    margin-bottom:0;
    font-size:14px;
    padding: 15px 12px;
    text-decoration:none;
    color:#a0a5ae !important;
}
.new-underline-tabs > li > a:hover {
    background-color:#fff;
    color:#000;
    border:none;
    box-shadow: none;
}
.new-underline-tabs > li > a:focus {
    border: none;
    box-shadow: none;
}
.new-underline-tabs > li > a.active {
    border: 0 none;
    color: #000 !important;
    font-weight:700;
    pointer-events:none;
}
.new-underline-tabs > li > a:hover::after, .new-underline-tabs > li > a.active::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.new-underline-tabs > li:hover > a::after {
  background:none;
}*/
.new-underline-tabs > li > a::after {
    content: "";
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.underline-tabs-div {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
    overflow: hidden;
}
/* New Under line tabs End */
.tabLoader {
    border: 2px solid #f6f8ff;
    border-top-color: #48359e;
    width: 14px;
    height: 14px;
    float: right;
    margin: 2px 0 0 6px;
    border-radius: 50%;
}
.tabLoading {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 7;
    /*z-index: 99999999999999;*/
    top: 0;
    left: 0;
}
.user-new-error {
    margin-top: 10px;
}
.steps-wid .responsive-tabs-container {
	width: 100%;
}
.pdf-header-col a:hover {
	color: #fff;
}
.URL-list {
	float: left;
	width: 100%;
}
ul.listofurl {
	margin: 0px;
	display: block;
}
ul.listofurl > li {
	float: left;
	padding: 5px;
	background-color: #efefef;
	margin:6px 5px 0 0px;
	border-radius: 5px;
}
ul.listofurl > li:first-child {
	margin-left: 0px;
}
ul.listofurl > li > span {
	float: right;
	margin-left: 10px;
}
.toast-message {
    margin: 3px 5px;
    color: #fff !important; 
}
.toast-message ul li{
    color: #fff; 
}
#toast-container{
    margin-bottom: 10px;
}
.pre-logoin-body {
	margin-top: 69px;
	margin-bottom: 55px;
}
.inactiveLink {
    pointer-events: none;
}


.ocn-number {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.form-select-dropdown {
    width: 100%;
    float: left;
}
.form-select-dropdown select {
    width: 100%;
    float: left;
}




/* Start button spacing css */
.col-div {
    float: left;
    margin-right: 8px;
}
.col-div label {
    float:left;
}
.col-div select {
}
#TimePair {
    float: left;
}
.verifyorder-btn {
    float:left;
}
.TopGrid-space input[type="button"], .buttonset1 input[type="button"], .report-get-btn input[type="button"], .filterButtonPad input[type="button"], .switchBoard-btn input[type="button"], .RTB-btn input[type="button"], .verifyorder-btn input[type="button"] {
    margin-right: 8px;
    float: left;
}
.TopGrid-space input[type="button"]:last-child, .buttonset1 input[type="button"]:last-child, .report-get-btn input[type="button"]:last-child, .filterButtonPad input[type="button"]:last-child, .switchBoard-btn input[type="button"]:last-child, .RTB-btn input[type="button"]:last-child, .verifyorder-btn input[type="button"]:last-child {
    margin-right:0px;
}
.reporting-tabs .nopadd-left {
    padding-right: 8px;
}
/* End button spacing css */

.box-a{box-shadow:0 0 13px 0 rgba(236,236,241,.44); border-radius:5px; background-color:#fff;}

/*#bd_themes {margin-left: 100px; width: 100px;}*/

.testSite {
    position: fixed;
    left: 0;
    z-index: 9999;
    right: auto;
    bottom: 38px;
    width: 75px;
    height: auto;
}
.SessionSpyImg {
    position: fixed;
    left: 0;
    z-index: 9999;
    right: auto;
    bottom: 63px;
    width: 75px;
    height: auto;
}

.alert{display: inline-block; padding: 8px 12px;}

.forgot-pass-bx{padding:0 0;}
.forgot-pass-bx .inner-bx{padding:112px 50px; background:#fff url(../images/forgetpassword-bg.svg) right center no-repeat; background-size:50%;}
*::-ms-backdrop, .forgot-pass-bx .inner-bx{background:#fff url(../images/forgetpassword-bg.svg) right -360px  center no-repeat; background-size:100%;}/* IE11 */
.forgot-pass-bx button{width:100%;}
.forgot-pass-bx .alert{margin-top:10px; width: 100%;}

.change-pass-bx{padding:0 0;}
.change-pass-bx .inner-bx{padding:60px 50px; background:#fff url(../images/changePassword-bg.png) right center no-repeat; background-size:68%;}
.change-pass-bx button{min-width:90px;}

.change-pass-bx.invitation{margin-top:15px;}
.change-pass-bx.invitation .field-validation-error{margin-top: 2px; line-height: 20px;}

#changePassPg .inside-section > .container > .row {margin-right:0px !important; margin-left:0px !important;}
#changePassPg .change-pass-bx label{margin-bottom: .3rem; float:left; width:100%;}
#changePassPg .change-pass-bx input, #changePassPg .change-pass-bx input[type="text"],  #changePassPg .change-pass-bx input[type=password] {background-color: #f0f1f3; border: 1px solid #f0f1f3; color: #000; padding: 8px 12px; transition: all 0.4s ease-in-out 0s; border-radius: 3px; width:100%;}
#changePassPg .change-pass-bx input[type="text"]:focus {
    outline: none; background-color: #c9c8c8;}
#changePassPg .form-group{position:relative; margin-bottom:0;}
#changePassPg .form-group .field-validation-error{background: #fff none repeat scroll 0 0; border: 1px solid #ff5a5a; border-radius: 5px; color: #ff5a5a; font-size: 12px; left: 0; padding: 6px 12px; position: absolute; width: 100%; line-height:2; height:38px; vertical-align:middle; display:inline-table;}
#changePassPg .form-group .field-validation-error{ position:absolute; top:26px;}
:-ms-lang(x), #changePassPg .form-group .field-validation-error {margin-top:-38px;} 

.themeColor-bx{width:auto; padding:0 15px 15px 15px; background:#fff; z-index:9999999; overflow-y: auto; transition:all 0.5s ease-in-out; height: auto;}
.themeColor-bx.show{right:0px;}
.themeColor-bx h3 .close{}
.themeColor-bx h3 .close img{margin:0;} 
.themeColor-bx ul{list-style:none; margin:0; padding:0;}
.themeColor-bx ul li{margin-top:10px; float: left; padding-right: 15px; width:20%;}
.themeColor-bx ul li:hover{cursor:pointer;}
.themeColor-bx ul li p{margin:0; line-height:2;}
.themeColor-bx ul li picture{position:relative; float:left;}
.themeColor-bx ul li picture span{position:absolute; width:100%; background-color:rgba(255,255,255,0.8); text-align:center; display:none; height: auto;}
.themeColor-bx ul li picture span .fas{color:#4835a0; font-size:24px; line-height:98px;}
.themeColor-bx ul li img{max-width:100%; border:1px solid #e7e7e7;}
.themeColor-bx ul li:hover picture span, .themeColor-bx ul li.active picture span{display:block;}
#themeColor-bx {display:none}
.nav-themeColor {display:none !important}

#notification-bx{width:370px; padding:7px 10px 21px 10px; position:fixed; right:-400px; top:54px; background:#fff;  box-shadow: -2px 0 5px rgba(0,0,0,0.1); z-index:9999999; overflow-y: auto; transition:all 0.3s ease-in-out; height: calc(100vh - 103px);}
#notification-bx.show{right:0px;}
#notification-bx h3 .close{}
#notification-bx h3 .close img{margin:0;} 
.notification-group {margin-top:0;}
#notification-bx ul li:hover{cursor:pointer;}
#notification-bx ul li picture{position:relative;}
#notification-bx ul li picture span{position:absolute; width:100%; background-color:rgba(255,255,255,0.8); text-align:center; display:none;}
#notification-bx ul li picture span .fas{color:#4835a0; font-size:24px; line-height:141px;}
#notification-bx ul li img{max-width:100%; border:1px solid #e7e7e7;}
#notification-bx ul li:hover picture span, #themeColor-bx ul li.active picture span{display:block;}
#notification-bx button.exit {
   right: 4px;
    top: 0;
}
.notification-status {
    margin-right:5px;
}
.notification-tab {
    width:100%;
    float:left;
    background-color:#e7e7e7;
    padding:6px;
    border-radius:3px;
    cursor: text;
}
.notification-tab .fa-flag {
    width:auto;
    float:left;
    padding: 7px 5px 0 0;
}
.notification-tab h4 {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}
.notification-tab span.label {
    width: auto;
    float: right;
    background-color: #9f9f9f;
    padding: 0px 6px;
    border-radius: 3px;
    color: #fff;
}
.notification-list {
    width:100%;
    float:left;
}
.notification-list-item {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 10px;
     cursor: text;
}
.notification-list-item p.title {
    font-size: 15px;
    margin: 8px 0 2px 0;
    padding: 0;
    line-height: 18px;
    color:#5b626b;
    cursor: text;
}
.notification-list-item p.discription {
    font-size: 13px;
    margin: 5px 0 2px 0;
    padding: 0;
    line-height: 16px;
    cursor: text;
}
.notification-list-item span.notification-low-priority {
    margin-left: 0;
    width: auto;
    float:right !important;
}
.notification-list-item span.date {   
    cursor: text;
}
.notification-list-item span.notification-high-priority {   
    cursor: text;
    float:right !important;
}
.notification-list-item span.notification-med-priority {   
    cursor: text;
    float:right !important;
}
.tooltip {
    z-index:99999999;
}
.bth-btn:hover {
    color:#fff;
}
.modal-open .modal {
    padding-right:0 !important;
}

#SignUpPg .signup-tabs li{text-align:center; border: 0;}
#SignUpPg form .form-group .field-validation-error, #SignUpPg .forgot-pass-bx .div-flow .field-validation-error {
    background-color: #fff;
    border: 1px solid #ff5a5a;
    border-radius: 5px;
    color: #ff5a5a;
    font-size: 12px;
    left: 0;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    line-height:1.6;
}
*::-ms-backdrop, #SignUpPg form .form-group .field-validation-error, #SignUpPg .forgot-pass-bx .div-flow .field-validation-error{padding:7px 12px;}/* IE11 */

/*----Zip Qualification Provider Configuration CSS Start----*/
.zip-search-qualify {
    width:25%;
    float:left;
}
.zip-status-qualify {
    padding-left:12px;
    width:26%;
    float:left;
}
.zip-status-qualify label {
    float:left;
    padding:6px 6px 0 0;
    font-size:13px;
    line-height:22px;
}
.providers-list {
    border-radius:0;
}
.providers-list .list-group-item {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    transition: background-color 0.3s;
    border-bottom:1px solid #dee2e6;
    border-left:0;
}
.zp-left-scroll {
    max-height:418px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.providers-list .list-group-item:hover {
    background-color: #f1f2f4;
}
.provider-item.active {
    background-color: #fdf8f8;
    color: #777;
}
.list-group-item.active {
    border-color: #dee2e6;
}
.btn-close-size {
    background-size:43% !important;
}
.zqoc-provider {
    width: 65%;
}
.providers-list .list-group-item.no-provider {
    background-color: #f1f1f1;
    color: #6c757d;
    text-align: center;
    font-style: italic;
}
.status-badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
}
.zqpc-right-frame {
    padding-left:0!important;
    border-radius:8px;
}
.provider-details {
    padding: 12px;
    border-radius: 0;
}
.BD-Offers-Card {
    float: left;
    width: 100%;
    background-color: #fff
}
.BD-txt {
    min-height:275px;
}
.BD-offer-box {
    float: left;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;
}
.BD-offer-box .BD-txt {
    float: left;
    width: 100%;
    padding: 10px 12px 10px;
}
.BD-offer-box p {
    font-size: 22px;
        color: #333;
        margin-bottom: 10px;
}
.BD-offer-box h4 {
    font-size: 17px;
    font-weight: bold;
    color: #EB003B;
    margin-bottom: 10px;
  }
.zqoc-select {
   
    background-position: right 10px top 14px;
    background-color: #efefef;
    border: 0;
    background-image: url("../../BundleDealer/images/select-arrow.png");
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: 200;
    padding: 7px 35px 7px 7px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.zqoc-select::after {
    display:none;
}
.zqpc-img-thumb {
    border: 0;
}
.zqoc-img-thumbnail {
    border:0;
}
.zqoc-container {
    width: 100%;
    float: left;
}
.head-imgs {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 12px 10px;
}
.head-imgs .logo-img {
    width: 115px;
}
.head-imgs .wifi-icn {
    float: right;
    margin-top: 18px;
    height:20px;
}
.head-imgs .internet-tv-icn {
    float: right;
    margin-top: 18px;
}
.head-imgs .bundle-icn {
    float: right;
    margin-top: 18px;
}
.api-headings {
    float: left;
    width: 100%;
}
.api-headings h2 {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.BD-offer-box ul {
    padding-left: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}
.BD-offer-box ul li {
    background-size: 5px 11px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding: 0 0 0 10px;
    line-height: 18px;
    font-size: 13px;
    background-image: url("../../BundleDealer/images/responsive-right.png");
}
.BD-sm-txt {
    float: left;
    width: 100%;
    min-height: auto;
}
.BD-sm-txt span {
    float: left;
    width: 100%;
    font-size: 11px;
    color: #000;
    line-height: 14px;
}
.call-btn {
    float: left;
    width: 100%;
    text-align: center;
}
.unit-form label {
    width: 35%;
    float: left;
    margin-bottom: 8px;
    line-height:32px;
}
.unit-form input, .unit-form select {
    width: 65%;
    float: left;
    margin-bottom: 8px;
}
/*----Zip Qualification Provider Configuration CSS End----*/
/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto) {
    #SignUpPg form .form-group .field-validation-error, #SignUpPg .forgot-pass-bx .div-flow .field-validation-error, .sec-scheduleACall-form .form-group .field-validation-error{top:26px; line-height:1.6;}
}
/*----MS Edge Browser CSS End----*/
 

#SignUpPg .modal-form-row {
    margin-bottom: 12px;
    width: 100%;
}
#SignUpPg .modal-form-row.companyinfo-checkbox .field-validation-error #disclaimer-error {
    float: left;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ff5a5a;
    border-radius: 5px;
    margin: 6px 0;
}
#SignUpPg .companyinfo-checkbox .field-validation-error{width:80%;}

html{padding-bottom:36px;}

@media (min-width: 768px){
.container {max-width:92%;}
#SearchPg .sessionspy-div{padding-left:15px; padding-right:15px;}
.container .SessionSpyForm-bx .container {max-width:100%; padding-left:0px; padding-right:0px;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}

}

@media (min-width: 992px){
.container {max-width:900px;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}
}

@media (min-width:1024px){
.container {max-width:940px;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}
.container .SessionSpyForm-bx .container {max-width:100%; padding-right:15px;}
}

@media (min-width: 1200px) {
.container {max-width: 93%;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}
}

@media (min-width: 1366px) {
html{padding-bottom:32px;}
*::-ms-backdrop, #hmPg .sec-partner-logo{margin-bottom:32px;}/* IE11 */
.container {max-width:1250px;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}
}

@media (min-width: 2560px) {
html{padding-bottom:110px;}
.container {max-width:1800px;}
#changePassPg .inside-section > .container{max-width:100%; padding-right:0px; padding-left:0px;}
}



.la-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.la-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.la-modal-header {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.la-modal-body {
    font-size: 20px;
    margin-bottom: 20px;
}

.la-modal-footer {
    text-align: right;
}







