/*variables*/
/*End variables*/
/*mixins*/
.shadow-bottom{
  box-shadow: 0px 3px 3px #d2d4d6;
  -moz-box-shadow: 0px 3px 3px #d2d4d6;
  -webkit-box-shadow: 0px 3px 3px #d2d4d6;
}
.panel-default {
 /* box-shadow: 3px 3px 3px #888888;
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
*/
}
.btn-primary {
 background: #23ED15;
  /* box-shadow: 0px 3px 3px #12b807; */
  /* -moz-box-shadow: 0px 3px 3px #12b807; */
  /* -webkit-box-shadow: 0px 3px 3px #12b807; */
  color: #ffffff;
  font-size: 15px;
  padding: 5px 15px;
}
/*.btn-primary:hover {
  background: #ea9d2e;
    color: #000000;
}*/
/*End mixins*/
/*comman classes*/
label {
font-size:13px;
}
.container-fluid {
  padding: 0px;
}
img {
  max-width: 100%;
}
/*Form Classes*/
.form-group {
  margin-bottom: 8px;
  font-size: 12px;
}
.form-control {
  height: 30px;
  padding: 0 12px;
}
/*input[type=text]{
  height: 30px;
  padding:0 0 0 12px; 
}*/

.panel {
    margin-bottom: 10px;
}
/*End Form Classes*/
/*End comman classes*/
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
/*header*/

.marB8 {
    margin-bottom:8px;
}
.lnp-search-popup{
    background: rgb(77, 145, 204) none repeat scroll 0% 0%;
border: 1px solid #4180B6;
color: rgb(255, 255, 255);
border-radius: 3px;
}
/*start Form LNP_POPUP*/
.lnp-did {
    float: left;
    list-style: outside none none;
    margin: 2% 0 0;
    padding: 0 1%;
    width: 100%;
}
.lnp-did > li {
    border: 1px solid #ddd;
    float: left;
    margin-right: 0.5%;
    padding: 2% 0;
    text-align: center;
    width: 24.5%;
}
/*End Form LNP_POPUP*/

.input-group.full-width {
    width:100%;
}
.input-group-addon.searh-btn {
    padding: 4px 2px;
}

#body-wrapper header {
  /* box-shadow: 0px 3px 3px #d2d4d6; */
  -moz-box-shadow: 0px 3px 3px #d2d4d6;
  /* -webkit-box-shadow: 0px 3px 3px #d2d4d6; */
  background-color: #d7d7d7;
  height: auto;
  padding-left: 0px;
}
.logo {
  margin: 0px;
  display: block;
  float: left;
  /*background: #141d25;*/
  padding: 8px 12px 7px 11px;
}
.user-info {
  float: left;
  padding: 0px 10px;
}
.user-info .profile-pic {
  float: left;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 10px 0px;
}
.user-info .profile-pic img {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.user-info .profile-info {
  display: inline-block;
  position: relative;
  top: 13px;
}
.user-info .profile-info span.name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #5e5e5e;
  margin-left: 10px;
}
.user-info .profile-info span.position {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #326538;
  margin-left: 10px;
  text-shadow: 1px;
}
ul.nav-links li {
  float: left;
  /*border-right: 1px solid #d2d4d6;
    border-left: 1px solid #d2d4d6;*/
  width: 70px;
  text-align: center;
  background: url(../images/border.jpg) repeat-y left;
}
ul.nav-links li ul.dropdown-menu {
  padding: 0px;
  background-color: #FFF;
  left: -100px;
  top: 100%;
  box-shadow: none;
}
ul.nav-links li ul.dropdown-menu li {
  float: none;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0c0c0;
}
ul.nav-links li ul.dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
  height: auto;
  color: #326538;
}
ul.nav-links li ul.dropdown-menu li a:hover,
ul.nav-links li ul.dropdown-menu li a:focus {
  background: #990000;
  color: #fff;
}
ul.nav-links li ul.dropdown-menu li a img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  float: right;
}
ul.nav-links li ul.dropdown-menu li a small {
  color: #4a4747;
}
ul.nav-links li a {
  display: block;
  height: 60px;
  margin: 0 auto;
  position: relative;
  padding: 10px 6px;
}
ul.nav-links li a img {
  margin: 0px;
  height: 20px;
  width: 20px;
}
ul.nav-links li a.billing {
  background: url('../images/billing-icon.png') center no-repeat;
}
ul.nav-links li a.billing:hover {
  background: url('../images/active-billing.png') center no-repeat;
}
ul.nav-links li a.user {
  background: url('../images/user-icon.png') center no-repeat;
}
ul.nav-links li a.user:hover {
  background: url('../images/active-user.png') center no-repeat;
}
ul.nav-links li a.dashboard {
  background: url('../images/dashboard-icon.png') center no-repeat;
}
ul.nav-links li a.dashboard:hover {
  background: url('../images/active-dashboard.png') center no-repeat;
}
ul.nav-links li a.menu-bar {
  background: url('../images/menu.png') center no-repeat;
}
ul.nav-links li a.menu-bar:hover {
  background: url('../images/active-menu.png') center no-repeat;
}
ul.nav-links li a.setting {
  background: url('../images/setting-icon.png') 16px center no-repeat;
}
ul.nav-links li a.setting:hover {
  background: url('../images/active-setting.png') 16px center no-repeat;
  color: #12b807;
}
ul.nav-links li a.setting span.caret {
  margin: 13px 0px 0px 26px;
  color: #ffffff;
}
/*End header*/
/*Side-panel*/
.breadcrumb {
  margin-bottom: 0px;
  font-size: 12px;
  /*background:none;*/
}
.breadcrumb li a {
  color: #b0afaf;
}
.breadcrumb li.active {
  color: #2e363d;
}
a.back {
  font-size: 12px;
  line-height: 36px;
  color: #990000;

}
aside {
  position: relative;
  height: 100%;
  top: 61px;
}
aside .navbar-default {
  background-color: #5e5e5e;
  position: absolute;
  width: 232px;
  transition: all ease 1s;
  z-index: 5;
}
aside .navbar-default ul.side-bar {
  height: auto;
  background-color: #5e5e5e;
  z-index: 1;
  transition: all ease 0.5;
}
aside .navbar-default ul.side-bar li.menu-search {
  background: #2e363d;
  padding: 10px;
  color: #63686d;
  height: 50px;
}
aside .navbar-default ul.side-bar li.menu-search input {
  background: #2E363D;
  border: 0px;
  height: 30px;
  width: 193px;
}
aside .navbar-default ul.side-bar li {
  color: #fff;
  display: block;
  border-top: 1px solid #222a32;
  border-bottom: 1px solid #000000;
  height: 45px;
  background-color: #5e5e5e;
}
aside .navbar-default ul.side-bar li a {
  padding: 10px 10px 10px 55px;
  color: #fff;
  position: relative;
  height: 45px;
}
aside .navbar-default ul.side-bar li a:hover,
aside .navbar-default ul.side-bar li a:active {
  background-color: #2e363d;
}
aside .navbar-default ul.side-bar li a label {
  font-weight: normal;
}
aside .navbar-default ul.side-bar li a i.fa-chevron-right {
  float: right;
  margin-top: 4px;
}
aside .navbar-default ul.side-bar li a span {
  background: url('../images/sprite.png') no-repeat;
  position: absolute;
  height: 30px;
  width: 45px;
  top: 2px;
  left: 6px;
}
aside .navbar-default ul.side-bar li a span.menu-new {
  background-position: 5px 0px;
}
aside .navbar-default ul.side-bar li a span.menu-customer {
  background-position: 5px -36px;
}
aside .navbar-default ul.side-bar li a span.menu-PBX {
  background-position: 5px -77px;
}
aside .navbar-default ul.side-bar li a span.menu-SIP {
  background-position: 5px -115px;
}
aside .navbar-default ul.side-bar li a span.menu-Number {
  background-position: 5px -152px;
}
aside .navbar-default ul.side-bar li a span.menu-Fax {
  background-position: 5px -188px;
}
aside .navbar-default ul.side-bar li a.side-icons {
  font-size: 18px;
  margin-right: 0px;
  padding: 0px;
  display: inline-block;
  height: auto;
  color: #63686d;
}
aside .navbar-default ul.side-bar li a.side-icons:hover,
aside .navbar-default ul.side-bar li a.side-icons:focus {
  background-color: transparent;
}
.content-section {
  padding-left: 15px;
  padding-top: 0;
  transition: all ease 1s;
}
.content-section .col-sm-12 h3 {
  font-size: 20px;
  color: #5e5e5e;
  font-weight: 700;
  display: inline-block;
    margin: 0px 0px 10px 0px;
}
.content-section .col-sm-12 a.btn {
  background: #23ED15;
  /*box-shadow: 0px 3px 3px #ea9d2e;*/
  -moz-box-shadow: 0px 3px 3px #ea9d2e;
  /*-webkit-box-shadow: 0px 3px 3px #ea9d2e;*/
  color: #000000;
  font-size: 15px;
  padding: 5px 15px;
  float: right;
  margin: 15px 0px;
}
.content-section .col-sm-12 a.btn i {
  margin-right: 10px;
}
.content-section .col-sm-12 a.btn:hover {
  background: #2ACF1F;
  color: #ffffff;
}


.content-section .col-sm-12 .nav-tabs {
  background: #d7d7d7;
}
.content-section .col-sm-12 .nav-tabs li.filters {
  float: right;
  display: inline-block;
  margin: 8px 20px 7px 0px;
}
.content-section .col-sm-12 .nav-tabs li.filters select,
.content-section .col-sm-12 .nav-tabs li.filters input {
  padding: 5px 10px;
}
.content-section .col-sm-12 .nav-tabs li.filters span {
  color: #333333;
  margin-right: 7px;
  font-size: 12px;
}
.content-section .col-sm-12 .nav-tabs {
  border-bottom: 0px;
  
}
.content-section .col-sm-12 .nav-tabs > li > a {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #d7d7d7;
  border-color: #d3d3d3;
  border-bottom: 0px;
  color: #000000;
  font-size: 16px;
  margin-right: 0px;
}
.content-section .col-sm-12 .nav-tabs > li > a:hover {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  border-bottom: 0px;
}
.content-section .col-sm-12 .nav-tabs > li.active > a,
.content-section .col-sm-12 .nav-tabs > li.active > a:hover,
.content-section .col-sm-12 .nav-tabs > li.active > a:focus {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #990000;
  color: #990000;
  border-bottom: 0px;
}
.content-section .col-sm-12 .tab-content > .active {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 0px;
  min-height: 120px;
  overflow: visible;
  float: left;
  width: 100%;
}
.content-section .col-sm-12 .tab-content .table-responsive table thead, .scroll-table-data table thead  {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(65%, #e9e9e9), color-stop(100%, #e9e9e9));
  /*             Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-9 */
}
.content-section .col-sm-12 .tab-content .table-responsive table thead th:first-child {
  font-weight: 700;
}
.content-section .col-sm-12 .tab-content .table-responsive table thead th {
  color: #616161;
  font-weight: 100;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td:first-child {
  color: #616161;
  font-weight: 700;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td {
  color: #4c4c4c;
  font-weight: 100;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td a.more-info {
  color: #444444;
  margin-right: 7px;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td a.delete {
  color: #ff0000;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td.status-pending {
  color: #ed5466;
}
.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td.status-success {
  color: #00a651;
}
.content-section footer {
  float: left;
  padding: 125px 0px 20px 0px;
}
.content-section footer p {
  margin: 0px 0px 0px 15px;
  font-size: 12px;
  color: #b9babc;
}
.show-menu {
  display: block;
}
.hide-menu {
  display: none;
}
span.record-info {
  color: #71777b;
  float: left;
  font-size: 12px;
  margin-top: 8px;
}
.table-pagination {
  float: right;
}
.pagination {
  margin: 0px;
}
.pagination > li > a,
.pagination > li > span {
  color: #71777b;
}
.form-horizontal .control-label {
  text-align: left;
}
/*End Side-panel*/
.panel-default > .panel-heading {
  background-image: none;
  /*background-color: #D7D7D7;*/
  background-color:#5e5e5e;
  color: #fff;
  font-size: 16px;
 
}
.font-normal {
  font-weight: normal;
}
.btn-add {
  font-size: 12px;
  margin-top: 0;
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid #990000;
  border-radius: 0px;
  color: #990000;
  box-shadow: none;
  text-shadow: :none;
}
.btn-add:hover {
  background: #990000;
  color: #fff;
  box-shadow: none;
  text-shadow: :none;
  border: 1px solid #990000;
}
.btn-success {
  border-radius: 0px;
  background: #990000;
  padding: 6px 25px; width: 100px; text-align:center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.form-control-static {
  padding: 0px;
}
span.form-text {
  font-weight: 100;
  font-size: 12px;
  width: 100%;
  float: left;
  color: #bcbbbc;
}
body.mini-navbar aside .navbar-default li a label,
body.mini-navbar aside .navbar-default li input {
  display: none;
}
body.mini-navbar aside .navbar-default {
  width: 70px;
}
body.mini-navbar .content-section {
  padding-left: 89px;
}
#collapseEight .m-top-0 {
  margin-top: 0px;
}
/*login*/
.log-in {
  float: none;
  margin: 110px auto;
  padding: 0px;
  background: #fff;
  box-shadow: 11px 12px 3px #5e5e5e;
  -moz-box-shadow: 11px 12px 3px #5e5e5e;
  -webkit-box-shadow: 11px 12px 3px #5e5e5e;
}
.log-in .page-header {
  background: #d7d7d7;
  padding: 20px 20px 10px 20px;
  height: auto;
  margin: 0px;
  text-align: center;
}
.log-in .page-header h1 {
  margin: 0px;
}
.log-in .page-header p {
  color: #5e5e5e;
  font-size: 13px;
  font-family: Arial;
}
.log-in .login-container {
  padding: 20px;
  background: #ffffff;
}
.log-in .login-container label {
  color: #5e5e5e;
  font-family: Arial;
}
.log-in .login-container input {
  border-radius: 0px;
  background: #c6c6c6;
  color: #6c6c6c;
  display: inline-block;
  margin-bottom: 15px;
}
.log-in .login-container i {
  background: #357251;
  padding: 10px 0px;
  min-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  float: left;
}
.log-in .login-container .btn {
  width: 100%;
  background: #990000;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-color: #990000;
  transition: all ease 0.5s;
  font-family: Arial;
}
.log-in .login-container .btn:hover {
  background: #5e5e5e;
  border-color: #5e5e5e;
}
.padding-0 {
  padding: 0px;
}
.panel-heading {
  padding: 5px 15px;
}

#rootwizard ul.pager.wizard {
    width:100%; text-align:right;
}
.btn-primary:hover, .btn-primary:focus {
    background: none repeat scroll 0 0 #2ACF1F !important;
    color:#FFF;
}
#rootwizard ul.pager.wizard.case-five {
    text-align:right;
}
#rootwizard .pager.case-five li > a.next-btn {
    width:211px; text-align:center; margin-bottom:10px;
}


.container .nav-pills > li { float:none;
    }
.paging-top-nav li { float:left !important;
}

#rootwizard ul.pager.wizard {
    float: right;margin: 20px 15px; 
}

    #rootwizard ul.pager.wizard li {
     text-align:center;
 }


 
    
    .print-heading{ text-align:center; font-size:18px;}


.tab_container {border:1px solid #d3d3d3; padding:10px 0px; border-width:0px 1px 1px 1px;}

.unbold {font-weight:normal;}
.bold-text{font-weight:bold;}
.billing_header label, .billing_header h3{margin:0px;}
.font18 { font-size:18px;}
.red {
    color: #ff0000;
}

.content-section .col-sm-12 a.margintop_btm10 {margin-top:10px; margin-bottom:10px; float:right !important;
}
.txt-italic{
    font-style:italic;
}
.rmv-div-scr-order_detail{
    min-height: 300px!important;
    overflow:hidden !important;
}
.rmv-div-scr-phone_no{
    min-height: 260px!important;
    overflow: auto !important;
}

.box-model-padding {
    padding: 10px 0 !important;
}
/********25thAug************/
.inner-wrapper{ 
border:1px solid #ccc;margin: 
20px auto;
padding:20px;
    width: 98%;
	min-height:400px;
}

.left-wrapper, .rgt-wrapper{ width:49%; border:1px solid #ccc; min-height:200px; padding:0;}
.left-wrapper h4, .rgt-wrapper h4{   background: #666 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    padding: 0 10px;}
.left-wrapper{ margin-right:2%;}
.inner-box{ padding:10px;}
.inner-box span{ display:block;}
.inner-box span a{ font-size:16px; color:#0428ba; line-height:30px; text-decoration:underline;}
.border-box{ border:1px solid #ccc; padding:0; margin-bottom:20px;}
.border-box h4{ background:#666; color:#fff; line-height:30px; margin:0; padding:0 10px; text-align:center;}
.border-box .table{ margin-bottom:0;}
.border-box .table th{ color:#0cb6fa;}
.btn-green{ background:#96cb33; border-radius:6px; color:#000!important;}
.close-btn, .close-btn:hover{ color:#f00; cursor:pointer; margin-left:8px;}

.lnp-topheader { position:relative;
}
    .lnp-topheader h4 { position:absolute; top:50px;
    }
    .lnp-topheader .btn-class{ bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom:5px;
    text-align: right;

    }
.lnp-download ul{ list-style:none; padding:0;
}
.lnp-download li a{ text-decoration:underline;
}
.lnp-download li a:hover{ text-decoration:none;
}
.quote-note-scrollable{
    overflow-y: auto;
height: 200px;
}

/********end25thAug************/
/*start for footer wrap*/
.main-body-wrap{
    position:relative; min-height:100%;
}
.footer-wrap {position: absolute; bottom:0; padding-top: 20px; padding-bottom: 10px;  font-size:12px;color:#b9babc;}
 .padr15{ padding: 0px 15px; width: auto;
    }
 .mrg-btm50{
     margin-bottom:50px;
 }
 /*end for footer wrap*/

.panel-heading a#lnkCancel, .panel-heading #lnkPayCancel {
    color:#ccc; margin-right: 10px;
}
.subs-loader{
    padding-top:30px; text-align:center;display:none;
}
#subscription-loader .loader-img{
    margin-top:-129px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
  position: fixed;
}

 .billing-hd{ margin-left: 14px; font-size:18px;    margin-top: 24px;}
  .billing-btn-link{margin: 83px 0 0;    padding: 0;    text-align: left;}
  .pdl0{ padding-left:0px;}
 .border-top0{  border-top:none;  margin-top: -0.05px; }


/*****Safari****/

    _::-moz-svg-foreign-content, :root #rootwizard .nav-pills > ul.pager li {float:none;}

/*****endSafari*****/

/*****firefox****/

@-moz-document url-prefix() { 
/*.mgn-none {
    margin-right:-15px!important;
}*/
}
/*****endfirefox****/


/*login*/
/*media Queries*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */

@media only screen and (min-width: 480px) and (max-width:991px) {

    #rootwizard .nav-pills > li > a {
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 767px) {
    .left-wrapper, .rgt-wrapper {width:100%;
    }
     .panel-default > .panel-heading{
        font-size:15px;
    }
     .footer-wrap { text-align:center;
    }
.font18 {
    font-size: 14px;
    margin-left: -33px;
   
}
.val-left {
    margin-left: 157px;
    margin-top: -17px;
    
}
.txt-right {
    font-size: 14px;
    line-height: 16px;
    margin-left: 62px;
    margin-top: 5px;
    text-align: left !important;
}
	.leb-text div {
    padding-left: 1px;
    padding-right: 1px;
}
.pad-left {
    margin-left: -12px;
}
.reset {
    padding: 5px 32px;
}
.navi-top {
    margin-left: -15px !important;
    margin-right: 0px !important;
}
.search-btn button {
    padding: 5px 26px;
}
	.col-sm-1.reset-btn {
    margin-left: 1px;
    margin-top: 4px;
}
.col-sm-1.search-btn {
    margin-left: 105px;
    margin-top: -32px;
}
.ma-sec label {
    font-weight: normal;
    margin-left: 18px;
    padding: 0;
    text-align: left !important;
    width: 26% !important;
}
  ul.nav-links {
    float: right;
    margin: 0px;
  }
  ul.nav-links li {
    background: transparent;
    border: 0px;
  }
  ul.nav-links li a.setting span.caret {
    margin: 18px 0px 0px 26px;
  }
  #body-wrapper header {
    padding-right: 0px;
  }
  .logo {
    display: block;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: none;
    min-width: 160px;
    margin: 0px;
    left: -100px;
    top: 103%;
  }
  .user-info {
    display: none;
  }
  .content-section {
    padding-left: 15px;
  }
  .content-section div.col-sm-12 {
    margin-bottom: 20px;
  }
  .content-section div.col-sm-12 .nav-tabs li.filters {
    display: block;
  }
  .content-section .col-sm-12 a.btn {
    float: left;
    margin: 0px 0px 15px 0px;
  }
  .content-section .col-sm-12 h3 {
    padding-left: 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  body.body-small aside .navbar-static-side {
    display: none;
    position: absolute;
    width: 70px;
  }
  .margin-top-15 {
    margin-top:15px;
  }
  body.mini-navbar aside .navbar-static-side {
    display: block;
  }
  .content-section footer {
    padding: 0px 0px 20px;
  }
  .log-in .page-header p {
    font-size: 12px;
  }
  .log-in {
    margin: 40px auto;
  }
    ul.pager.wizard{
	float: left;
    padding: 0 20px;
    width: 100%;  
  }
    #rootwizard .pager.wizard li > a.next-btn{

    width: 100%; 
  margin-bottom: 10px;	
  }
    .nav-pills > li{ float:none;}
    #rootwizard ul.pager.wizard {
         margin: 20px 0;
    }
    .exp-year {
        margin-top:5px;
    }

    .phone-type-label {
        width:100%;
    }
    .phone-type-select {float:left;
    }
    #tab5 .column_box2 {
    height: auto;
}
    .rgt-wrapper{
        margin-top:10px;
    }
}
@media only screen and (min-width:434px) and (max-width:767px)
{
	.val-left {
    margin-left: 239px;
    margin-top: -18px;
	text-align:right;
}
.left-wrapper, .rgt-wrapper{ width:98%;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    width: 48%;
  }
    .customer-info .txt-algn-left { text-align:left;
    }
  ul.nav-links li {
    width: 60px;
  }
  .input-offset {
    margin-top: 15px;
  }
    #rootwizard .pager.wizard li > a.next-btn{

    width: 100%; 
  margin-bottom: 10px;	
  }
    .spaccer {
        height:0!important;
    }
        .content-section div.col-sm-12 .nav-tabs li.filters.search-box { float:left; margin-left:8px;}
    .content-section div.col-sm-12 .nav-tabs li.filters.search-box input[type="text"] {width:220px;}
	.left-wrapper, .rgt-wrapper{ width:98%;}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
.navi-top {
    margin-left: -15px;
    padding: 0;
    width: 192px;
}
.content-section .col-sm-12 a.btn {
     font-size: 13px;
     padding: 3px 8px;
}

.content-section .col-sm-12 .nav-tabs > li > a {
    font-size: 12px;
    padding: 3px 5px 6px;
}
        .customer-info .txt-algn-left { text-align:left;
    }
.show-opt {
    font-size: 11px;
    line-height: 30px !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 53px;
}
.show-opt select {
    margin-left: 0 !important;
    margin-right: -5px !important;
    padding: 0 2px !important;
}
  aside {
    top: 39px;
  }
  aside .navbar-default {
    border-bottom: 22px solid #5e5e5e;
    border-radius: 0px;
  }
  ul.nav-links li {
    width: 60px;
  }
  .logo {
    width: 40%;
  }
  ul.nav-links {
    margin: 0px 20px 0px 0px;
  }
  ul.nav-links li {
    width: 45px;
  }
  ul.nav-links li a {
    height: 38px;
  }
  ul.nav-links li a.setting span.caret {
    margin-top: 0px;
  }
  ul.nav-links li ul.dropdown-menu li {
    height: 28px;
  }
  span.record-info {
    width: 100%;
  }
  .table-pagination {
    float: left;
    margin-top: 20px;
  }
  .btn-success {
    width: 64px;padding: 6px 5px;
  }
  ul.pager.wizard{
	float: left;
    padding: 0 20px;
    width: 100%;  
  }
    ul.pager.wizard{
	float: left;
    padding: 0 20px;
    width: 100%;  
  }
    #rootwizard .pager.wizard li > a.next-btn{

    width: 100%; 
  margin-bottom: 10px;	
  }
  
  .nav-pills > li{ float:none;}
   #rootwizard ul.pager.wizard {
         margin: 20px 0;
    }
    .spaccer {
        height:0!important;
    }
    .content-section div.col-sm-12 .nav-tabs li.filters.search-box { float:left; margin-left:8px;}
    .content-section div.col-sm-12 .nav-tabs li.filters.search-box input[type="text"] {width:120px;}
.content-section .col-sm-12 .nav-tabs li.filters { margin: 8px 10px 7px 0;}

.content-section div.col-sm-12 {
    margin-bottom: 0;
}


}


/* Embedded Font */
@font-face {
  font-family: "Roboto Condensed";
  src: url('../fonts/Roboto-Condensed-webfont.eot');
  src: url('../fonts/Roboto-Condensed-webfont.eot') format('embedded-opentype'), 
      url('../fonts/Roboto-Condensed-webfont.woff') format('woff'), 
      url('../fonts/Roboto-Condensed-webfont.ttf') format('truetype'),
      url('../fonts/Roboto-Condensed-webfont.svg#Roboto-Condensed-webfont') format('svg');
}
/* Embedded Font*/


.mgn-auto{ margin:0 auto;}
.float-none{ float:none;}
#rootwizard .navbar{ min-height:30px;}
#rootwizard .nav-pills > li.active > a, #rootwizard .nav-pills > li.active > a:hover, #rootwizard .nav-pills > li.active > a:focus{ background:#990000;  color:#fff;}
#rootwizard .nav-pills > li > a{ color:#666; font-size:18px; background:#d7d7d7; width:100%; text-align:center;}
#rootwizard .nav-pills > li + li{ margin-left:0;}
#rootwizard .nav-pills > li{ margin-bottom:10px;}
#rootwizard .pager li > a.next-btn{ -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; color: #fff;  padding:12px; width: 217px; font-size:16px;}

#rootwizard .pager li > a.btn-green{ background:#990000; border:1px solid #3e8f3e;}
#rootwizard .pager li > a:hover.btn-green, #rootwizard .pager li > a:focus.btn-green{ background:#419641;}

#rootwizard .pager li > a.btn-gray{ background:#c1c2c2; border:1px solid #acadad; color:#333;}
#rootwizard .pager li > a:hover.btn-gray, #rootwizard .pager li > a:focus.btn-gray{ background:#acadad;}

#rootwizard .pager li > a.btn-darkgray{ background:#acadad; border:1px solid #8c8d8d; color:#333;}
#rootwizard .pager li > a:hover.btn-darkgray, #rootwizard .pager li > a:focus.btn-darkgray{ background:#8c8d8d;}

#rootwizard .pager li > a.btn-lightgray{ background:#d4d7d7; border:1px solid #a7a9a9; color:#333;}
#rootwizard .pager li > a:hover.btn-lightgray, #rootwizard .pager li > a:focus.btn-lightgray{ background:#cbcccc;}

#rootwizard .pager li > a.btn-yellow{ 
   background:#23ED15; border:1px solid #2ACF1F; color:#333;

}
#rootwizard .pager li > a:hover.btn-yellow, #rootwizard .pager li > a:focus.btn-yellow{ background:#2ACF1F; color:#fff;}

#rootwizard .pager li > a.btn-greendark{ background:#00a313; border:1px solid #179025; color:#fff;}
#rootwizard .pager li > a:hover.btn-greendark, #rootwizard .pager li > a:focus.btn-greendark{ background:#179025;}

.tab-sec .table > thead { text-align:center; background:none!important; font-weight:bold;}
.tab-sec.grid-box{ padding:0;}
.pad-R{ padding-right:25px;}
.float-right{ float:right;}
.content-section .col-sm-12 .tab-content .tab-sec .table-responsive table thead th {
    font-weight: 700; color:#333; font-size:13px;
}


.content-section .col-sm-12 #rootwizard .tab-content > .active{ padding-top:0;}

.tab-wizard h4{ background:#d7d7d7; line-height:40px; padding:0 15px; margin:0;}
.content-sec{ padding-top:0!important;}
.tab-sec{ padding:15px; float:left; width:100%;}
.wth100{ width:100px;}
.wth200{ width:200px;}
.wth300{ width:300px;}
.wth400{ width:400px;}
.wth80{ width:80px;}
.tab-sec input[type="text"] {
    font-weight:normal;
}
#rootwizard .content-sec {
    border-top:1px solid #ddd;
    -moz-box-shadow: 3px 3px 3px #888888;
      -webkit-box-shadow: 3px 3px 3px #888888;
      box-shadow: 3px 3px 3px #888888;
}


.mgn0 {
    margin-top:0;
}
.red-btn {
    border:1px solid #F00;
    color:#F00;padding: 1px 7px;
}
.red-btn:hover {
    background:#F00;border:1px solid #F00;
}

.customer-info div {
    line-height:30px;
}

.lbl-txt {
  color: #4c4c4c;
  font-weight: normal;
}

.content-sec .table, .grid-box .table{
    margin-bottom:0;
}

#tab4.active {
    border:0;
    background:none;
}
.wth290{
    width:290px;
}

.mar-R-10 {
    margin-right:10px;
}

.mar-R-65{
      margin-right: 65px
}
.mar-L50{
    margin-left:50px;
}
 .overlay 
{
 position: fixed;
 background-color: white;
 width:auto;
 height:auto;
 top: 0px;
 left: 0px;
 bottom:0px;
 right:0px;
 opacity: 0.5;
 -moz-opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 z-index: 10000;
 text-align:center;
}
    .overlay .loader-img {
position:absolute;
top:50%;
left:50%;
width:64px;
height:64px;
margin-top:-32px;
margin-left:-32px;
    }



.wth-same {
  width: 100px;}
    .wth-same > label {
    width:auto;}
.text-pecent {
width:110px;}
    .text-pecent > input {
    float:left;
    width:80px;
    }
 .text-pecent > span{ margin-top: 5px;
  display: block;}
.width-223 {
  width: 223px;}
.width-223 > input {
display:inline-block;}
    .width-223 > span {
    margin-top: 5px;}
.row .pager.wizard.float-right {
margin:10px 0px 10px}
.row .pager.wizard.float-right li a {width:217px;}
.content-section .col-sm-12 .tab-content > .active {
padding-top: 0px;}
 #top-menu-link .active{background:#5e5e5e;}

label {
    margin-top:5px;
}

.lbl-M-0 label{
    margin-top:0;
     margin-bottom:0;
}

.ColWidth {
    width: 200px;
}

.ColWidth150 {
    width: 150px;
}
.ColWidthON {
    width: 100px;
}
.tblScroll{
    overflow-y: scroll;
    height: 200px;
    position: relative;
}

 @media print {
       
     .print-heading{
            text-align:center; font-size:18px;
        }
   .panel-heading {
    background-image: none !important;   
    background-color: #5e5e5e !important;
    color: #fff !important;
     -webkit-print-color-adjust: exact;
    font-size: 16px !important;   
}
    body{
        font-family:Arial;       
    }
    .heading-tb-print{   background-color: #5e5e5e !important; color:#fff !important;  background-image:none !important;  font-size:16px !important;
    }


.bx-shadow-box{  box-shadow: 1px 1px 1px #888888 !important;
  -moz-box-shadow: 1px 1px 1px #888888 !important;
  -webkit-box-shadow: 1px 1px 1px #888888 !important;background-color: #fff !important;
  border: 1px solid #888888 !important;
  border-radius: 4px !important;
}
    .fnt-bold-txt{ font-weight:bold !important; font-size:15px !important;
    }
    .tbl-font14 {
    font-size:14px;
    }

}
.grid-hd-background table thead{  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(65%, #e9e9e9), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #e9e9e9 65%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9e9e9', GradientType=0);  color: #428bca;
}
.grid-hd-background table thead th{font-weight:normal;
}

.blueTxt {
    color:#428bca;
}
.tab-content table tr.webgrid-header th:last-child{
   color:#428bca!important;
}
.tab-content table tr.webgrid-header th:first-child{
   font-weight:normal!important;
}

.content-section .col-sm-12 .tab-content .table-responsive table tbody tr td:first-child{
   font-weight:normal;
}

.pagination {
    display:table-row;
}

#tblCustomerInfoList tbody {
    height:auto!important;
}

select.form-control{ padding-right:0;}

input[type=text]::-ms-clear {
      display: none;
  }


/**start Service grid responsive***/

.tb-data-responsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .tb-data-responsive tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  .tb-data-responsive th, .tb-data-responsive td {
    padding: 10px;
    text-align: center;
  }

  .tb-data-responsive th {
 
    font-size: 14px;
    letter-spacing: 1px;
  }
    .tb-data-responsive.ColWidthIndex th, .tb-data-responsive.ColWidthIndex td {
        text-align:left; font-weight:normal; border-right:1px solid #ddd;
    }
    .tb-data-responsive.ColWidthIndex th:nth-child(1) {width:11%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(2) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(3) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(4) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(5) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(6) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(7) {width:13%;}
    .tb-data-responsive.ColWidthIndex th:nth-child(8) {width:5%; text-align:center;}


    .tb-data-responsive.ColWidthIndex td:nth-child(8) {text-align:center;}
    .tb-data-responsive.ColWidthIndex td:nth-child(8) a {color:#333;}

     .tb-data-responsive.ColWidthIndex tfoot td{text-align:left;}
    
  
.tb-data-responsive td:last-child { text-align:right;}


  /*media code close*/


        .tbl-td tr td { text-align:left;}
.hide-div-box { display:none;}
  /**end Service grid responsive***/

/*For grd bottom line hiden problem*/
  .table tfoot tr td { border-top:1px solid #ddd; padding-top:20px !important;
}

.table tfoot tr td {
    border-top: 1px solid #ddd;padding-top: 10px !important;
}
.table tbody tr:last-child td {
     border-bottom:none;
}
/*end of bottom line*/


.ColWidth10{
    width:11%;
}
.ColWidth13{
    width:13%;
}
#tblCustomerInfoList tbody td input[type="button"]:hover,input[type="button"]:focus,input[type="button"]:active {
    background:#949494; border-color: #BEC2BE;
}
#tblCustomerInfoList tbody td input[type="button"] {
     border-color: #797979;
}


#tblCustomerInfoList thead tr > th {  border-bottom: 1px solid #ddd;
}
.modal-dialog > .modal-content {padding-bottom: 15px;

}

.modal-dialog .modal-body { border-bottom: 1px solid #ccc;
}
#paymentProcessModal .modal-dialog .modal-body {border-bottom: 0 none;
}
.margin-btm {
    margin-bottom:0;
}
table#tblCustomerInfoList > tbody > tr > td {padding: 4px;
}
.tbl-scroll-hide{
    overflow:hidden;
}


.dark_red_heading{ color:#990000; font-size:16px;}
.lght_gray_bg_wrap{ background:#fbf8f8; padding:15px;}
.dark_gray_bg_wrap{ background:#f5f1f1; padding:15px;}
.cust_demo_heading{ font-size:16px; text-transform:uppercase; color:#000;}




.scroll-table-data{overflow-x: auto; margin-top:5px;
}
.scroll-table-data table thead th{ font-weight:normal;
}

a.xlsicon {
  background: url('../images/xls_icon.png') center no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}

.inv_header { white-space:nowrap;
}
.unpaid{padding:0; margin-left:10px;
}

.hide-row{
    display:none;
}
.show-row{
    display:table-row;
}
.line-number-note-color{
    color:#999;
}




.txt-left { text-align:left;
}
.flt-rgt {
    float:right;
}

.pad-right{
    padding-right:0;
}



#lnkUpdate {color: #0FDA29;
}
#lnkEdit {color: #FFA500;
}

#lnkPayUpdate {color: #0FDA29;
}
#lnkPayEdit {color: #FFA500;
}

.green
{
    color:green;
}

.top-search-section-box { width:85%; padding-top:8px;
}
.remove-pd-box { padding:0;
}

/*===order detail=====*/
.orderPage_panel .panel-default{margin:10px 0;}

	#content-section .number_type, .available-content .number_type{padding:4px 10px; background:#d0d0d0; margin-bottom:1%;}
	#content-section .number_type select{border:1px solid #ccc; width:50%; padding:4px 10px; height:30px; margin:0 10px;}
	#content-section .number_type .ph_searchbtn{background:#4d91cc; border:1px solid #4180b6; border-radius:3px; padding:4px 6%;
    vertical-align: bottom; color:#fff; float:right;}
	#content-section .number_type .ph_searchbtn:hover, #content-section .available-content .ph_searchbtn:hover{background:#3b7fbb; border:1px solid #1f5d92;}
	#orderDetails .table{border:1px solid #ccc;}
	#content-section .column_box .gray{background:#eee;}
	#manualPayModal .modal-content{margin-top:15px;}
	#manualPayModal .modal-content .panel-body{padding: 0 15px;}
	#manualPayModal .modal-header .close{margin-top: 2px;}
	#manualPayModal .alert{padding: 5px 15px; margin-bottom:8px;}
	#manualPayModal .modal-header{padding: 0 15px 0;}
	
	#content-section .available-content{border:1px solid #d3d3d3;}
	#content-section .available-content .number_type label{font-size:14px; font-weight:100;}
	#content-section .available-content .number_type select{width:30%; }
	#content-section .available-content .ph_searchbtn{background:#4d91cc; border:1px solid #4180b6; border-radius:3px; padding:4px 10px;
    vertical-align: bottom; color:#fff; float:right;}
	
	#content-section  .modal-dialog .modal-body.border_bt0{ border-bottom:0;}
	#content-section .modal-body{margin-top:0; padding: 0 15px;}
	.btn-green{background:#96cb33; border-radius: 3px;
    float: right;
    font: 100 12px/14px roboto condensed;
    margin: 5px 15px;
    padding: 5px 15px;}
	.modal-body .panel-default{margin:0;}
	
	
	.order_detail .nav-tabs{padding-bottom: 4px !important;}
	.site_survey{margin-top:10px;}
	
	#orderDetails #frmQuote label{text-align:left;}
	.available-content .scroll-table-data table {
    font-size: 10px;
    margin: 0 auto;
    width:93%;
}
.column_box{height: 300px;
    overflow-y: auto;}
	#NoteHistory .control-label h4{margin: 0 0 10px;}
	#phoneNumberModal table th { padding:3px 5px;  font-size:12px; width:40%;}
    #phoneNumberModal table td { padding:3px 5px;  font-size:12px;}
    #tollFreeNumberModal table th { padding:3px 5px;  font-size:12px; width:40%;}
    #tollFreeNumberModal table td { padding:3px 5px;  font-size:12px;}
.alert {border-radius: 4px;
    margin: 1% 0;
    padding: 1%;
}

	/*===end order detail ===*/

.column_box2 {
 height:300px;    
}

.column_box2 .number_type {
    margin-bottom:0!important;
}

.scroll-box {
    height:260px; overflow-y:scroll;padding-top: 10px;
}

table.table.graynew th {
    background:#eee;
}

#tblLnpPhoneNumberList th, #tblLnpPhoneNumberList td {
    font-size:14px; 
}

table#tblLnpPhoneNumberList table th:nth-child(1), table#tblLnpPhoneNumberList table td:nth-child(1)  {
    width:120px; text-align:left;
}

table#tblLnpPhoneNumberList table th:nth-child(2), table#tblLnpPhoneNumberList table td:nth-child(2) {
    width:200px;
    word-break:break-all;
}

table#tblLnpPhoneNumberList table th:nth-child(3),

table#tblLnpPhoneNumberList table td:nth-child(3) {
    width:50px; text-align:right;
}

table#tblLnpPhoneNumberList table th:nth-child(4), 
table#tblLnpPhoneNumberList table td:nth-child(4) {
    width:70px;  text-align:right;
}

/*reseller prcing css*/

.resellprice-tabs .cus-nav-top .nav-tabs li {
    width: 255px;
}

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (min-width:768px) and (max-width:991px) {
        .tab-panel {
            width: 100%;
        }

        .total-width {
            width: 119px;
        }

        .pad-left {
            margin-left: -125px;
        }

        x
        .tab-panel {
            width: 96%;
        }

        .scroll-table-data table {
            font-size: 10px;
            width: 91%;
        }

        .ma-sec label:nth-child(5) {
            width: 58px;
        }

        .ma-sec > div {
            padding-left: 3px;
            padding-right: 4px;
        }

        .ma-sec {
            width: 95%;
        }

        .reset {
            font-size: 12px;
            padding: 5px 8px;
        }

        .search-btn > button {
            font-size: 12px;
            margin-left: 8px;
            padding: 5px 8px;
        }

        .search-btn {
            margin: 0 0 0 -8px;
            padding: 0 !important;
            width: 45px;
        }

        .reset-btn {
            margin-left: -3px;
        }

        #rootwizard .pager li > a.next-btn {
            width: 170px;
        }
    }



    @media only screen and (min-width: 768px) {
        #content-section {
            position: relative;
        }

        .home-container {
            position: absolute;
            top: 0;
            z-index: 999;
        }

        .paddingLeft-reset {
            padding-left: 0;
        }

        .inv_header {
            padding-left: 17px;
        }

        .outstanding-padding {
            padding-left: 12px;
        }

        .exp-year-credit {
            float: left;
            width: 175px;
            margin-left: 10px;
        }

        #rootwizard .pager li > a.next-btn {
            width: 170px;
        }

        .exp-month-credit {
            float: left;
            display: block;
            width: 97px;
        }

        .exp-year {
            float: left;
            width: 62%;
            margin-left: 10px;
        }

        .exp-month {
            float: left;
            width: 30%;
        }

        /* order_detail_2 column*/
        .mrg_btm10 {
            margin-bottom: 10px;
        }

        .order_detail .tab-panel {
            width: 100%;
        }

        .billing-btn-link {
            margin: 97px 0px 0px;
            position: absolute;
            right: 0px;
            text-align: center;
        }

            .billing-btn-link a {
                color: #f00;
            }

        .ma-sec {
            width: 98%;
        }
    }

    .btn-green {
    background-color: #99cb34;
    padding: 4px 13px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
}
.text-pad
{
    height:0px;
}
.ma-sec label {
    font-weight: normal;
    padding: 0;
    text-align: right;
    width: 6%;
}

.ma-sec {
    margin: auto;
    padding: 8px 0;
    width: 98%;
}
.ma-sec label:nth-child(1) {
    width: 4%;
}
 .tab-pane {
        padding-top: 0;
}
 .form-cen {
    background:#fbf8f8;
    width: 100%;
}
.tab-panel {
    background: #d7d7d7;
}
.nav.nav-tabs > li {
    margin-bottom: -4px;
}
.show-opt {
    line-height: 45px;
}
.show-opt select {
    margin-left: 6px;
    margin-right: -25px;
    padding: 7px 11px;
}
.navi-top {
    margin-left: -30px;
}
.navi-top {
    margin-left: -30px;
    margin-right: 30px;
}
.txt-right {
  text-align: right;
}
.pmt-border{
margin:0 auto;
padding-top:0;
}
.process-head{
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px;
}
.clr-both { clear:both;
}

/* Payment Popup start*/

.mar-left {
    margin-left: 9px;
}
.check-no {
    margin-bottom: 6px;
    margin-top: 6px;
    width: 50%;
}
.small-box {
    width: 27%;
}
.border-content > .form-group:nth-child(1) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 17px;
}
.modal-content {
    margin-top:5%;
	box-shadow:none;
	border:none;
}
.modal-body
{
	margin-top:-19px;
}
.modal-header {
    
    padding-left: 15px;
    padding-top: 5px;
	padding-bottom:6px;
}
.make-color {
    color: #c84011;
	font-weight:bold;
}
.modal-dialog {
 
    margin: auto;
    width: 500px;
}
.modal-dialog > .modal-content {
    padding-bottom: 10px;
}
.text-pad
{
	height:0px;
}
.modal-body
{
	border:none !important:
}
.modal-header, .model-body {
    border: medium none;
}
.btn-green {
    background: #96cb33;
    color: #ffffff;
    font-weight: 100;	
    border-radius: 4px;
    font-size: 13px;
    line-height: 19px;
    padding: 4px 15px;

}
.btn-green:hover {
    background: #84b627 none repeat scroll 0 0;
    color: #fff;
	-webkit-transition: width 2s; 
    /* Safari 3.1 to 6.0 transition: width 2s;*/
}
.border-content {
    border: 3px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 19px;
    padding-bottom: 8px;
    padding-top:8px;
}
.radio-text {
    font-weight: bold;
	vertical-align:2px;
}
.verti-align {
    font-family: roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
	float:left;
	padding-right:5px;
}
.credit-card {
    height: 16px;
    vertical-align: -1px;
	padding-left:3px;
}
.credit-text {
    font-weight: bold;
    vertical-align: 1px;
}
.text-heading {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1px;
	font-family: 'Roboto', sans-serif;
}

/*end of Payment popup*/

/* styles for validation helpers */

.field-validation-error {
    color: #F00;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}
.hide-popup-border{
    border:none!important;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{   
    border: 1px solid #FFB6C1;
}

/*end of login validation*/

.txt-width95{
    width:95% !important;
    float:right;
}
.lbl-txt-normal{
    font-weight:normal;
}
.billing-tab-container{ width:100%;}

@media screen and (max-width: 480px) {
    .billing_header .txt-right{
        margin-left: 0;
    }
     #body-wrapper  header #top-menu-link { width:100%; margin-right:0; padding:10px;
    }
   #body-wrapper  header .logo.col-md-6.col-sm-6.col-xs-12 {
    width: 100%; padding: 15px 0; text-align: center;
}
      #body-wrapper header #top-menu-link > li { width:25%;border-right:2px solid #fff;
    }
        #body-wrapper header #top-menu-link > li:first-child { border:0;
        } 
   #body-wrapper header #top-menu-link > li > a { font-size:12px;
    }
  header ul.nav-links li a {
    height:60px; 
}
  .lnp-download li a{
    font-size:13px;
}

    #paymentSection .panel-heading #lnkPayCancel  {
        margin-right: 5px;
    }
    .customer-hd { margin-left:-15px;}
    .billing-btn-link{ margin-top:0px;}
   .billing-btn-link a {margin-top: -62px; color:red;
    position: absolute;
    right: 17px;
    text-align: center;
    width: 130px;}
    .billing-hd{ font-size:14px;}
   .search-btn button { margin-left: 10px;}
   .reset { padding: 5px 20px;}

}
  @media screen and (max-width: 767px) {
    header #top-menu-link { width:70%;
    }
    header .logo.col-md-6.col-sm-6.col-xs-12 {
    width: 30%;
}
    header #top-menu-link > li { width:25%;border-right:2px solid #fff;
    }
    header #top-menu-link > li a { font-size:12px;
    }
     #body-wrapper header #top-menu-link > li:first-child { border:0;
        } 
.hd-right{
    text-align:right !important;
}

    .tb-data-responsive {
      border: 0;
    }
    .txt-right .billing_header{ margin-left:0;}
    .tb-data-responsive thead {
      display: none;
    }

    .tb-data-responsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .tb-data-responsive td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .tb-data-responsive td:last-child {
      border-bottom: 0;
    }

    /*.tb-data-responsive td:last-child { text-align:left;}*/
   #tblCallRecord tbody td:last-child { text-align:right;}

    .tb-data-responsive td:before {
      content: attr(data-label);
      float: left;

      font-weight: bold;    }
        .tb-data-responsive.ColWidthIndex td {
               text-align: right;        }
          .tb-data-responsive.ColWidthIndex td:nth-child(8) {text-align:right;}
          .modal-dialog {
    width: 94%;
}
          .small-box {
    width: 100px;
}
          .modal-dialog .modal-body {
    width: 100%;
}
           table#tblCustomerInfoList > tbody > tr > td, #tblCustomerInfoList thead tr > th {font-size:12px;
    }
   
.content-section div.col-sm-12{margin-bottom:0;}
/*Commented due to top margin makes odd in mobile view*/
/*.order_detail #frmQuote{margin-top:30px;}*/
.order_detail .navi-top{ width:100%;}

#content-section .available-content .number_type select{ width:100%;}
#content-section .available-content .ph_searchbtn{margin:10px 0; width:100%;}
.column_box {
    height: auto;
    overflow-y: visible;
}
#content-section .number_type select{ margin:0; width:80%;}
    .orderPage_panel .panel-default { margin-top:10px;
    }
   
/* #orderDetails table th{font-size:12px;} */
.lnp-topheader h4{
    position: static;
}
    #body-wrapper header #top-menu-link.five-menu > li {
        width: 60px;
    }
       #body-wrapper header #top-menu-link.five-menu {
        padding-bottom:0;
        float:right;
        width:auto;
    }
        #body-wrapper header #top-menu-link.five-menu > li {
            border-left:2px solid #fff;
        }
    #body-wrapper header #top-menu-link.five-menu > li {
          border-right:none;
    }

    header ul.nav-links.five-menu li a {
    height: 60px;

}
  }

@media only screen and (max-width: 340px) {
    header ul.nav-links li a {
        height: 75px;
    }
}
  @media only screen and (max-width: 321px) {
  ul.nav-links li {
    width: 43px;
  }
  aside {
    top: 35px;
  }
  aside .navbar-default {
    border-bottom: 26px solid #5e5e5e;
    border-radius: 0px;
  }
     #rootwizard ul.pager.wizard {
         margin: 20px 0;
    }
    table#tblCustomerInfoList > tbody > tr > td, #tblCustomerInfoList thead tr > th {font-size:12px;
    }

    .reset {
    padding: 5px 27px;
}
    .search-btn button {float: right;
    padding: 5px 27px;
    }
	.order_detail .navi-top{ width:100%;}
	.order_detail #frmQuote{margin-top: 20px;}
	.ph_type{ width:100%;}
	#content-section .number_type select{ margin:0; width:80%;}
	
	.column_box {
    height: auto;
    overflow-y: visible;
}
    .order_detail_tabing {margin-top:10px;
    }

.left-wrapper, .rgt-wrapper{ width:98%;}
    #paymentSection .panel-heading {
         height: 52px;
    }

    #paymentSection .panel-heading #lnkPayCancel  {
        margin-right: 0;
    }

}
/*End media Queries*/




.light-bx-amount{background-color: #f3f3f3; border: 1px solid #e6e6e6; margin: 0; padding: 6px;
}
.light-bx-amount .pd-4 { padding:5px 4px 5px 4px;
}
.rmove-bottom-space{ padding-bottom:0;
}
.btn-txt-color { color:#333;}
.scroll-bar-popup { max-height:400px; overflow:scroll; overflow-x:hidden;
}





.breadcrumb .fa-home{ font-size:22px;
}
.pd-remove-box { padding:0;
}

.purchase-btm-pad{
    padding:5px 15px 5px 5px;
}
header #top-menu-link a {color:#333;
}
header #top-menu-link .active a{color:#fff;
}
#top-menu-link .dropdown.open li a:hover{ color:#fff; background-color:#5e5e5e;}

.notescroll #noteWebGrid { height:200px; overflow-y:scroll;
}


ul.nav-links li > ul.dropdown-menu > li a{ color:#333!important;}
ul.nav-links li > ul.dropdown-menu > li:hover a{ color:#fff!important;}

#top-menu-link .active, #top-menu-link .active.open {
    background: #5e5e5e;
}

 /*#top-menu-link .active a:focus {
        background:url("../images/setting-icon.png") no-repeat scroll 16px center!important;
    }*/

 ul#top-menu-link li:nth-child(5) a .active a:focus{
        background:#f00 url("../images/setting-icon.png") no-repeat scroll 16px center!important;

    }

.checkboxGroup p {
    margin-bottom: 0 !important;
    font-weight: 500;
}
.CheckboxSection label {
    align-items: center;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}
.CheckboxSection input {
    margin: 0;
    margin-right: 10px;
}
.col-sm-12.checkboxGroup {
    margin-bottom: 10px;
}

/*write new css code form quick book*/
ul.marketing-menu{
    padding-left:0;
    list-style:none;
}
ul.marketing-menu li {
    padding: 8px;
}
    ul.marketing-menu li a {
        color: #888b93;
        background-color: unset;
    }
        /*ul.marketing-menu li a.active {
            color: #fff;
            background-color: #318ed5;
        }*/
h6.menu-title {
    margin-bottom: 2.5rem;
    font-size: 15px;
    font-weight: 500;
}
ul.marketing-menu li:hover {
    background: #009fdb !important;
    color: #fff !important;
    display: block;
    width: 150px;
    border-radius: 6px;
}
    ul.marketing-menu li:hover a {
        color: #fff !important;
    }
.serach-box-container {
    position: relative;
    max-width: 400px;
    margin-bottom: 28px;
    padding-left: 14px;
}
.serach-box-container svg {
    position: absolute;
    top: 5px;
    right: 12px;
}
.right-side-top-section h6.title {
    padding-left: 14px;
    margin-bottom: 18px;
    font-size:20px;
}
.card-info-box {
    border: 1px solid #c1c1c1;
    padding: 16px;
    border-radius: 12px;
    height: 100%;
}
div.row.card-container-box{
    display:flex;
}
.logo-img-box{
    height:70px;
    text-align:center;
}
.logo-img-box >img{
    height:100%;
}
.card-info-box p{
    color:#000;
}

.card-info-box.bold-border:hover {
    border: 2px solid #000;
}
    /* banner section css code */
    .banner-information {
    background: linear-gradient(270deg, #D01988 18.06%, #6342CF 51.19%, #0897DA 100%);
    padding: 4rem;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

h3.banner-header {
    color: #fff;
    font-size: 32px;
    margin-top:0;
}

p.banner-paragraph {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
    margin-top: 18px;
}

.bottom-image {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 50px;
    bottom: -46px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom-image > img {
        width: 57px;
        height: 100%;
        object-fit: contain;
    }
/*table bottom button*/

.table-main-wrapper-container {
    position: relative;
}
.table-bottom-button {
    position: absolute;
    bottom: 13px;
    right: 5px;
}

    .table-bottom-button button.btn {
        border: 1px solid #009fdb;
        width: 90px;
        background-color: transparent;
        color: #009fdb;
        border-radius: 4px;
        margin: 0 4px;
    }
/*write css new css 25th feb*/
#divRenderQuickbookChildPage .dataTables_wrapper > .top-btn-sec {
    border: 1px solid #888;
    border-bottom: 0;
    padding: 16px;
    padding-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #fff;
    padding-bottom: 12px;
}

.table-wrapper-border {
    border: 1px solid #888888;
    padding: 12px !important;
    border-radius: 6px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
td > img.img-size {
    width: 20px;
}
tbody.table-bg-color {
    background-color: #fff;
}
.connection-top-right > button {
    background-color: transparent;
    border: 1px solid #2ba425;
    color: #29a418;
    padding: 7px 24px;
    padding-left: 32px;
    border-radius: 6px;
}

    .connection-top-right > button::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 14px;
        left: 32px;
        background: #2ca01c;
    }
.logo-box > img.top-img-size {
    width: 48px;
}
.top-header-connection {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.connection-top-left {
    display: flex;
    gap: 16px;
}
.info-container > h3 {
    padding-bottom: 6px;
    color: #000;
}
.login-btn-top > button {
    border: none;
    background-color: #009fdb;
    color: #fff;
    font-size: 14px;
    padding: 3px 18px;
    border-radius: 7px;
}
.info-container {
    margin-bottom: 10px;
}
.align-top-section-log {
    justify-content: space-between;
}

.left-section-checkmark-box .checkmark.ch-top {
    top: -13px;
}

.left-section-checkmark-box .checkmark {
    left: 8px;
}
.sync-btn-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sync-btn-box > button {
    border: 1px solid #009fdb;
    background-color: transparent;
    color: #009fdb;
    padding: 2px 16px;
    border-radius: 3px;
}
#tblchkQuickbokInvoice_wrapper > .top-btn-sec {
    display: none;
}


/*new dealer css code 5th march 2025*/
.new-dealer-bottom-btn.text-end {
    display: flex;
    gap: 16px;
    justify-content: end;
    width: 100%;
    margin-bottom:8px;
}
    .new-dealer-bottom-btn.text-end input[type="submit"] {
        width: 140px;
        text-align: center;
        font-weight: 400;
    }
.new-dealer-form-wrapper{
    margin-top:14px;
}
/*address new css 6th march 2025*/
.form-wrapper-box-left, .form-wrapper-box-middle, .chart-wrapper-box-right {
    margin: 12px;
    padding: 16px;
}

.row.contact-alignments {
    display: flex;
    align-items: end;
}
i.fa.fa-edit.custome-edit-icon {
    font-size: 18px;
    margin-top: 6px;
    margin-right: 6px;
}
td.action-btn-box{
    display:flex;
    align-items:center;
}

.upload-sec.branding, .branding-upload {
    width: 100%;
}
    .branding-upload .fileinput{
        width:100%;
    }
        .branding-upload .fileinput .btn-file {
            width:100%;
        }
/*label.custom-width{
    width:100%;
}*/

#divAgentListView .table-wrapper-border {
    border: none;
}

td a.action-on-edit {
    line-height: normal;
    vertical-align: sub;
}

    td a.action-on-edit i.fa-edit {
        font-size: 18px;
    }
div#tblAgentLoginListView_filter {
    padding-left: 12px;
}

/* add new css 31march 2025*/
#tblDealer_wrapper .table-wrapper-border {
    border-width: 0;
}
#tblDealer_filter, #tblDealer_wrapper .dt-pag {
    padding-left: 16px;
}
h4.generated-billing-font {
    font-size: 15px;
    color: #4a4a54;
}

.gross-chart h6.title-font-size, .subtotal-chart h6.title-font-size {
    font-size: 14px;
}

.subtotal-chart h5.title-font-size, .gross-chart h5.title-font-size {
    font-size: 13px;
}

/*1st april 2025*/
.chartjs-render-monitor {
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
}

/*30 april 2025*/
#MyProfilemodel.agent-modal .modal-dialog {
    width: 1000px;
}



    .agent-modal h3.sub-heading, .new-agent-page h3.sub-heading {
        font-size: 14px;
    }
