﻿@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {  
    background-color: white;
    margin: 0 0 55px 0;
    padding: 0;
    font-family: SourceSansPro-Regular , Calibri;
}

.login-content { /*only for login page*/
    position:relative;
    margin:0 auto 0 auto;
    width:1400px;
    height:645px;
    background: url('../images/login-background.jpg') no-repeat;
    padding-top:155px;
}

.content { /*this is for all pages that use master page*/
    margin: auto;
    position: relative;
    max-width: 1400px;
}
.a-button{
    text-align: center;
    background-color: #76A3c2;
    color: #ffffff;
    height: 35px;
    width: 175px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
}
.grey-button{
   text-align: center;
   background-color: #DADADA;
   color: #000000;
   height: 27px;
   line-height: 27px;
   text-decoration: none;
   text-align: center;
}
.right{
    float: right;
}
.left{
    float:left;
}
.center{
    text-align: center;
}
.none{
    display: none;
}
.display{
    display: inherit !important;
}
/*Login Page*/
.login-fieldset{
    color: #FFFFFF;
    background-color: rgba(255,255,255,0.1);
    border: none;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 60px;
    width: 288px;
    margin: auto;
    top: 155px;
}
.login-fieldset label{
    margin-bottom: 12px;
    font-size: 20px;
}
.login-fieldset .input{
    margin-top:10px;
    width: 235px;
    height: 25px;
    border: solid 1px #888785;
}
.button{
    text-align: center;
    color: white;
    border: none;
}
.login-button{
    display:block;
    margin-top: 15px;
    background-color: #76A3C2;
    width: 238px;
    height: 33px;
    border: none;
    font-size: 16px;
    text-decoration: none;
    line-height: 33px;
}
 .inputerror
{
    background: #FFFFCC!important;
}

 /*MerchantSelection*/
.header {
    height: 86px;
    background-color: #244065;
    background-repeat: no-repeat;
    padding-right: 125px;
    margin-bottom: 20px;
}
.header a{
    color: #ffffff;
    float: right;
    display: inline;
    line-height: 86px;
    margin-left: 50px;
}
.header #welcome{
    color: #ffffff;
    float: right;
    display: inline;
    line-height: 86px;
    margin-left: 50px;
    text-decoration: underline;
}
.menu-top {
    width: 1090px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 25px;
    background-color: #f5f5f5;
}
.menu-top h5{
    color: #244065;
    font-size: 18px;
    margin: 0;
    line-height: 55px;
    width: 250px;
    display: inline-block;
}
.menu-top a {
    background-image: url('../images/report-button-icon.jpg');
    background-repeat: no-repeat;
    width: 175px;
    display: inline-block;
    margin-top: 11px;
    margin-right: 25px;
}
.menu-table{
    width:1115px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-table label{
    color: #000000;
    font-weight:bold;
    margin-left: 25px;
}
.menu-table input{
    height: 27px;
    width: 142px;
    margin-left: 8px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.menu-table a{
    width: 144px;
    display: inline-block;
    margin-left: 7px;
}
.menu-table table{
    border-top: 1px solid #DADADA;
    width: 1020px;
    margin: auto;
    border-collapse: collapse;

}
.menu-table table th{
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 2px solid #DADADA;
}
.menu-table table tr {
   height: 28px;
   line-height: 28px;  
}
.menu-table table th:nth-child(3) {
 border-right: 1px solid #DADADA;
}
.menu-table table td:nth-child(3) {
 border-right: 1px solid #DADADA;
}   
.menu-table table th:nth-child(1) {
 text-align: left;
}
.menu-table table td:nth-child(1) {
 text-align: left;
}
.menu-table table th:nth-child(4) {
 text-align: left;
 padding-left: 6px;
}
.menu-table table td:nth-child(4) {
 text-align: left;
 padding-left: 6px;
}

.merchantTable tr td{
    text-align: center;
}

.merchantTable tr {
    cursor:pointer;
    border-bottom: 1px solid #DADADA; 
}
.merchantTable tr:last-child{
     border-bottom: none;
}

/*Reporting User & Transaction Rules (ru-tr)*/
.ru-tr-top {
    width: 1090px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 25px;
    background-color: #f5f5f5;
    text-align: center;
}
.ru-tr-top h5{
    color: #244065;
    font-size: 18px;
    margin: 0;
    line-height: 55px;
    width: auto;
    display: inline-block;
}
.ru-tr-top h4{
    color: #244065;
    font-size: 14px;
    margin: 0 auto;
    line-height: 55px;
    width: auto;
    display: inline-block;
}

.ru-tr-top a {
    display: inline-block;
    width: 175px;
    font-size: 16px;
    text-align: center;
    margin-top: 11px;
    margin-right: 25px;
}

.ru-tr-form{
    width:1075px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
    padding-right: 25px;
}
.ru-tr-form .col-1{
    width:45%;
    display:block;

}
.ru-tr-form .col-2{
    width:50%;
    display:block;
}
.ru-tr-form .col-2 label {
    width: 200px;
    display: inline-block;

    }
.ru-tr-form .col-2 input{
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #aaa;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 5px;
    width: 150px;
}
.ru-tr-form .col-2 select {
    width: 162px;
    background: #ffffff;
    border: 1px solid #aaa;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 5px;
    }
.ru-tr-form .col-2 a {
 background-color: #76A3c2;
    color: #ffffff;
    width: 175px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 25px;
    }
.ru-tr-form table{
    border-top: 1px solid #DADADA;
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}
.ru-tr-form table th{
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 2px solid #DADADA;
}
.ru-tr-form table th.reportinguser{
    padding-left: 9px;
    text-align: left;
}
.ru-tr-form table tr {
   height: 28px;
   line-height: 28px;  
}
.ru-tr-form table td {
  text-align: center;
  width: 25%;
}
.ru-tr-form table .username {
background-image: url('../images/user-icon.jpg');
background-repeat: no-repeat;
background-position-y: 50%;
text-align: left;
padding-left: 37px;
width: 50%;
    }
.ru-tr-form table td:nth-child(1) {
 border-right: 1px solid #DADADA;
}
.ru-tr-form table td:nth-child(2) {
 border-right: 1px solid #DADADA;
}
.ru-tr-form table tr {
    border-bottom: 1px solid #DADADA; 
}
.ru-tr-form table tr:last-child{
     border-bottom: none;
}
.ru-tr-form table th:nth-child(2) {
     width: 100px;
}
.ru-tr-form table th:nth-child(3) {
    width: 100px;
}

.ru-tr-form table tr.bunits{
   background-color: #e9e9e9;
   font-size: 12px;
}
.ru-tr-form table tr.merchname{
   background-color: #e9e9e9;
}
.ru-tr-form table tr.bunits td:first-child{
  text-align: left;
        padding-left : 50px;
}
.ru-tr-form table tr.merchname td:first-child{
   text-align: left;
        padding-left : 50px;
}

.ru-tr-form table tr.customer td:first-child {
        background-image: url('../images/user-icon.jpg');
        background-repeat: no-repeat;
        background-position-y: 50%;
        text-align: left;
        padding-left : 50px;
}
.ru-tr-form table tr.customer td:last-child {
        border-left: 1px solid #DADADA;
}


.td-a-button{
    display: block;
    text-align: center;
    background-color: #76A3c2;
    color: #ffffff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
}
.tr-table{
    width: 95%;
    margin-bottom: 20px;
}
.tr-table th{
    height: 28px;
    width: 25%;
    line-height: 28px;
    font-weight: normal;
    border-bottom: 2px solid #DADADA;
}
.tr-table td:nth-child(1) {
 border-right: 1px solid #DADADA;
}
.tr-table td:nth-child(2) {
 border-right: 1px solid #DADADA;
}
.tr-table td:nth-child(3) {
 border-right: 1px solid #DADADA;
}

/*Global Report*/

.gr-top {
    width: 1090px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 25px;
    background-color: #f5f5f5;
    text-align: center;
}
.gr-top h5{
    color: #244065;
    font-size: 18px;
    margin-left: 25px;
    margin: 0;
    line-height: 55px;
    display: inline-block;
}
.gr-top a {
    display: inline-block;
    width: 175px;
    font-size: 16px;
    text-align: center;
    margin-top: 11px;
    margin-right: 25px;
}
.gr-tabs{  
    width:1075px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
    padding-right: 25px;
}

.gr-tabs table{
    width: 100%;
    text-align: center;
}
.gr-tabs table th{
    background-color: #E1E1E1;
    width: 20%;
    height: 40px;
    font-weight: normal;
    cursor: pointer;
}
.gr-tabs table th a{
    margin: 0;
    height: 100%;
    line-height: 42px;
    text-decoration: none;
    color: #000000;
    width: 100%;
}
.gr-tabs .active {
    background-color: #76A3c2;
}
.gr-tabs .active a{
    color : #ffffff;
}
.trans-reports select {
    margin-top: 20px;
    margin-left: 15px;
}
.trans-reports label {
    width: 200px;
    display: inline-block;
    margin-left:50px;
}
.gr-tabs a {
    display: inline-block;
    margin-top: 20px;
}
.gr-tabs label{
     width: 200px;
    display: inline-block;
    margin-left:50px;
}
.gr-tabs select, .gr-tabs input[type=text] {
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.gr-tabs #grallchart{
    width: 49%;
    float: left;
    text-align: center;
}
#ddlAllChart {
    width: 350px;
    margin-top: 20px;
    margin-left: 0;
}
#ddlCurChart {
    width: 350px;
    margin-top: 20px;
    margin-left: 0;
}
#curchart, #allchart{
    padding-bottom: 20px;
}
.gr-tabs #grcurchart{
    width: 49%;
    float: right;
    text-align: center;
}
.dl-table {
    width: 1075px;
    border: 1px solid #E1E1E1;
    border-top: none;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
    padding-right: 25px;
}
.dl-table table{
    width: 100%;
}

.dl-table table th{
    background-color: #f5f5f5;
    width: 33%;
    height: 40px;
    font-weight: normal;
}

/*Acquirer Chargeback tables*/

.ac-cards{
    width: 1090px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 25px;
    background-color: #f5f5f5;
    text-align: center;
}
.ac-cards h5{
    color: #244065;
    font-size: 18px;
    margin: 0;
    line-height: 55px;
    width: 250px;
    display: inline-block;
}
.ac-money{
    width: 1090px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 25px;
    background-color: #ffffff;
    text-align: center;
}
.ac-money h5{
    color: #244065;
    font-size: 18px;
    margin: 0;
    line-height: 55px;
    width: 550px;
    display: inline-block;
}
.ac-tables{
    width: 1100px;
    border: 1px solid #E1E1E1;
    margin: auto;
    padding-left: 15px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 25px;
}
.col-1{
    width: 49%;
    display: block;
    float: left;
}
.col-2{
    width: 50%;
    display: block;
    float: right;
}
.ac-tables table{
    width: 95%;
    border-collapse: collapse;
    border: none;
}
.ac-tables table td:first-child {
    text-align: left;
    padding-left: 15px;
}
    .ac-tables table th:first-child {
        width:28%;
    }
.ac-tables table th {
    border-bottom: 1px solid #e1e1e1;
    width:24%;
    height:42px;
    }
.ac-tables table td {
 height: 28px;
 border-bottom: 1px solid #e1e1e1;
    }
.ac-tables table tr:last-child {
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    }
.ac-tables table tr:last-child td:first-child {
    font-weight: bold;
    }
.table-header{
    line-height: 35px;
    height: 35px;
    font-size: 20px;
    color : #ffffff;
    margin-top:10px;
    border: none;
    border-top: none;
   }
.table-header td{
     font-weight: normal !important;
     text-align: center !important;
}
.ac-tables table tr:hover {
    background-color: #e1e1e1;
}

/*masterpage*/
.Masterheader {
    height: 86px;
    background-color: #244065;
    background-repeat: no-repeat;
    padding-right: 125px;
}
.Masterheader a{
    color: #ffffff;
    float: right;
    display: inline;
    line-height: 86px;
    margin-left: 50px;
}
.Masterheader #welcome{
    color: #ffffff;
    float: right;
    display: inline;
    line-height: 86px;
    margin-left: 50px;
    text-decoration: underline;
}
.navbar{
    width: 1100px;
    height: 86px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.absolute{
    position: absolute;
}
.navbartop{
    background-color: #11548D;
    height: 45px;
    margin-top: -1px;
}
.navbartop a{
    width: 34px;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}
.navbartop select{
    width: 200px;
    margin-right: 25px;
    margin-top: 13px;
}
.navbartop span{
    line-height: 45px;
    color: #ffffff;
}
.bs{
    margin-right: 10px;
}
.navbartable {
    height: 45px;
}
.navbartable table {
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border-collapse: collapse;
}



.navbartable table td {
    padding-top: 11px;
    /*width: 14%;*/
    background-color: #d1d1d1;
    height: 100%;
    border-right: 1px solid white;
}
.navbartable table td:last-child {
    border-right: none;

}
.navbartable table td a{
    width: 100%;
    height: 100%;
    display: block;
    /*line-height: 43px;*/
    text-decoration: none;
    color: #000000;
}
.navbartable table td.active{
    background-color: #76A3c2;
}
.navbartable table td.active a{
    color: #ffffff;
}
.disableCheck input{
    opacity : .50;
   filter  : alpha(opacity=50); /* IE<9 */
   cursor  : default;
}

/*Transactions Page*/
.transactions {
    display: block;
    width: 1090px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #f3f3f3;
    padding-bottom: 20px;
    border: 1px solid #dadada;
}
.transactions .search{
    display: block;
    width: 49%;
    height: 200px;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
}

.search table th{
    text-align: left;
    font-weight: normal;
}
.search .searchinput{
    margin-top: 31px;
}
.searchinput td{
    height: 32px;
}
.searchinput td:nth-child(3){
    width: 30%;
}
.transactions .total{
    display: block;
    width: 49%;
    height: 200px;
    background-color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid #DADADA;
}
.search table{
    margin: 20px 0 0 20px;
    width: 93%;
    border-collapse: collapse;
}
.total table{
    margin: 20px 0 0 20px;
    width: 90%;
    border-collapse: collapse;
       
}
.totalamount th{
    border-bottom: 2px solid #DADADA;
    font-weight: normal;
}
.total .totalamount th:first-child{
    text-align: left;
    width: 300px;
}
.total .totalamount th:nth-child(2){
    text-align: left;
    width: 50px;
}
.total .totalamount th:nth-child(3){
    text-align: left;
}
.tableleft{
    width: 50%;
    float: left;
}
.tableright{
    width: 50%;
    float: right;
}
.total .currencytable{
    text-align: center;
    margin-top: 5px;
    width: 90%;
}
.total .currencytable th{
    font-size: 14px;
    font-weight: normal;
}
.total .results{
    float: right;
    width: 90%;
    margin-right: 15px;
}
.total .results td:first-child{
    width: 100px;
}
.total .results td:nth-child(2){
    width: 50px;
}
.totalamount{
    color: #76A3c2;
    font-size: 18px;
}
.td-a-buttoncur{
    display: block;
    text-align: center;
    background-color: #dadada;
    color: #ffffff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.td-a-buttoncurselect{
    display: block;
    text-align: center;
    background-color: #76A3c2;
    color: #ffffff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.td-a-button2 {
    display: block;
    text-align: center;
    background-color: #76A3c2;
    color: #ffffff;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
}
.a-buttontrx {
    text-align: center;
    background-color: #DADADA;
    color: #000000;
    height: 35px;
    width: 175px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}

.utility label{
    color: #76A3c2; 
    margin-top: 10px;
    margin-left: 42px;
}
.utility select{
    margin-top: 10px;
    margin-left: 10px;
    width: 150px;
}




.transtablehead {
    color: #76A3c2;
    margin-left: 30px;
    text-align: center;

}
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
.transtablehead th{
    font-weight: normal;
 }
.transtablehead {
    table-layout: fixed;
    width: 1030px;
}
.transtablehead tr:last-child td{
    text-align: center
}
.transtablehead th:nth-child(1) {
    max-width: 100px;
    width: 100px;
}
 
.transtablehead th:nth-child(2){
     max-width: 140px;
     width: 140px;
 }
.transtablehead th:nth-child(3){
     max-width: 210px;
     width: 210px;
 }

.transtablehead td:nth-child(4){
     max-width: 45px;
     width: 45px;
 }
.transtablehead th:nth-child(5){
     max-width: 45px;
     width: 45px;
 }
.transtablehead th:nth-child(6){
     max-width: 150px;
     width: 150px;
 }
.transtablehead th:nth-child(7){
     max-width: 70px;
     width: 70px;
 }
.transtablehead th:nth-child(8){
     max-width: 90px;
    width: 90px;
 }
.transtablehead th:nth-child(9){
     max-width: 100px;
    width:  100px;
 }
.transtablehead th:nth-child(10){
     max-width: 40px;
    width: 40px;
 }
/*.transtablehead th:nth-child(1){
    width: 100px;
 }
.transtablehead th:nth-child(2){
    width: 120px;
 }
.transtablehead th:nth-child(3){
    width: 220px;
    padding: 0;
 }
.transtablehead th:nth-child(4){
    width: 50px;
 }
.transtablehead th:nth-child(5){
    width: 50px;
 }
.transtablehead th:nth-child(6){
    width: 147px;
 }
.transtablehead th:nth-child(7){
    width: 50px;
 }
.transtablehead th:nth-child(8){
    width: 70px;
 }
.transtablehead th:nth-child(9){
    width: 100px;
 }
.transtablehead th:nth-child(9){
    width: 50px;
 }*/
.transtablehead td:nth-child(6) input{
    width: 140px;
 }

.transtablehead select{
     width: 90%;
 }

 .transactiontables{
     margin: 0 auto;
     width: 1100px;
     border: 1px solid #dadada;
     border-top: none;
     padding-top:20px;
 }
 .transresults{
     margin-left: 40px;
     border-collapse:collapse;
 }
.transresults td{
     border-bottom: 1px solid #dadada;
     text-align: center;
     height: 28px;
 }
.transresults td a{
    text-decoration: none;
    color: black;
 }
.transresults td a:hover{
    cursor:pointer;
 }
.transresults td:first-child{
    text-align: center;
 }
.transresults tr:last-child td{
    border-bottom: none;
 }
.transresults td:nth-child(1){
    max-width: 100px;
     width: 100px;
 }
.transresults td:nth-child(2){
     max-width: 140px;
     width: 140px;
 }
.transresults td:nth-child(3){
     max-width: 210px;
     width: 210px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }

.transresults td:nth-child(4){
     max-width: 50px;
     width: 50px;
 }
.transresults td:nth-child(5){
     max-width: 50px;
     width: 50px;
 }
.transresults td:nth-child(6){
     max-width: 150px;
     width: 150px;
 }
.transresults td:nth-child(7){
     max-width: 70px;
     width: 70px;
 }
.transresults td:nth-child(8){
     max-width: 90px;
    width: 90px;
 }
.transresults td:nth-child(9){
     max-width: 100px;
    width:  100px;
 }
.transresults td:nth-child(10){
     max-width: 50px;
    width: 50px;
 }
.transresults tr:nth-child(even){
    background-color: #f5f5f5;
}

.payouts-table td, .payouts-table th {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
}

.payouts-table {
    border-collapse:collapse;
    text-align:center;
    width: 100%;
}

.payouts-table tr:nth-child(odd) td{
    background-color: #f5f5f5;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.payouts-table
{
    border-top: none;
}

.empty-item {
    background-color: #FFFFFF !important;
    width: 20px;
    border: none !important;
}

.empty-header {
    background-color: #F5F5F5;
    width: 20px;
}

.payouts-table th {
    border-collapse:collapse;
    background-color: #F3F3F3;
    font-weight: normal;
    color: #76A3c2;
    text-align: center;
    padding-bottom: 10px
}

.payouts-table input, .payouts-table select {
    width: 80%;
}

.pagenumber{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 1080px;
    border-top: 1px solid #dadada;
    margin-top: 25px;
    background-color: #f3f3f3;
}
.pagenumber input{
    width: 30px;
    margin-right: 15px;
}
.pagenumber label {
        margin-right:5px;
        margin-left: 5px;
    }
.forwardarrow {
    background-image: url('../images/forward.png');
    background-position-y: 50%;
    background-position-x: 50%;
    width: 21px;
    height: 21px;
    background-color: #76A3c2;
    margin-right: 25px;
}
.backarrow {
    background-image: url('../images/back.png');
      width: 21px;
    height: 21px;
    background-position-y: 50%;
    background-position-x: 50%;
    background-color: #76A3c2;
    margin-right: 5px;
}
.off{
    background-color: #DADADA !important;
}

/*Transaction Details*/
.transactiondetailstop{
    text-align: center;
    display: block;
    width: 1100px;
    margin: 0 auto;
    height: 45px;
    background-color: #f3f3f3;
    border: solid 1px #dadada;
    
}
.transactiondetailstop span {
        line-height: 45px;
}
.transactiondetails{
    width: 1100px;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-top: 0;
    padding-top: 60px;
}
.transactiondetails table{
    width: 60%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.transactiondetails table td{
    width: 50%;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #dadada;
    max-width: 328px;
    overflow-wrap: break-word;
}
.transactiondetails table td:first-child{
    padding-left: 25px;
}
.transactiondetails table tr:last-child td{
    border-bottom: 0px solid #dadada;
}
.transactiondetailsfooter{
    width: 1100px;
    height: 45px;
    margin: 0 auto;
    border: solid 1px #dadada;
    border-top: 0;
    background-color: #f3f3f3;
    display: block;
    margin-bottom: 50px;
}
.transactiondetailsfooter a{
    margin-top: 5px;
    width: 155px;
    height: 35px;
    
    line-height: 35px;
    color: #FFFFFF;
    background-color: #76A3c2;
    text-decoration: none;
    text-align: center;
    display:block;
    float: right;
    margin-right: 20px;
}

/*popups*/
.block{
    display: block !important;
}
.popup{
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.voidpopup{
      z-index: 1001;
    width: 500px;
    height: 200px;
    background-color: rgba(255,255,255, 1);
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
}
.voidpopup .divtop{
    padding-left: 50px;
    height: 50px;
    font-size:20px;
    line-height: 50px;
    color: #76A3c2;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}
.voidpopup .divmid{
    padding-left: 50px;
    height: 100px;
    width: 450px;
    font-size:16px;
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top: none;
}
.voidpopup .divbot{
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    vertical-align: middle;
}
.voidpopup .divbot a{
    margin-top: 8px;
    margin-right: 8px;
}
.processpopup{
      z-index: 1001;
    width: 500px;
    height: 400px;
    background-color: rgba(255,255,255, 1);
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
}
.processpopup .divtop{
    padding-left: 50px;
    height: 50px;
    font-size:20px;
    line-height: 50px;
    color: #76A3c2;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}
.processpopup .divmid{
    padding-left: 50px;
    height: 300px;
    width: 450px;
    font-size:16px;
    display: table-cell;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top: none;
}
.processpopup .divmid select, .processpopup .divmid input{
    width: 300px;
    display: inline-block;
    height: 38px;
    border: 2px solid #ddd;
    padding: 2px 2px 2px 2px;
}
.processpopup .divmid label{
    font-size: 18px;
}
.processpopup .divmid textarea{
    display: inline-block;
    height: 38px;
    border: 2px solid #ddd;
    padding: 2px 2px 2px 2px;                  
}
.processpopup .divbot{
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    vertical-align: middle;
}
.processpopup .divbot a{
    margin-top: 8px;
    margin-right: 8px;
}
.partialrefundpopup{
      z-index: 1001;
    width: 500px;
    height: 250px;
    background-color: rgba(255,255,255, 1);
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
}
.partialrefundpopup .divtop{
    padding-left: 50px;
    height: 50px;
    font-size:20px;
    line-height: 50px;
    color: #76A3c2;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}
.partialrefundpopup .divmid{
    padding-left: 50px;
    padding-top: 20px;
    height: 130px;
    font-size:16px;
    line-height: 50px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top: none;
    text-align: left;
}
.partialrefundpopup .divmid span,.txtbox1 {
    float: right;
    width: 120px;
    margin-right: 100px;
}
.txtbox1{
    margin-top: 15px;
    width: 114px;
}
.partialrefundpopup .divbot{
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    vertical-align: middle;
}

.partialrefundpopup .divbot a{
    margin-top: 8px;
    margin-right: 8px;
}
.refundpopup{
      z-index: 1001;
    width: 500px;
    height: 200px;
    background-color: rgba(255,255,255, 1);
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
}
.refundpopup .divtop{
    padding-left: 50px;
    height: 50px;
    font-size:20px;
    line-height: 50px;
    color: #76A3c2;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}
.refundpopup .divmid{
    padding-left: 50px;
    height: 100px;
    width: 450px;
    font-size:16px;
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top: none;
}
.refundpopup .divbot{
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    vertical-align: middle;
}
.refundpopup .divbot a{
    margin-top: 8px;
    margin-right: 8px;
}
.messagepopup{
      z-index: 1001;
    width: 500px;
    height: 200px;
    background-color: rgba(255,255,255, 1);
    display: none;
    position: fixed;
    margin: 10% auto;
    left: 0;
    right: 0;
}
.messagepopup .divtop{
    padding-left: 50px;
    height: 50px;
    font-size:20px;
    line-height: 50px;
    color: #76A3c2;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
}
.messagepopup .divmid{
    padding-left: 50px;
    height: 100px;
    width: 450px;
    font-size:16px;
    display: table-cell;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-bottom: none;
    border-top: none;
}
.messagepopup .divbot{
    padding-left: 8px;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    vertical-align: middle;
}
.messagepopup .divbot a{
    margin-top: 8px;
    margin-right: 8px;
}

/*Reports*/
.reports{
    display: block;
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding-left: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.reports span label{
    width: 150px;
    display: inline-block;
}
.reports span a{
  display: inline-block;
  margin-left: 40px;
}
.reports span{
    display: block;
    margin-top: 5px;
}
.reports .date{
    width: 60px;
}
.reports .month{
    width: 120px;
}
.reports .year{
    width: 60px;
}
.reportresulttitle{
    display: block;
    width: 1060px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    padding-left: 40px;
    border-top: none;
}
.reportresulttitle table{
    width: 96%;
    vertical-align: middle;
    color:  #76A3c2;
    height: 100%;
}
.reportresulttitle .nobatch td {
    height: 100%;
    width: 28%;
    height: 30px;
}
.reportresulttitle .batch td {
    height: 100%;
    width: 22%;
    height: 30px;
}
.reportresulttitle .bankbalancing td {
    height: 100%;
    height: 30px;
}
.reportresulttitle .bankbalancing td:nth-child(1) {
    width: 17.5%;
}
.reportresulttitle .bankbalancing td:nth-child(2) {
    width: 26%;
}
.reportresulttitle .bankbalancing td:nth-child(3) {
    width: 22%;
}
.reportresulttitle .bankbalancing td:nth-child(4) {
    width: 22%;
}

.reportresults{
    display: block;
    width: 1060px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding-left: 40px;
    border-top: none;
     padding-top: 15px;
    padding-bottom: 15px;
}
.td-a-buttonreport{
    display: block;
    text-align: center;
    background-color: #76A3c2;
    color: #ffffff;
    width: 90%;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
   
}
.reportresults table{
    width: 96%;
    border-collapse: collapse;
}
.reportresults table tr{
    border-bottom: 1px solid #DADADA;
}
.reportresults table tr:last-child{
    border-bottom: none;
}
.reportresults table td {
    width: 28%;
}
.reportresults table td:last-child {
   width: 15%;
}
.reportresults table tr:nth-child(even){
    background-color: #f5f5f5;
}

.reportresults table .batchtr td{
    width: 20%;
}
/*Bank Balancing*/
.tblBankBalancing{
    display: block;
    width: 1060px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding-left: 40px;
    border-top: none;
     padding-top: 15px;
    padding-bottom: 15px;
}

.tblBankBalancing table{
    width: 96%;
    border-collapse: collapse;
}
.tblBankBalancing table tr{
    border-bottom: 1px solid #DADADA;
}
.tblBankBalancing table tr:last-child{
    border-bottom: none;
}
.tblBankBalancing table td:nth-child(1) {
    width: 12%;
    border-right: 1px solid #DADADA;
}
.tblBankBalancing table td:nth-child(2) {
    width: 18%;
    border-right: 1px solid #DADADA;
}
.tblBankBalancing table td:nth-child(3) {
    width: 15%;
    border-right: 1px solid #DADADA;
}
.tblBankBalancing table td:nth-child(4) {
    width: 15%;
    border-right: none;
}
.tblBankBalancing table tr:nth-child(even){
    background-color: #f5f5f5;
}

.reportresults table .batchtr td{
    width: 20%;
}

/*Batches*/
.batchtop{
    display: block;
    width: 1060px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    padding-left: 40px;
}
.batchtop table{
    width: 96%;
}
.batchtop table td{
    height: 45px;
    color:  #76A3c2;
    text-align: center;
}
.batchtop table td:nth-child(1){
    width: 200px;
}
.batchtop table td:nth-child(2){
    width: 160px;
}
.batchtop table td:nth-child(3){
    width: 160px;
}
.batchtop table td:nth-child(4){
    width: 200px;
}
.batchtop table td:nth-child(5){
    width: 160px;
}
.batchtop table td:nth-child(6){
    width: 150px;
    text-align: center;
}
.batchbot{
    display: block;
    width: 1060px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding-left: 40px;
    border-top: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.batchbot table{
    width: 96%;
    text-align: center;
    border-collapse: collapse;
}
.batchbot table td{
    height: 30px;
}
.batchbot table tr {
    border-bottom: 1px solid #DADADA;
}
.batchbot table td:nth-child(1){
    width: 200px;
}
.batchbot table td:nth-child(2){
    width: 160px;
}
.batchbot table td:nth-child(3){
    width: 160px;
}
.batchbot table td:nth-child(4){
    width: 200px;
}
.batchbot table td:nth-child(5){
    width: 160px;
}
.batchbot table td:nth-child(6){
    width: 150px;
}
/*.batchbot table tr:last-child{
    border-bottom: none;
}*/

.batchfooter{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 1080px;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-top: none;
    background-color: #f3f3f3;
}
.batchfooter input{
    width: 30px;
    margin-right: 15px;
}
.batchfooter label {
        margin-right:5px;
        margin-left: 5px;
    }
.forwardarrow {
    background-image: url('../images/forward.png');
    background-position-y: 50%;
    background-position-x: 50%;
    width: 21px;
    height: 21px;
    background-color: #76A3c2;
    margin-right: 25px;
}
.backarrow {
    background-image: url('../images/back.png');
      width: 21px;
    height: 21px;
    background-position-y: 50%;
    background-position-x: 50%;
    background-color: #76A3c2;
    margin-right: 5px;
}
.off{
    background-color: #DADADA !important;
}

.jsTable {
}
.detailsRow{
    background-color: #f3f3f3;
}
.DetailsDiv{
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    display: block;
    border-top: none;

}
.detailsTBL{
    width: 70%;
    border: 1px solid #dadada;
    border-collapse: collapse;
    margin-left: 25px;

}
.detailsTBL tr td{
    border-right: 1px solid #DADADA;

}
.rowcolor{
    background-color: #F3F3F3;
}

/*Fraud*/
.TrxandFraudTblHead {
    color: #76A3c2;
    margin-left: 30px;
    text-align: center;
    width: 88%;
}
.TrxandFraudTblHead tr:last-child td{
    text-align: center
}
.TrxandFraudTblHead td:nth-child(1){
    width: 90px;
 }
.TrxandFraudTblHead td:nth-child(2){
    width: 195px;
 }
.TrxandFraudTblHead td:nth-child(3){
    width: 90px;
 }
.TrxandFraudTblHead td:nth-child(4){
    width: 90px;
 }
.TrxandFraudTblHead td:nth-child(5){
    width: 150px;
 }
.TrxandFraudTblHead td:nth-child(6){
    width: 110px;
 }
.TrxandFraudTblHead td:nth-child(7){
    width: 60px;
 }
.TrxandFraudTblHead td:nth-child(8){
    width: 50px;
 }
.TrxandFraudTblHead td:nth-child(9){
    width: 60px;
 }

.TrxandFraudTblHead select{
     width: 90%;
 }
.TrxandFraudTblHead th{
    font-weight: normal;
 }

.fraudactiontables{
     margin: 0 auto;
     width: 1100px;
     border: 1px solid #dadada;
     border-top: none;
     padding-top:20px;
 }
 .fraudresults{
     margin-left: 40px;
     border-collapse:collapse;
     width: 93%;
 }
.fraudresults td{
     border-bottom: 1px solid #dadada;
     text-align: center;
     height: 28px;
 }
.fraudresults td a{
    text-decoration: none;
    color: black;
 }
.fraudresults td a:hover{
    cursor: pointer;
 }
.fraudresults td:first-child{
    text-align: center;
 }
.fraudresults tr:last-child td{
    border-bottom: none;
 }
.fraudresults td:nth-child(1){
    max-width: 100px;
    width: 100px;
    padding-right: 5px;
 }
.fraudresults td:nth-child(2){
     max-width: 185px;
     width: 185px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
.fraudresults td:nth-child(3){
     max-width: 90px;
     width: 90px;
 }
.fraudresults td:nth-child(4){
     max-width: 80px;
     width: 80px;
 }
.fraudresults td:nth-child(5){
     max-width: 145px;
     width: 145px;
 }
.fraudresults td:nth-child(6) {
     max-width: 100px;
     width: 100px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
.fraudresults td:nth-child(6) a {
     max-width: 100px;
     width: 100px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
 }
.fraudresults td:nth-child(7){
     max-width: 70px;
     width: 70px;
         
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
.fraudresults td:nth-child(8){
     max-width: 60px;
    width: 60px;
 }
.fraudresults td:nth-child(9){
     max-width: 70px;
    width: 70px;
 }
.fraudresults td:nth-child(10){
     max-width: 50px;
    width: 50px;
 }
.fraudresults tr:nth-child(even){
    background-color: #f5f5f5;
}
.approved{
    color: #70db70;
}
.failed{
    color: #f00;
}
.cancelled{
    color: #B50A0A;
}
.stopped{
    color: blue;
}
.incomplete{
    color: #C1C106;
}
.pending{
    color: rgba(255,255,255,0.1);
}
.approved, .accept {
    color: #0d0;
}

.withdraw {
    color: #090;
}

.withdrawfailed {
    color: #a00;
}

.canceled, .failed, .declined, .deny {
    color: #f00;
}

.error {
    color: #B50A0A;
}

.incomplete {
    color: #C1C106;
}

.alltrx {
    color: #666666;
}

.pending {
    color: #ff9900;
}

.stopped {
    color: Blue;
}

.challenge {
    color: #C1C106;
}

.cancelled {
    color: #B50A0A;
}

.refunded {
    color: #aaa;
}

.voided {
    color: #7e8498;
}

#pleasewait img{
    position:absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.greyline{
    background-color: #F3F3F3;
}

.copy-table:active {
    opacity: 0.5;
}

.copy-table:hover{
    background: #76A3c2;
    border-radius: 5px;
}

.bank-mappings-table {
    width: 1100px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    border-collapse: collapse;
}

.bank-mappings-table th {
    border-bottom: 1px solid #dadada;
    height: 45px;
    color:  #76A3c2;
    background-color: #f3f3f3;
    text-align: center;
    font-weight:normal;
}

.bank-mappings-table th span {
    display: block;
    /*padding-bottom: 5px;
    padding-top: 5px;*/
}

.bank-mappings-table td {
    border-bottom: 1px solid #dadada;
    height: 45px;
    color:  #000000;
    background-color: #ffffff;
    text-align: center;
    font-weight:normal;
}

#popupEditMapping input, #popupEditMapping select {
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 250px;
}

#popupEditMapping label {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 145px !important;
    display: inline-block;
}

.group-cell {
    background-color: #244065 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.wallet-cell {
    background-color: #76A3c2 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.popover-content {
    overflow-wrap: break-word;
    color: #000000 !important;
}

.hover:hover {
    cursor: pointer;
    color: #76a3c2;
}