.tabrow {
	text-align: left;
	list-style: none;
	padding-left: 1px;
	line-height: 27px;
	
	overflow: auto;
	font-size: 11px;
	font-family: arial;
	position: relative;
	margin:0px auto 0px auto;
	width:100%;
}

.tabrow li {
	text-align:center;
	border: 1px solid #DDDDDD;
	background: #FDFDFF;
	display: inline-block;
	position:relative;
	z-index: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 1px 1px;
	padding: 0px 1px;
	min-width:90px;
}

.tabrow li:hover {
	background: #ECECFB;
}

.tabrow a {
	color: #555;
	text-decoration: none;
}

.tabrow li.selected {
	background: #EEEEEE;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}

.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #DDDDDD;
	z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
	border: 1px solid #DDDDDD;
	position: absolute;
	top: -1px;
	width: 6px;
	height: 6px;
	content: " ";
}

.tabrow li:before  {
	left: -7px;
	border-top-right-radius: 6px;
	border-width: 0px;
}

.tabrow li:after {
	right: -7px;
	border-width: 0px;
}


 
    .btn-custom1 {
    background-color: #4E44E7;
    border-color: #367fa9;
    color:#FFFFFF;
    border-radius: 35px;
    
}

.btn-custom1:hover,
.btn-custom1:active,
.btn-custom1.hover {
    background-color: #4E44E7
}


.brandlogo-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -6px;
    max-height: 34px;
    width: auto;
}