/*Custom Styles for listenertransactionlist and transactionlist*/

td.borderSuccess{
	border-left:5px #3c763d solid;
}

td.borderDanger{
	border-left:5px #c12e2a solid;
}

td.borderInfo{
	border-left:5px #28a4c9 solid;
}

.modal-content{
	background-color:#1D1D1D;
    border-bottom: 4px solid #a94442;
}

.modal-header{
	border-bottom: 1px solid #353535;
}

button.close{
	color: #fff;
}

.customColor{
	background-color: none;
}

.tdButtonWidth{
	width: 175px;
}

.tdDownloadBtn{
	width: 225px !important;
}

.bottom-border{
border-bottom: 8px solid #731d19;

}


/*.clsCommonTables td{
	text-align:center;
	font: normal 18px tahoma !important;
	
}*/
.cart-prc-info {
    font-size: 18px;
}

.clsLabel{
	width:150px;
}

.buttonWidth{
	width:150px;
}

.modal-lg{
	width:1000px;
}

/*Tab listener Transaction*/
.nav-tabs.nav-justified {
    margin-top: -25px !important;
	background: none;
}

/*.tab-content>.tab-pane{
	height:300px;
}*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #999;
    background-color: #333;
    border: 1px solid #333 !important;
}

.nav-tabs.nav-justified>li>a{
	font-weight: 600 !important;
}

.nav-tabs.nav-justified>.active>a {
/*    border: 1px solid #999 !important; 
*/	border-bottom-color: #353535 !important; 
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #353535 !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #333 !important;
}

/*.nav-tabs>li>a {
    border: 1px solid #353535 !important;
}*/

/*TOP MENU CART PRICE AND ITEMS*/

#selTopHeaderLinks {
    text-align: center;
    margin: 6px 0em 0;
    height: 30px;
    zoom: 1.1;
    float: right;
}

.fa, .fas {
    font-size: 14px;
}

.badger {
	position: relative;
    display: inline-block;
    top: -6px;
    right: 6px;
    min-width: 16px;
    height: 12px;
    padding: 0px 0px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #C0302F;
    z-index: 5;
}
.badger:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badger-error {
  background-color: #b94a48;
}
.badger-error:hover {
  background-color: #953b39;
}

#selWelcomeLinks ul{padding:0 1em 20px 0em;margin:0;overflow:unset !important;margin-bottom:5px}


span#cart_amnt {
    color: #fff;
    font-size: 14px;
	font-weight: 600;
}
