body {
     overflow-y:scroll;
     font-family: "Roboto", sans-serif !important;
    font-style: normal;
}

.highlight-red a {
    background-color: #b4e8ff !important;
}

.highlight-green a {
    background-color: #e8ffb4 !important;
}

 div.fetchData {
     margin: 50px 0px 0px 225px;
     text-align: center;
     width: 100%;
}

div.lowerBox h3 {
  margin: 23px 0px 0px 23px;
  font-size: 16px;
  font-weight: bold;
}

div.lowerBox {
  width: 49.6%;
  display: inline-block;
  min-height: 365px;
  vertical-align: top;
  font-family: 'Poppins' !important;
}

 @keyframes flickerAnimation {
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-o-keyframes flickerAnimation{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-moz-keyframes flickerAnimation{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-webkit-keyframes flickerAnimation{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 .email_checkholder table {
     border: 1px solid #CCC;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     padding: 10px;
     border-top: none;
}

.rplan_div {
  background: #d6f3ff;
  padding-bottom: 17px !important;
  color: #333;
  font-weight: bold;
}

.tbinfob.email_checkholder tr td:first-child {
  width: 140px !important;
}

td.checkbox_input_holder {
  width: 25px !important;
}

.chkbtn_convert {
  border: #4CAF50 1px solid;
  background-position: center !important;
  position: absolute;
  border-left: none;
  cursor: pointer;
  opacity: 0.9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 6px;
  background-color: #e2ffe3!important;
  margin-left: -1px;
  height: 21.5px !important;
}

.email-cancel {
  width: 13px;
  vertical-align: top;
  position: absolute;
  margin-left: 7px;
  cursor: pointer;
  opacity: 0.5;
}
.email-cancel:hover {
  opacity: 1;
}

.chkbtn_convert:hover {
  opacity: 1;
}

.email_dp input {
  padding: 8px 5px;
  width: 85px;
}

.email_checkholder tr td:first-child {
  text-align: right;
}

.email_checkholder tr td:first-child span {
  padding-right: 5px;
}

.email_checkholder tr td {
     border: none;
     height: 45px;
     padding: 0px !important;
     vertical-align: middle;
}

 ul#list_dashboard li {
     text-align: left;
     padding: 15px 0px 15px 10px;
     border-bottom: 1px solid #CCC;
     cursor: poiner;
     font-family: 'Roboto';
     cursor: pointer;
}
 ul#list_dashboard li:hover {
     background: #e9f4f5;
}
 #access_holder {
     border: 1px solid #CCC;
     background: #EFEFEF;
     padding: 40px 20px;
     border-radius: 5px;
     opacity: 0.9;
}
 ul#list_dashboard li span {
     margin-left: 10px;
}
 ul#list_dashboard li span div {
     font-size: 12px;
     color: #888;
}
 ul#list_dashboard li span, ul#list_dashboard li svg {
     vertical-align: middle;
     display: inline-block;
}
 #access_logout:hover {
     border: 1px #AAA solid;
     color: #333;
     background: #EDEDED;
}
 #access_logout {
     margin: 30px auto 0px auto;
     text-align: center;
     border: 1px #CCC solid;
     width: 100px;
     font-family: 'Roboto';
     padding: 10px;
     border-radius: 4px;
     cursor: pointer;
     font-size: 12px;
     color: #888;
}
 #sessionLogout {
     display: inline-block;
     padding: 10px;
     background: #900;
     color: #FFF;
     width: 150px;
     text-align: center;
     border-radius: 3px;
     cursor: pointer;
     opacity: 0.8;
     margin-right: 5px;
}
 #sessionLogout:hover {
     opacity: 1;
}
 #timeOutbtn {
     width: 100%;
     text-align: center;
}
 #continueSession {
     display: inline-block;
     padding: 10px;
     background: #4CAF50;
     color: #FFF;
     width: 150px;
     text-align: center;
     border-radius: 3px;
     cursor: pointer;
     opacity: 0.8;
     margin-left: 5px;
}
 #continueSession:hover {
     opacity: 1;
}
 .animate-flicker {
     -webkit-animation: flickerAnimation 1s infinite;
     -moz-animation: flickerAnimation 1s infinite;
     -o-animation: flickerAnimation 1s infinite;
     animation: flickerAnimation 1s infinite;
}
 .gotoprepaidbill:hover .animate-flicker {
     -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
     -o-animation-play-state: paused;
     animation-play-state: paused;
}
 .display_totals {
     display: inline-block;
     width: 674.5px;
     font-family: 'Roboto';
}
 .fh4 {
     border-right: 1px #670202 solid;
}
 .display_totals h4 {
     background: #900;
     padding: 10px;
     color: #FFF;
     font-weight: bold;
     border-bottom: 3px solid #670202;
}
 .totals_headers, .transact_headers {
     margin: 0;
     padding:0;
}
 .totals_headers li:last-child, .transact_headers li:last-child {
     border:none;
}
 .totals_headers li, .transact_headers li {
     list-style: none;
     display: inline-block;
     background: #555;
     color: #FFF;
     padding: 5px;
     width: 214.1px;
     text-align: center;
     margin: 0;
     border-right: 1px solid #AAA;
}
 .totals_values {
     margin: 0;
     padding:0;
}
 .new_tr_ul li {
     display: inline-block;
}
 li.transact_amt {
     padding-left: 10px;
     font-weight: bold;
}
 .an {
     background: #a90000;
     color: #FFF;
     padding: 10px;
}
 #viewmoreinfototals {
     background: #5ca000;
     padding: 10px;
     text-align: center;
     color: #FFF;
     font-family: 'Roboto';
     margin-bottom: 5px;
     cursor: pointer;
     opacity: 0.9;
     font-size: 12px;
     border-top: 1px #333 solid;
}
 #viewmoreinfototals:hover {
     opacity: 1;
     font-weight: bold;
}
 li.transact_headers {
     list-style: none;
     display: inline-block;
     background: #555;
     color: #FFF;
     padding: 5px;
     width: 330px;
     text-align: left;
     margin: 0;
}
 li.odd {
     background: #EEE;
}
 li.even {
     background: #CCC;
}
 .t_amt {
     float: right;
     background: #026d1a;
     font-size: 10px;
     padding: 5px 10px;
     margin-top: -2px;
     border-radius: 3px;
}
 #reconcile_holder, #unreconcile_holder {
     max-height: 160px;
     min-height: 160px;
     overflow-y: scroll;
     border: 1px solid #555;
     font-size: 11px;
}
 #reconcile_holder::-webkit-scrollbar-track, #unreconcile_holder::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
}
 #reconcile_holder::-webkit-scrollbar, #unreconcile_holder::-webkit-scrollbar {
     width: 8px;
     background-color: #F5F5F5;
}
 #reconcile_holder::-webkit-scrollbar-thumb, #unreconcile_holder::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #D62929;
}
 li.firstli_h {
     border-right: 1px #555 solid;
}
 #reconcile_holder {
     border-right: none;
     border-bottom-left-radius: 5px;
}
 #unreconcile_holder {
     border-bottom-right-radius: 5px;
}
 .totals_values li {
     list-style: none;
     display: inline-block;
     color:#333;
     padding:5px;
     width:213px;
     text-align: left;
     margin:0;
}
 .gotoprepaidbill:hover {
     opacity:1;
}
 .gotoprepaidbill {
     color: #FFF;
     font-family: 'Roboto';
     background: #03941b;
     padding: 10px 50px;
     text-align: center;
     float: right;
     margin-top: 6px;
     cursor: pointer;
     font-size: 12px;
     font-weight: bold;
     opacity: 0.8;
     -webkit-transition: all .2s linear .2s;
}
 .dlcsvasur {
     display: block;
     color: #FFF;
     background: #4db50c;
     font-family: 'Roboto';
     font-size: 12px;
     padding: 11px;
     width: 200px;
     text-align: center;
     position: absolute;
     margin-left: 1128px;
     margin-top: 16px;
     font-weight: bold;
     opacity: 0.9;
     cursor: pointer;
     transition: all 0.2s ease;
}
 .dlcsvasur:hover {
     opacity:1;
}
 .plancodenum {
     font-size: 9px;
     color: #fff;
     font-weight: bold;
     background: #900;
     padding: 3px 7px;
     text-align: center;
     margin-left: 5px;
     margin-right: 5px;
     border-radius: 4px;
     vertical-align: 2px;
}
 .viewmoremulti {
     padding: 10px;
     background: #BBB;
     color: #900;
     font-weight: bold;
     text-align: center;
     cursor: pointer;
}
 .givmeline {
     display: block;
     width: 100%;
     height: 2px;
     border-bottom: 1px dashed #AAA;
     margin-bottom: 15px;
}
 .viewmoremulti:hover {
     opacity: 0.8;
}
 .logo:hover {
     -ms-transform: rotate(180deg) 3000ms;
    /* IE 9 */
     -webkit-transform: rotate(180deg) 3000ms;
    /* Chrome, Safari, Opera */
     transform: rotate(180deg) 3000ms;
}
 .bplabel {
     background: #555;
     padding: 7px 20px 9px 20px;
     color: #FFF;
}
 .delmsgs,.delmsgsa,.delmsgsb,.delmsgsasur {
     background: #b9ff96;
     padding: 7px;
     font-size: 12px;
     margin-left: -18px;
     border: #007502 1px solid;
     font-weight: bold;
     display: none;
}
 .delalldata,.delalldataa,.delalldatab,.delalldataasur {
     font-size: 12px;
     margin-left: 5px;
     padding: 7px 13px;
     background: #900;
     color: #FFF;
     cursor:pointer;
     display: none;
}
 .loadingattachments {
     margin-bottom:10px;
}
 .loadingattachments img {
     margin-right: 10px;
     vertical-align: middle;
}
 div.fuckinshit span#alert-statsbSelectBoxItContainer {
     top:0;
}
 .bpaydamount {
     font-weight:bold;
     color:#900;
}
 .msgdelattach {
     padding: 10px;
     text-align: center;
     background: #ffe6e6;
     margin-bottom: 5px;
     border: #ffc1c1 1px solid;
}
 .savebpaybtn:hover, .sendbpaybtn:hover, .savecdtbtn:hover, .saveasurbtn:hover, .savenalaalbtn:hover {
     background:#DDD;
     color: #000;
}
 .bpsvnt {
     display:none;
     background: #000;
     position: absolute;
     width: 503px;
     margin-top: 5px;
     padding: 54px 0px;
     text-align: center;
     opacity: 0.5;
     color: #FFF;
     z-index: 1;
}
 span.mialgn {
     display:block;
     margin-top:-4px;
     margin-bottom: 15px;
}
 .savebpaybtn, .sendbpaybtn, .savecdtbtn, .saveasurbtn, .savenalaalbtn {
     background: #AAA;
     padding: 10px 5px;
     width: 100px;
     text-align: center;
     position: relative;
     margin-top: -37px;
     margin-left: 393px;
     border-top-left-radius: 5px;
     color: #FFF;
     cursor: pointer;
}
 table.tbinfob.stbinfob.totallines {
     padding-top: 22px;
     padding-bottom: 0px;
     border-radius: 10px;
     background: #a90000;
     color: #FFF;
}
 .moreasurionline img {
     margin-right: 10px;
     vertical-align: middle;
}
 .n_disc_rowb li,.n_disc_rowasurion li {
     display: inline-block;
     word-wrap: break-word;
     width: 169px;
     padding: 10px 5px;
     vertical-align: middle;
     text-align: center;
}
 ul.bill-n li {
     border-left: #DDD 1px solid;
     border-radius:0px;
     padding: 20px 5px;
}
 .inside-bcircle {
     background: #900;
     width: 10px;
     height: 10px;
     margin: auto;
     margin-left: 15px;
     border: #FFF 1px solid;
     transition: all 0.2s ease;
}
 table.tbinfob td:first-child {
     max-width: 40%;
     min-width: 40%;
}
 .stbinfob {
     background:#DDD;
     padding: 10px;
}
 .dlbtnbp {
     margin-right:2px;
}
 .inldiv2 {
     display: inline-block;
}
 div.inldiv {
     display: inline-block;
}
 .notesbp {
     padding:10px 5px;
}
 .acb {
     padding: 9px 10px 10px 10px;
     width: 55px;
     text-align: left;
}
 .bpnotreviewed {
     background: #0041aa;
}
 .bprequired {
     background: #900;
}
 .text-success {
     color:#3C763D;
     margin-left:4px;
     margin-top: 2px;
}
 .bpfurtheraction {
     background: #f9c809;
}

div.bpaydiveach .bpsubmittoverizon {
  background: #4caf50 !important;
}
 .bpsubmittoverizon {
     background: #d100b6;
}
 .pad10bp {
     padding:10px 0px 0px 0px;
}
 .bpchargeback {
     background:#000;
}
 .jFiler {
     margin-top: 5px;
}
 .bpcorrected {
     background:#85b24e;
}
 .bppayrolladjustment {
     background:#c1c1c1;
}
 .bprefunded {
     background:#696969;
}
 .bpupl {
     margin-top: 5px;
}
 .bpayopt, .crdtopt, .asurionopt, .nalaalopt {
     display: inline-block;
     width: 428px;
     height: 33px;
     margin-left: -4px;
     font-size: 13px;
     margin-top:5px;
     padding: 0px 6px;
}
 .inlblk {
     display:inline-block;
}
 .bpcommtime {
     font-size:11px;
}
 .commentbpboxit {
     word-wrap: break-word;
     margin-top: 5px;
     border-top: #CCC 1px solid;
     padding: 10px 6px;
     font-size: 12px;
     text-align: left;
}
 .bpcommentsection {
     margin-top:10px;
}
 .bpauditornotes, .commentbp {
     resize: none;
     font-size:12px;
     width: 481px;
     height: 100px;
     margin-top: 5px;
     padding: 10px;
     color: #900;
}
 .moreinfobpay {
     padding: 16px;
     border: #DDD 1px solid;
     font-size: 12px;
}
 .bpiconx {
     width: 20px;
     height: 20px;
     margin: -11px auto;
}
 .mbottomzero {
     margin-bottom: 0px;
}
 .tbdivinfo td.calign {
     padding:0px;
     text-align:center;
}
 .moreinfobpay .tbdivinfo {
     width: 33.3%;
     display:inline-block;
     margin:0;
     padding:0;
     vertical-align:top;
     font-family:'Roboto';
}
 .graybpox {
     background:#DDD;
}
 .bill-n {
     background-color: #EEE;
     color: #333;
     font-family: 'Roboto';
     font-size: 12px;
     transition: background-color 0.5s ease;
     cursor:pointer;
     border-right: #DDD 1px solid;
     border-bottom:none;
     border-top: #DDD 1px solid;
}
 .tbdivinfo td.fbl {
     text-align: right;
}
 .tbdivinfo td {
     border:none;
     text-align:left;
     padding:5px;
}
 .headerbpaymore {
     text-align: center;
     font-family: 'Roboto';
     font-weight: bold;
     padding: 10px 5px;
     border-bottom: #BBB 2px solid;
     margin-bottom: 15px;
}
 .clicktoview {
     text-align:center;
     font-family:'Roboto', Geneva, sans-serif;
     font-size:12px;
     background:#DDD;
     padding: 5px;
     color:#333;
     display:none;
}
 .bselected {
     border-radius: 20px;
     box-shadow: none;
     width: 20px;
     margin-left: 11px;
     height: 20px;
}
 .bpaydiveach {
     margin-top: 5px;
}
 .bill-n:hover .inside-bcircle {
     border-radius: 20px;
     box-shadow: none;
     width: 20px;
     margin-left: 11px;
     height: 20px;
     border: none;
}
 .billhover {
     background-color: #FFF;
     border-bottom:#900 3px solid;
     border-right:#DDD 1px solid;
}
 .bill-n:hover {
     background-color: #FFF;
     border-bottom:#900 3px solid;
     border-right:#DDD 1px solid;
}
 ul.managerul_a li:first-child {
     width: 597px;
     margin-left:0px;
}
 .payroll {
     background: #CCC;
     border-top: 1px #666 solid;
}
 .refund {
     background: #666;
     border-top: 1px #333 solid;
}
 div.under_ma1 {
     display: none;
     margin:0px;
}
 ul.managerul_a li {
     display:inline-block;
     width: 12%;
     text-align:center;
     font-family:'Roboto', Geneva, sans-serif;
     color:#FFF;
     background:#333;
     padding:10px;
     margin:0px;
     margin-left:-4px;
     border-left: 1px solid #666;
}
 ul.managerul_a1 li:first-child {
     width: 597px;
     margin-left:0px;
     text-align:left;
}
 span.a2loc {
     display:block;
     font-weight:bold;
}
 span.a2managers {
     font-size: 11px;
     padding: 2px;
}
 ul.managerul_a1 li {
     display:inline-block;
     width: 12%;
     text-align:center;
     font-family:'Roboto', Geneva, sans-serif;
     color:#FFF;
     background:#999;
     padding:10px;
     margin:0px;
     margin-left:-4px;
     border-left: 1px solid #AAA;
     cursor:pointer;
     border-bottom:#AAA 1px solid;
}
 ul.managerul_a2 {
     border-bottom: #999 1px solid;
}
 ul.managerul_a2 li:first-child {
     width: 587px;
     margin-left:0px;
     text-align:left;
     padding-left:21px;
}
 ul.managerul_a2 li a {
     color: #900;
}
 ul.managerul_a2 li {
     display:inline-block;
     display: table-cell;
     vertical-align:middle;
     width: 163px;
     text-align:center;
     font-family:'Roboto', Geneva, sans-serif;
     color:#000;
     background:#FFF;
     padding:10px;
     margin:0px;
     margin-left:-4px;
}
 #selectedFiles {
     font-size: 12px;
     margin-top: 5px;
     border-top: 2px #333 solid;
     padding: 10px;
     line-height: 20px;
     background: #CCC;
}
 .naviglogout {
     float: right;
     margin-top: 13px;
}
 .naviglogout a {
     font-family: 'Roboto';
     background-color: #900;
     padding: 5px 21px;
     font-size: 11px;
     border-radius: 3px;
     margin-left: 155px;
     cursor:pointer;
     -moz-transition: all .2s linear .2s;
     -webkit-transition: all .2s linear .2s;
}
 .naviglogout a:hover {
     opacity: 0.8;
}
 #pdflogoview {
     background: url('/public/images/logo.jpg') no-repeat center;
     width: 352px;
     display:none;
     height: 300px;
     position: absolute;
     margin-left: 369px;
     margin-top: 130px;
}
 div.n_pdfhdr {
     background-color: #900;
     color: #FFF;
     padding: 10px;
     font-family: 'Roboto';
     font-weight: bold;
}
 ul#pdflist {
     padding: 0px;
     margin: 0;
     font-family: 'Roboto';
     font-size: 12px;
     width: 300px;
     border-right: 1px #AAA solid;
}
 ul#pdflist li:hover {
     background:#EEE;
     border-right:3px solid #900;
}
 ul#pdflist li {
     padding: 10px;
     border-right:1px solid #333;
     background-color: #DDD;
     border-bottom: 1px #CCC solid;
     cursor: pointer;
}
 .leftside_n {
     background:#AAA;
     height:600px;
}
 #n_bgpdf {
     display:none;
     position: fixed;
     background-color: #000;
     width: 100%;
     height: 1000px;
     opacity: 0.9;
     z-index:999999999999999999999;
}
 #n_pdfholder {
     z-index:9999999999999999999999;
     background-color: #FFF;
     width: 800px;
     height: 600px;
     position: fixed;
     top: -175%;
     left: 25%;
     right: 50%;
     border: #BBB 1px solid;
}
 #n_hideanalytics {
     font-family: 'Roboto';
     font-size: 11px;
     padding: 7px;
     background-color: #555;
     color: #FFF;
     width: 100px;
     float: right;
     text-align: center;
     cursor:pointer;
     -moz-transition: all .2s linear .3s;
     -webkit-transition: all .2s linear .3s;
}
 .n_samplepdf:hover {
     opacity:0.7;
}
 .n_samplepdf {
     -moz-transition: all .2s linear .2s;
     -webkit-transition: all .2s linear .2s;
     padding: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af2323+0,840000+100 */
     background: #af2323;
    /* Old browsers */
     background: -moz-linear-gradient(top, #af2323 0%, #840000 100%);
    /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af2323), color-stop(100%,#840000));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #af2323 0%,#840000 100%);
    /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #af2323 0%,#840000 100%);
    /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #af2323 0%,#840000 100%);
    /* IE10+ */
     background: linear-gradient(to bottom, #af2323 0%,#840000 100%);
    /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2323', endColorstr='#840000',GradientType=0 );
    /* IE6-9 */
     cursor:pointer;
     margin-top: 0px;
     width: 368px;
     margin-left: 87px;
     font-size: 12px;
     color: #FFF;
     text-align: center;
     border: 1px #7E0303 solid;
     position: absolute;
}
 #n_hideanalytics:hover {
     background:#222;
}
 .clone_topheader_n {
     z-index: 9999999999999999;
     width: 1350px;
     top: 0px;
     position: fixed;
     margin-top: -6px;
     display:none;
}
 li.n_disc_color {
     max-width: 10px;
     border-radius: 3px;
}
 ul.topheader_n li:nth-child(1), ul.topheader_n li:nth-child(2) {
     border-left: none;
}
 .topheader_n li {
     border-left:#555 1px solid;
}
 .topheader_n {
     background-color: #333;
     color: #FFF;
     font-family: 'Roboto';
     font-size: 12px;
     font-weight: bold;
     margin-top: 6px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
     border-top: #666 1px solid;
}
 ul.n_disc_row li {
     display: inline-block;
     word-wrap: break-word;
     width: 145px;
     padding: 10px 5px;
     vertical-align: middle;
     text-align: center;
}
 .li_adjust {
     margin-left: 4px;
}
 .col_adjust {
     margin-left: 3px;
}
 #n_newdisc_display {
     font-family: 'Roboto', Geneva, sans-serif;
}
 .n_headerinfo {
     color: #3CC;
     font-weight: bold;
     text-align: center;
     border-bottom: #DDD 1px solid;
     background:#FFF;
}
 ul.n_disc_row li.n_li_inact {
     width: 14px;
}
 .n_inh {
     padding-bottom: 10px;
     border-bottom: 1px #CCC solid;
}
 span.n_lbl {
     width: 100px;
     display: inline-block;
     text-align: right;
}
 ul#n_disc_display div.n_dthl ul li.n_headerinfo:first-child {
     font-size: 14px;
}
 span.n_lbl2 {
     width: 135px;
     display: inline-block;
     padding-left: 10px;
}
 li.n_compar_h span {
     display: inline-block;
     font-weight: bold;
     color: #333;
     text-align: center;
}
 span.n_lbldata {
     width: 200px;
     word-wrap:break-word;
     display: inline-block;
     text-align: center;
}
 span.n_lbldataccrs {
     width: 200px;
     word-wrap:break-word;
     display: inline-block;
     text-align: center;
}
 ul#n_disc_display div.n_dthl ul li {
     cursor: auto;
     font-size: 12px;
     padding: 10px;
}
 .n_dthl {
     width: 35.7%;
     height: 100px;
     display: inline-table;
     cursor: auto;
     font-family: 'Roboto';
     font-size: 13px;
}
 .n_dthl:nth-child(1) {
     width: 20.1%;
}
 .n_dthl:nth-child(2) {
     background:#EEE;
     width: 43.1%;
}
 span.n_comp_chk {
     width:20px;
     display:inline-block;
     height:20px;
}
 div.n_mydisch {
     border: 1px #CCC solid;
     border-radius: 5px;
     padding: 5px 10px;
     margin-top: 3px;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
}
 div.n_mydisch:hover {
     box-shadow: 0px 1px 25px #888;
}
 li.n_moredataholder {
     display:none;
}
 .stvForm {
     background:#EEE;
}
 .n_levels {
     background: #900;
     color: #FFF;
     text-align: center;
     font-weight: bold;
     font-family: 'Roboto';
     padding: 10px;
     border-radius: 5px;
     margin-top: 8px;
}
 ul#n_disc_display li {
     cursor: pointer;
}
 .n_chkcompare {
     background: url('../images/n_chk.png') no-repeat bottom center;
}
 .n_crosscompare {
     background: url('../images/n_cross.png') no-repeat bottom center;
}
 li.n_li_inact {
     width: 10px;
     background: url('../images/n_inact.png') no-repeat center left;
     height: 10px;
     width: 14px;
}
 li.n_li_act {
     width: 10px;
     background: url('../images/n_act.png') no-repeat center left;
     height: 10px;
     width: 14px;
}
 .mend_btn {
     background: #CCC;
     width: 169px;
     border-radius: 3px;
     padding: 5px;
     font-size: 12px;
     text-align: center;
     border: #AAA 1px solid;
     border-bottom: #AAA 3px solid;
     color: #666;
     cursor: pointer;
     display:inline-block;
}
 .mend_btn_a {
     background: #FFBABA;
     border: #FF9B9B 1px solid;
     border-bottom: 3px #FF7E7E solid;
     color: #666;
     cursor: pointer;
     width: 169px;
     border-radius: 3px;
     padding: 5px;
     font-size: 12px;
     text-align: center;
     display:inline-block;
     margin-left: 5px;
}
 .mend_btn:hover {
     background: #DDD;
     color: #555;
}
 .mend_btn:active {
     background:#BBB;
}
 .mend_btn_a:hover {
     background: #F5BABA;
}
 .mend_btn_a:active {
     background:#D44545;
     color:#FFF;
}
 .mend_f span {
     margin-top: 1px;
     position: absolute;
}
 .selFile {
     display: inline-block;
     padding: 5px;
     background: #333;
     max-height: 5px;
     max-width: 5px;
     font-size: 10px;
     color: #FFF;
     border-radius: 3px;
     line-height: 4px;
     margin-right: 4px;
     cursor: pointer;
}
 .selFile:hover {
     background:#900;
}
 #m_footer {
     background: #FFF;
     width: 100%;
     height: 60px;
     position: fixed;
     bottom: 0;
     z-index: 9999999;
     border-top:#333 1px solid;
     opacity:0.95;
     font-family:'Roboto', Geneva, sans-serif;
}
 #m_footer p {
     padding: 26px 31px;
     color: #555
}
 #releasenotes_section, #new_section {
     background:url('../images/rn-bg.png');
     width:100%;
     position:fixed;
     z-index:99999999999999999;
     height:100%;
     opacity:0.7;
}
 #dialogbox_body {
     padding: 15px;
     height: 348px;
}
 #releaseclose-x, #newreleaseclose-x {
     background:url(../images/rn-x.png);
     width:16px;
     height:16px;
     float: right;
     margin: 6px;
     cursor:pointer;
     opacity:1;
     -moz-transition: all .3s linear .3s;
     -webkit-transition: all .3s linear .3s;
}
 #releaseclose-x:hover {
     opacity:0.6;
}
 #closedialogbox {
     background: #900;
     width: 100px;
     padding: 5px;
     margin: 20px auto 0px auto;
     color: #FFF;
     border: #F03 1px solid;
     cursor: pointer;
     -moz-transition: all .3s linear .3s;
     -webkit-transition: all .3s linear .3s;
}
 #closedialogbox:hover {
     background:#F00;
}
 #inner_dialogboxbody h3 {
     font-weight: bold;
     border-bottom: #AAA thin dotted;
     padding-bottom: 10px;
}
 #inner_dialogboxbody ul li.li_title {
     margin-top: 10px;
     cursor: pointer;
     -moz-transition: all .3s linear .3s;
     -webkit-transition: all .3s linear .3s;
     border-left:#AAA 2px solid;
     padding-left: 10px;
}
 #hd_tit {
     padding: 17px 10px 10px 10px;
     line-height: 24px;
}
 #dialogbox_header span {
     line-height: 2px;
     color: #FFF;
}
 .site_title {
     font-size: 12px;
     display:block;
     font-weight:bold;
}
 .version_number {
     font-size: 11px;
}
 #inner_dialogboxbody ul li.li_description {
     margin-top: 10px;
     padding: 10px;
     font-size:11px;
     background:#DDD;
     border-left:#000 3px solid;
     -moz-transition: all .2s linear .2s;
     -webkit-transition: all .2s linear .2s;
     text-align:justify;
     display:none;
}
 #inner_dialogboxbody ul li.li_description:hover {
     background:#EEE;
     border-left:#900 3px solid;
}
 #inner_dialogboxbody ul li.titleclass {
     color:#900;
     background:#FCC;
     padding: 10px;
     border-left:#900 3px solid;
}
 #inner_dialogboxbody ul li.li_title:hover {
     color:#900;
     background:#FCC;
     padding: 10px;
     border-left:#900 3px solid;
}
 #inner_dialogboxbody ul {
     margin-bottom: 20px;
     margin-left: 20px;
}
 #inner_dialogboxbody, #new_dialogboxbody {
     height: 333px;
     overflow-x: hidden;
     overflow-y: hidden;
     padding-right:15px;
}
 #releasenotes_dialogbox, #new-dialogbox {
     width:100%;
     position:fixed;
     z-index:999999999999999999;
     height:100%;
     font-family:'Roboto', Geneva, sans-serif;
}
 #dialogbox_header {
     width: 702px;
     height:53px;
     background:url(../images/rn-header.png);
}
 #dialogbox_inside {
     width: 702px;
     height: 422px;
     background:#FFF;
     border:#FFF thin solid;
     margin: 200px auto;
     box-shadow: 0px 1px 25px #333;
}
 #new_inside {
     width: 702px;
     height: 422px;
     background:#FFF;
     border:#FFF thin solid;
     margin: 120px auto;
     box-shadow: 0px 1px 25px #333;
}
 div.powered-by-login {
     width: 161px;
     margin: -35px auto;
}
 div.powered-by-login span {
     font-family: 'Roboto';
     font-size: 11px;
}
 div.powered-by-login img {
     width: 100px;
     margin-bottom: -14px;
}
 .to_sr {
     background: #DDD;
     position: absolute;
     width: 307px;
     margin-left: -10px;
     margin-top: -5px;
     padding: 3px 15px 3px 15px;
}
 .top_offenderul {
     height: 170px;
     overflow-x: hidden;
     overflow-y: scroll;
     margin-top: 33px;
     width: 326px;
     font-size:12px;
}
 .top_offenderul table tr:nth-of-type(even){
     background:#CCC;
}
 .top_offenderul table td {
     padding:5px;
}
 td.num_ofloc_disc {
     font-weight:bold;
     color:#900;
}
 td.nameofloc {
     color:#333;
}
 .top_offenderul table {
     width:100%;
     font-size:12px;
}
 b {
     font-weight:bold;
}
 .top_offenderul li {
     list-style: none;
     padding: 0;
     margin-left: -33px;
     margin-bottom: 8px;
}
 .alert_pie, .action_pie {
     background:#FFF;
}
 .icheckbox_line strong {
     font-weight: normal;
     font-family: 'Roboto';
     font-size: 12px;
}
 .showhide {
     font-family:'Roboto', Geneva, sans-serif;
}
 ul.managers-tab {
     margin-bottom:0px;
     font-family:'Roboto', Geneva, sans-serif;
}
 ul.managers-tab li.active {
     background:#A00404;
}
 ul.managers-tab li.active a {
     color:#FFF;
}
 .cbk_msg {
     background: #FFD6D6;
     padding: 10px;
     width: 1279px;
     margin-bottom: 17px;
     display: none;
}
 .uploadbtn_cbk {
     pointer-events: auto;
}
 #uploadforms_cbk .active {
     pointer-events: none;
}
 .cbk_datemsg {
     display: inline-block;
     padding: 7px 16px;
     background: #333;
     color: #FFF;
     opacity: 0.8;
     border-radius: 4px;
     margin-left:7px;
}
 div.nouploader select {
     padding: 5px;
     font-size: 12px;
     width: 265px;
     font-family:'Roboto', Geneva, sans-serif;
}
 .arrow-left {
     width: 0px;
     height: 0px;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-right: 10px solid #333;
     position: absolute;
     padding: 0;
     margin: -18px 10px 10px -20px;
}
 #uploadforms_cbk {
     display:none;
}
 .kb_selmonyr {
     border-bottom: #DDD 1px solid;
     width: 1299px;
}
 div.nouploader {
     z-index: 9;
     padding: 0px 8px 6px 9px;
     margin-left: -16px;
     border:none;
}
 div.n1 {
     padding: 13px 15px 15px 15px;
     border:none;
}
 .uploadbtn_cbk {
     width:100px;
     margin:0px 0px 0px -8px;
     display:inline-block;
     text-align:center;
     font-size:12px;
     background: #AAA;
     padding: 10px;
     color: #FFF;
     box-shadow: inset 0px 0px 20px #888;
     border-radius: 5px;
     border: #888 1px solid;
     cursor:pointer;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
}
 .uploadbtn_cbk:hover {
     background:#BBB;
     box-shadow: inset 0px 0px 10px #888;
}
 .uploadbtn_cbk:active {
     box-shadow: inset 0px 0px 60px #444;
}
 .titleofupload {
     display: inline-block;
     background: #FFF;
     color: #333;
     padding: 13px 15px 9px 15px;
     width: 190px;
     border-bottom: #DDD 1px solid;
     font-weight: bold;
}
 .file_name_holder {
     display: inline-block;
     background: #FFF;
     width: 940px;
     color: #AAA;
     padding: 14px 7px 11px 22px;
     margin-left: -12px;
     z-index: -1;
     position: relative;
     border-bottom: #DDD 1px solid;
     font-size:12px;
}
 .exceluploader {
     display:none;
}
 h1.kb_Headernew {
     text-align: left;
     padding-left: 29px;
}
 .kb_content {
     padding:10px;
     border: #DDD 1px solid;
     border-bottom-right-radius:5px;
     border-bottom-left-radius:5px;
}
 h1.kb_Headernew p {
     font-size: 11px;
}
 ul.audit-process li.active a, ul.audit-process li a {
     font-size: 21px;
     font-family: 'Roboto';
}
 .newnavi {
     background:#e2e2e2;
     font-family:'Roboto', Geneva, sans-serif;
     font-size:19px;
     width:100%;
     display:table;
     color:#333;
     border-top-left-radius:5px;
     border-top-right-radius:5px;
     text-shadow: 0 2px 2px #FFF;
}
 .newnavi li.active {
     background:#A00404;
     color:#FFF;
     text-shadow: 0 2px 2px #333;
     box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
 .newnavi li.normal {
     color:#333;
}
 .newnavi li.normal:hover {
     background:#f2f2f2;
}
 .newnavi li.normal:active {
     background:#e2e2e2;
     box-shadow: inset 0px 0px 30px #BBB;
}
 .newnavi li.normal a {
     color: #333;
}
 .newnavi li:first-child {
     border:none;
}
 .newnavi li {
     display: table-cell;
     padding: 20px;
     text-align:center;
     width:450px;
     cursor:pointer;
     color:#333;
     border-left: 1px #CCC solid;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
}
 div.arrow_more_clicked {
     background: #555 url(../images/arrow.png) no-repeat 9px -59px;
     width: 30px;
     height: 35px;
     display: inline-block;
     margin: -9px 0px 0px 7px;
     padding: 0;
     cursor:pointer;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
     border-bottom-right-radius:5px;
}
 div.arrow_more_clicked:hover {
     background: #555 url(../images/arrow.png) no-repeat 9px -59px;
}
 .arrow_more:hover {
     background: #555 url(../images/arrow.png) no-repeat 9px 14px;
}
 .arrow_more {
     background:url(../images/arrow.png) no-repeat 9px 14px;
     width: 30px;
     height: 35px;
     display: inline-block;
     margin: -9px 0px 0px 7px;
     padding: 0;
     cursor:pointer;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
     border-bottom-right-radius:5px;
}
 .other_settings {
     background: #555;
     color: #FFF;
     padding-top:10px;
     font-family: 'Roboto';
     width: 200px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
     position: absolute;
     z-index: 999999999;
     margin-left: 1150px;
     margin-top:-13px;
     text-align:right;
     opacity:0.95;
     display:none;
     font-size:11px;
     padding-bottom:5px;
}
 .other_settings li {
     padding: 10px 15px;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
     cursor:pointer;
}
 .other_settings li:hover {
     background: #333;
}
 br.dbr {
     display:none;
}
 .welcome_user {
     display:inline-block;
     min-width: 145px;
}
 .welcome_user b {
     font-weight:bold;
}
 #account_user {
     background:#333;
     color:#FFF;
     font-family:'Roboto', Geneva, sans-serif;
     padding: 10px 0px 1px 10px;
     border-bottom-left-radius:5px;
     border-bottom-right-radius:5px;
     margin-bottom:10px;
     font-size:12px;
}
/* OTHERS */
 .removepad {
     padding: 0;
}
 .vcfo_left {
     float: left;
}
 .vcfo_right {
     float: right;
}
 .vcfo_clear {
     clear:both;
}
 .data-contents div.searchbox {
     color:#333;
     line-height:20px;
}
 .data-contents div.searchbox:hover {
     background:#999;
     color:#FFF;
     cursor:pointer;
}
 div.powered-by {
     width: 250px;
     float: right;
     margin-right: 242px;
     margin-top: 0;
     margin-bottom: 30px;
     font-family: 'Roboto', Geneva, sans-serif;
}
/* END OTHERS */
/* CUSTOM REPORTS */
 h4.removepad {
     padding: 0px;
}
 .cr_ul {
     text-align: left;
     border-radius: 5px;
}
 .cr_ul li {
     display:inline-block;
     list-style:none;
     cursor:pointer;
     padding:6px 31px;
     font-family:'Roboto', Geneva, sans-serif;
     border-right:#555 1px solid;
     margin-right: -4px;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
     font-size:14px;
     background: url('../images/arrow.png') no-repeat 8px -61px;
}
 .cr_ul li:hover {
     box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
     background: url('../images/arrow.png') no-repeat 8px 11px;
}
 .cr_ul li.activeli {
     background:#900 url('../images/arrow.png') no-repeat 13px 11px;
     box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
/* END */
/* HEADERS */
 h1.greenHeader, h1.groupHeader {
     font-family: Tahoma;
     font-size: 24px;
     text-shadow: 0 2px 2px #333;
     border-top-left-radius:5px;
     border-top-right-radius:5px;
}
 h1.groupHeader {
     font-size: 19px;
}
 div.mainContent {
     border-bottom-left-radius:5px;
     border-bottom-right-radius:5px;
}
 div.roundCont {
     box-shadow: 0px 1px 25px #CCC;
}
 .kb_navleft {
     width:300px;
     margin:0;
     padding:10px 0px 40px 0px;
     font-family:Tahoma, Geneva, sans-serif;
     border-right:#DDD 1px solid;
}
 .kb_navleft li.activenavleft {
     background:#EEE;
     padding: 10px 14px;
}
 #vcfo_hello_loader {
     width: 283px;
     margin: 753px 650px;
     position: absolute;
     opacity:0;
}
 .kb_contentinner {
     min-height:500px;
}
 .kb_navleft li {
     padding: 10px;
     background:#FFF;
     border-bottom: #DDD 1px solid;
     cursor:pointer;
     -moz-transition: all .2s linear 0s;
     -webkit-transition: all .2s linear 0s;
}
 .kb_navleft li:hover {
     background:#F6F6F6;
     padding: 10px 14px;
}
 .vcfo_none {
     display:none;
}
 .monthly_chargebackdiv {
     font-family:Tahoma, Geneva, sans-serif;
     padding: 20px;
     border: 1px #d7d7d7 solid;
     border-bottom-left-radius:5px;
     border-bottom-right-radius:5px;
     display:none;
}
/* END HEADERS */
/* * CSS Styles that are needed by jScrollPane for it to operate correctly. * * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane * may not operate correctly without them. */
 .jspContainer {
     overflow: hidden;
     position: relative;
}
 .jspPane {
     position: absolute;
}
 .jspVerticalBar {
     position: absolute;
     top: 0;
     right: 0;
     width: 16px;
     height: 100%;
     background: red;
}
 .jspHorizontalBar {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 16px;
     background: red;
}
 .jspVerticalBar *, .jspHorizontalBar * {
     margin: 0;
     padding: 0;
}
 .jspCap {
     display: none;
}
 .jspHorizontalBar .jspCap {
     float: left;
}
 .jspTrack {
     background: #dde;
     position: relative;
}
 .jspDrag {
     background: #bbd;
     position: relative;
     top: 0;
     left: 0;
     cursor: pointer;
}
 .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
     float: left;
     height: 100%;
}
 .jspArrow {
     background: #50506d;
     text-indent: -20000px;
     display: block;
     cursor: pointer;
}
 .jspArrow.jspDisabled {
     cursor: default;
     background: #80808d;
}
 .jspVerticalBar .jspArrow {
     height: 16px;
}
 .jspHorizontalBar .jspArrow {
     width: 16px;
     float: left;
     height: 100%;
}
 .jspVerticalBar .jspArrow:focus {
     outline: none;
}
 .jspCorner {
     background: #eeeef4;
     float: left;
     height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
 * html .jspCorner {
     margin: 0 -3px 0 0;
}
/* CHARTS */
 .morris-hover{
    position:absolute;
    z-index:1000;
}
.morris-hover.morris-default-style{
    border-radius:10px;
    padding:6px;
    color:#666;
    background:rgba(255, 255, 255, 0.8);
    border:solid 2px rgba(230, 230, 230, 0.8);
    font-family:sans-serif;
    font-size:12px;
    text-align:center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
    font-weight:bold;
    margin:0.25em 0;
}
 .morris-hover.morris-default-style .morris-hover-point{
    white-space:nowrap;
    margin:0.1em 0;
}
 .graph_height {
     height:200px;
}
 .graphclasses {
     display:inline-block;
     width: 674px;
     height: 240px;
     margin: auto;
}
 .graphclasses2 {
     display:inline-block;
     width: 460px;
     height: 200px;
     font-family:Tahoma, Geneva, sans-serif;
     font-size:12px;
     margin-right:5px;
     border: #DDD 1px solid;
     padding:30px 10px 10px 10px;
     border-radius:5px;
}
 .graphclasses2 p {
     position: absolute;
     width: 461px;
     background: #900;
     color:#FFF;
     margin: -30px 0px 0px -10px;
     padding: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
 .graphclasses p,.graphclasses2 p {
     font-family: Tahoma;
     font-size: 12px;
     font-weight: bold;
     padding-left: 14px;
}
 .flags ul li {
     margin-bottom: 5px;
     list-style:none;
}
 .flags {
     margin-top:15px;
     margin-left:-38px;
}
 .flags ul li i {
     display:inline-block;
     width:10px;
     height:10px;
     border-radius:7px;
     margin-right:7px;
}
 .flags ul li i.nr {
     background:#0255df;
}
/* Alert Status */
 .flags ul li i.nr.al_not_reviewed {
     background: #0255df;
}
 .flags ul li i.nr.al_response_required {
     background: #da2021;
}
 .flags ul li i.nr.al_audit_to_review {
     background: #ff9334;
}
 .flags ul li i.nr.al_further_action {
     background: #f9c809;
}
 .flags ul li i.nr.al_chargeback {
     background: #000000;
}
 .flags ul li i.nr.al_resolved {
     background: #85b14f;
}
/* Action Status Color */
 .flags ul li i.nr.as_not_reviewed {
     background:#0255df;
}
 .flags ul li i.nr.as_corrected {
     background:#85b14f;
}
 .flags ul li i.nr.as_chargeback {
     background:#000000;
}
 .flags ul li i.nr.as_submit_to_vr {
     background:#800074;
}
 .flags ul li i.nr.as_required {
     background:#da2021;
}
 .flags ul li i.nr.as_payroll {
     background:#cccccc;
}
 .flags ul li i.nr.as_refund {
     background:#666666;
}
 .graph_charts {
     padding:0px;
}
 .opt_analytics {
     background:#EEE;
     padding:5px 6px 5px 10px;
     border-radius:3px;
     border: #DDD 1px solid;
}
