 table.dataTable tbody td {
    padding: 5px 10px;
    text-align:center
    /*border-left: 1px solid #ede;*/
}
#merchantsTable tbody td:last-child {
    /*border-right: 1px solid #ede; */
    min-width: 400px;
}
.card-type-config-table tbody td:last-child {
    min-width:300px
}
.card-type-config-table tbody td:first-child {
    min-width:155px
}
#merchantsTable tbody td:first-child {
    /*border-right: 1px solid #ede; */
    text-align:left;
    padding-left: 30px;
    min-width: 300px;
}
#payablesTable tbody td:first-child {
    /*border-right: 1px solid #ede; */
    text-align:left;
    padding-left: 30px;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.table-bordered{
   /* border-left-width: 0px;
    border-right-width: 0px; */
}
.table-switch a{
    line-height: 30px;
}
.body-content {
	padding-bottom:30px;
	margin-top: 5px;
}
.btn-micro {
    min-width: 61px;
    height: 30px;
    font-size: 13px;
    margin: 10px;
}
#merchantsTable .btn-micro{
    margin-top:5px;
    margin-bottom:5px
}
body{
    font-size:14px;
	font-family: "Open Sans", sans-serif
}
table.dataTable thead th {
    padding: 15px 10px;
	 padding-top: 5px;
    padding-bottom: 5px;
}

.sub-header {
    padding: 0 16px 0 30px;
}
.nav>li>a {
    padding: 17px 15px;
	font-weight: 600;
}
.table-bordered>thead>tr>th {
    border: none;
    text-align: center
}
.table-bordered>thead>tr>th:first-child {
    text-align: left;
    padding-left: 30px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 47px;
}

.navbar-red-border-top .profile-container {
    margin: 10px;
}

#bttn-showAdvanced {
    margin-left: 10px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 99%, 0.8);
}

#transactionsTable tbody td:nth-child(2){
    min-width: 190px;
}
#transactionsTable tbody td:nth-child(6){
    min-width: 125px;
}
#transactionsTable tbody td:nth-child(3){
    min-width: 320px;
}
.dataTables_info{
    padding-bottom: 10px;
}
.form-control {
    height: 40px;
}
.content-holder{
    padding-top: 30px;
    padding-bottom: 30px;
}

.side-menu , .nav-blue{
    background-color: #00425f;
}
.side-menu{
	padding-bottom: 500em;
    margin-bottom: -500em;
}

.sub-content-container{
	padding-bottom: 500em;
    margin-bottom: -500em;

}
.no-padding.wrapper{
	overflow:hidden;
	height:initial
}

.sub-header .form-control {
    height: 40px;
    padding: 9px 12px;
}
#transactionsForm .row.remove{
    margin-top: 15px;
}
.sub-content-container .form-group, .sub-content-container .input-group {
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 1.25em !important;
}


table.card-type-config-table tbody td{
	text-align:center;
}
.card-type-config-table>tbody>tr>td, .card-type-config-table>tbody>tr>th {
    padding-left: 0;
    padding-right: 0;
}
#downloadReport{
	margin-bottom:10px
}
.paginate_input{
	width: 70px;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    color: white !important;
    border: 1px solid #00425f !important;
    background: #00425f !important;
    margin: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color: white !important;
    border: 1px solid #aca3a3 !important;
    background-color: #aca3a3 !important;
}
.paginate_page{
	padding:5px
}
.paginate_of{
	padding:5px
}
tbody{
	font-weight: 400;
}

table.card-type-config-table thead th {
    font-weight: bold;
}
@media (max-width: 1600px) {
	table.dataTable tbody td {
		padding: 0px 10px;
	}

	table.dataTable thead th {
    padding-top: 0px;
    padding-bottom: 0px;
	}
	table.card-type-config-table tbody td {
		padding: 0px 10px;
	}

	table.card-type-config-table thead th {
    padding-top: 0px;
    padding-bottom: 0px;
	}
	body{
    font-size:13px;
}
	
	#merchantsTable .btn-micro{
	font-size:12px;
	padding: 0 15px;
}

}
@media (min-width: 992px){
.modal-lg {
    width: 600px;
}
}
.chosen-container-single .chosen-single div {
    padding-top: 5px;
}
.chosen-container-single .chosen-single{
	height:40px !important
}
.chosen-container-single .chosen-single span{
	margin-top:5px !important
}
#hide-advanced-button{
	margin-left: 10px !important
}
.sub-content-container a:visited,.sub-content-container a:active,.sub-content-container a:focus,.sub-content-container a{
	color:white
}
.sub-header h3 {
    font-size: 16px;
}

/*core specific*/
#usersForm {
    border: none;
	padding: 0px;
    width: initial; 
    margin: 0px;
}
.dataTables_wrapper {
    overflow: auto;
}
.parsley-required{
	color: red;
    padding-top: 5px;
}
.pickListSelect.pickData option{
	margin-bottom:2px
}
#userForm  p.help-block {
    display: none;
}
    
#domainsCheckbox span a {
    color: #ffffff;
    font-weight: 700;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
    border: 1px solid #ff7676;
    padding: 0px 5px;
    /* border-radius: 50%; */
    background: hsla(0, 100%, 50%, 0.93);
    border-radius: 4px;
	vertical-align: text-bottom;
    text-decoration: none;
	}