 @charset "utf-8";
/* CSS Document */
  
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Myriad Pro';
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	color: #8a8a8a;
	background: url(fonts.css)
}
button:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

a {
    color: #003ea9;
    text-decoration: none;
	  font-weight: 300;
}


.wapper {
	width: 100%;
	position: absolute;
	height: auto;
}
label {
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: normal;
	color: #616161;
}
label span {
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #878787;
}
input.form-control, textarea.form-control {
	height: 30px;
	border-radius: 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2a2a2a;
	resize: vertical;
}
textarea.form-control {
	height: 60px;
	resize: vertical;
}
	  
	  
	  
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size: 13px;
 font-weight: 300;
 color: #101010;
 font-style:italic;
}
  ::-moz-placeholder { /* Firefox 19+ */
 font-size: 13px;
 font-weight: 300;
 color: #101010;
 font-style:italic;
}
   :-ms-input-placeholder { /* IE 10+ */
 font-size: 13px;
 font-weight: 300;
 color: #101010;
 font-style:italic;
}
  :-moz-placeholder { /* Firefox 18- */
 font-size: 13px;
 font-weight: 300;
 color: #101010;
 font-style:italic;
}
.popup {
	display: none;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.popup.show-hide-bg {
	position: fixed;
	background: #d3d3d3;
	display: block;
	z-index: 8;
	width: 100%;
	pointer-events: none;
	height: 100%;
	opacity: 0.2;
	background-color: #212121;
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
	transition-timing-function: linear;
}
.page-wapper {
	width: 1024px;
	margin: auto;
	float: none;
	position: relative;
	background: #fff;
}
.inner-container {
	width: 1024px;
	margin: auto;
	float: none;
	position: relative;
}
.full-width-gray-bg {
	background-color: #f0f0f0;
}
body.fixed-hight {
	pointer-events: none;
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
	transition-timing-function: linear;
}
header {
	height: 64px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 7;
}
/* top nav  part css code start */
.navbar {
	position: relative;
	min-height: 64px;
	margin-bottom: 0px;
	background: #fff;
	border: none;
	border-bottom: solid 3px #1a1f71;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 0px;
	padding: 0;
}
.sub-menu-parent {
	position: static;
}
.navbar-nav > li:hover.sub-menu-parent:after, .navbar-nav > li.arrowSelect.sub-menu-parent:after {
	content: "\f0de";
	
	height: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	bottom: -11px;
	position: relative;
	font-size: 27px;
	left: 50%;
	color: #393939;
	margin-left: -8px;
}
.navbar-nav > li:hover.sub-menu-parent.user:after {
	content: "\f0de";
	width: 0;
	height: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	bottom: -54px;
	position: relative;
	font-size: 27px;
	left: -45px;
	color: #393939;
	margin-left: 0px;
}
.navbar-nav > li {
	position: static;
	height: 64px;
	cursor: pointer;
}
.sub-menu {
	visibility: visible; /* hides sub-menu */
	opacity: 1;
	position: absolute;
	left: 0;
	width: 100%;
	transform: translateY(-2em);
	-webkit-transform: translateY(-2em);
	z-index: -1;
	-webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
	transition: all 0.7s ease-in-out 0s, visibility 1s linear 0.7s, z-index 0s linear 0.01s;
	-webkit-transition: all 0.7s ease-in-out 0s, visibility 1s linear 0.7s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	

}
.navbar-brand {
	padding: 5px 0px 0 0;
}
.navbar-brand img {
	width: 160px;
}
.sub-menu {
	background: #DDD;
	height: 60px;
	display: inline-block;
	float: left;
	background-color: transparent;
	top: 90px;
	text-align: center;
	padding: 0px;
	
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #ffffff;
}
.sub-menu li {
	float: none;
	display: inline;
	list-style: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #171675;
	text-transform: uppercase;
	padding: 28px 23px 0px 23px;
}
.navbar-default .navbar-nav > li.logout {
    right: 30px;
    width: 70px;
    padding-top: 1px;
}
.navbar-default .navbar-nav > li > a.logout {
	text-transform: none;
	padding: 25px 0px 0px 0px;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	color: #171675;
}
.sub-menu li a {
	font-size: 13px;
	font-weight: normal;
	line-height: 60px;
	padding: 30px 30px;
	list-style: none;
	color: #a6a6a6;
	text-transform: uppercase;
}
.sub-menu li a:hover {
	 color: #fff; 
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none;
}
.sub-menu .btn-default.active, .sub-menu .btn-default:active, .sub-menu .open > .dropdown-toggle.btn-default {
	color: #fff;
	box-shadow: none;
	background: transparent;
}
.sub-menu .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.sub-menu .btn-default .caret {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.sub-menu .btn-default {
	background: transparent;
	border: none;
	color: #959595;
	text-transform: uppercase;
	padding: 0 20px;
	margin-top: -1px;
}
.sub-menu .bootstrap-select > .dropdown-toggle {
	padding-right: 35px;
}
.sub-menu .btn-default .dropdown-menu li {
	height: 30px;
	padding: 0px;
	line-height: 30px;
	color: #959595;
}
.sub-menu .btn-default .dropdown-menu li a {
	padding: 0px;
}
.sub-menu .bootstrap-select.btn-group .dropdown-menu li a {
	height: 45px;
	line-height: 45px;
	position: relative;
}
.btn-blue, .btn-blue:focus, .btn-blue:hover {
	color: #fff;
}
.sub-menu .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	right: 20px;
	top: 9px;
}
.sub-menu .select-menu {
	padding: 0 20px;
}
.sub-menu .bootstrap-select.btn-group .dropdown-menu {
	width: 200px;
	margin-top: 18px;
}
.sub-menu .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}
.sub-menu .selected .glyphicon-ok::before {
	background: url(../images/checked-white.png) no-repeat;
	width: 14px;
	height: 10px;
	color: transparent;
}
.sub-menu .dropdown-menu > li > a:focus, .sub-menu .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}
.sub-menu .dropdown-menu {
	background-color: #393939;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.sub-menu .dropdown-menu li a {
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	color: #a6a6a6;
}
.sub-menu .btn-default.active, .sub-menu .btn-default:active, .open > .sub-menu .dropdown-toggle.btn-default {
	background: transparent;
	box-shadow: none;
	color: #fff;
}
.spacer-line {
}
.user-outer-box {
	float: left;
	line-height: 22px;
	border-left: solid 1px rgba(237,175,0, 0.4);
	height: 40px;
	width: 170px;
	padding-left: 30px;
	margin: 13px 0 0 10px;
}
.user-img {
	width: 30px;
	background-color: #dfdfdf;
	float: left;
	height: 30px;
	border: solid 1px #171675;
	border-radius: 30px;
	margin-top: 5px;
}
.user-img img {
	width: 100%;
	height:100% ;
	border-radius: 30px;
}
.user-outer-box span {
	padding: 10px 0 0 10px;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	color: #171675;
	float: left;
	font-weight: normal;
}
.user-outer-box ul.dropdown-menu {
	clear: both;
	width: 152px;
	height: 200px;
	background-color: #1a1f71;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	right: 20px;
	margin-left: -7px;
	padding-top: 15px;
}
.user-outer-box ul.dropdown-menu li a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	color: #ffffff;
	padding: 10px 25px;
}
.user-outer-box ul.dropdown-menu::before {
	display: none;
}
.user-outer-box ul.dropdown-menu::after {
	display: none;
}
/* Slider and search bar  part css code start */
	  
.slider {
	height: 245px;
	width: auto;
	margin-top: 124px!important;
	background: url(../images/hero-image.jpg) no-repeat;
}


.slider.program-img{background: url(../images/program-slider-img.png) no-repeat ;}
.slider.merchant-img{background: url(../images/merchant-slider-img.png) no-repeat ;}
.slider.help-img{background: url(../images/help-slider-img.png) no-repeat ;}
.slider.archival-img{background: url(../images/archival-slider-img.png) no-repeat ;}
.slider.userslider-img{background: url(../images/user-slider-img.png) no-repeat ;}

.slider h1 {
	margin: 0px;
	padding: 65px 0 0 0;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
	font-stretch: normal;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.slider h1.text-blue{ color:#1a1f71; padding-top:112px; text-shadow:none;}

.custom-search-bar {
	width: 867px;
	position: relative;
	z-index: 6;
	margin: 65px auto 0 auto;
	pointer-events: auto;
}
.custom-search-bar .result-list {
	width: 100%;
	position: absolute;
	z-index: 99;
	color: red;
	top: -40px;
	padding: 0 15px;
}
.custom-search-bar .result-list ul {
	margin: 0px;
	padding: 0px;
}
.custom-search-bar .result-list ul li {
	float: left;
	list-style: none;
	display: inline-block;
	margin: 0px 10px 10px 0;
	padding: 0px;
}
.custom-search-bar .result-list ul li a {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0 10px;
	border-radius: 40px;
	float: left;
	background-color: #f9b700;
}
.custom-search-bar .result-list ul li:first-child {
	margin-left: 0px;
}
.custom-search-bar .result-list ul li a.btn-clear-all {
	width: 86px;
	height: 24px;
	border-radius: 40px;
	background-color: rgba(249, 183, 0, 0.1);
	text-align: center;
	border: solid 1px #f9b700;
}
.custom-search-bar .result-list ul li a i {
	width: 6px;
	height: 6px;
	position: relative;
	display: inline-block;
	background: url(../images/close-white-icon.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 5px 0 0;
}
.filters-list {
	margin: 20px auto 0 auto;
	height: 200px;
}
.filters-list ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.filters-list ul li {
	list-style: none;
	display: inline-block;
	margin: 0px auto 10px auto;
	padding: 10px 0 0 0;
}
.filters-list ul li a {
	height: 24px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 6px 12px;
	border-radius: 40px;
	background-color: #f9b700;
}
.filters-list ul li a i {
	width: 6px;
	height: 6px;
	position: relative;
	display: inline-block;
	background: url(../images/close-white-icon.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 5px 0 0;
}
a.btn-clear-all {
	padding-right: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #aeaeae;
}
a.btn-clear-all i {
	font-size: 14px;
	position: relative;
}
.custom-search-bar.postion-up {
	z-index: 9;
}
.custom-search-bar .search-input-style {
}
.search-input-style .input-group-addon {
	background: white !important;
}
.search-input-style .form-control {
	width: 725px;
	height: 45px;
	border-radius: 0;
	outline: none;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	color: #9a9a9a;
	line-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	padding-left: 55px;
	padding-right: 25px;
	border-right: solid 1px #595f61;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}


.search-input-style .form-control.select-date{ width:auto;}


.search-input-style .form-control:focus {
	outline: none;
	border-color: transparent;
}
.search-input-style button {
	width: 142px;
	font-size: 13px;
	text-align: left;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	height: 45px;
	border: none;
	background-color: #003ea9;
	position: relative;
	z-index: 9;
	color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.search-input-style button:hover, .search-input-style button.active {
	background-color: #003ea9;
	color: #ffffff;
}
.search-input-style .input-group-addon {
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	position: relative;
}
.search-input-style i.serch-icon {
	background: url(../images/search-bar.png) no-repeat;
	z-index: 9;
	background-size: 15px 15px;
	width: 15px;
	position: absolute;
	left: 25px;
	top: 15px;
	height: 15px;
}
 .search-input-style input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size: 14px;
 font-weight: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #9a9a9a;
 font-style:italic;
}
 .search-input-style input::-moz-placeholder {
font-size: 14px;
 font-weight: normal;
 letter-spacing: normal;
 color: #9a9a9a;
 font-style:italic;
}
 .search-input-style input:-ms-input-placeholder {
font-size: 14px;
 font-weight: normal;
 letter-spacing: normal;
 color: #9a9a9a;
 font-style:italic;
}
 .search-input-style input:-moz-placeholder {
font-size: 14px;
 font-weight: normal;
 letter-spacing: normal;
 color: #9a9a9a;
 font-style:italic;
}
.search-input-style ul li.heading {
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0;
	letter-spacing: 0.5px;
	text-align: center;
	color: #b4b4b4;
}
.search-input-style ul li:hover.heading {
	background: none;
	color: #b4b4b4;
}
.search-input-style ul {
	margin: 0px;
	display: none;
	padding: 0px;
	position: absolute;
	width: 724px;
	height: 587px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.search-input-style ul li {
	width: 100%;
	float: left;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.search-input-style ul li a.title {
	font-weight: normal;
	display: inline-block;
	color: #404040;
	width: 624px;
	float: left;
	padding-left: 20px;
}
.search-input-style ul li a.value {
	font-weight: normal;
	text-align: right;
	color: #7f7f7f;
	width: 100px;
	float: left;
	padding-right: 20px;
}
.search-input-style ul li:hover {
	background-color: #0a41a6;
	color: #fff;
}
.search-input-style ul li:hover a {
	background-color: #0a41a6;
	color: #fff;
}



i.advanced-filters-icon, i.advanced-filters-icon.white {
	height: 15px;
	width: 15px;
	float: left;
	margin: 0 10px;
}
i.advanced-filters-icon, i.advanced-filters-icon.white {
	background: url(../images/advanced-filters.png) no-repeat;
	background-size: 15px;
	height: 15px;
}


i.advanced-filters-icon.white{ background-position:bottom center;}


i.iocn-search {
	height: 15px;
	width: 15px;
	display: inline-block;
position: relative;
top: 3px;
	margin: 0 10px 0 0;
}
i.iocn-search {
	background: url(../images/zoom-icon.png) no-repeat;
	background-size: 15px;
	height: 15px;
}





.search-input-style button i.advanced-filters-icon, .search-input-style button.active i.advanced-filters-icon {
	background-position: bottom center;
	background-size: 15px;
	height: 15px;
}
.advanced-search-container {
	width: 867px;
	padding: 0px;
	display: none;
	margin: auto;
	background-color: #FFFFFF;
	position: absolute;
	height: 780px;
	float: left;
	z-index: 99;
	margin-top: 1px;
}







.form-scroll-box {
	max-height: 590px;
	overflow: auto;
	outline: none;
}
.advanced-search-container .search-by-merchant {
	height: 30px;
	font-style: italic;
	font-size: 12px;
	border-radius: 0px;
	margin: 0px 0 30px 0;
}
.advanced-search-container .left-nav-bar {
	width: 261px;
	height: 780px;
	overflow: auto;
	border-right: solid 1px #d3d3d3;
	float: left;
	background-color: #FFFFFF;
}
.nav-stacked.accordion-nav {
	margin: 20px 0 0 0;
	padding: 0px 0;
	height: 715px;
	overflow: auto;
}
.nav-stacked.accordion-nav li {
	margin: 0px;
	padding: 0px;
	position: static;
}
.nav-stacked.accordion-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
.nav-stacked.accordion-nav li a {
	outline: none;
	margin: 0px;
	padding: 0px 30px 0 30px;
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	color: #424242;
	position: static !important;
}
.nav-stacked.accordion-nav li ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #525252;
}
.nav-stacked.accordion-nav li a i.question {
	background-image: url(../images/question-icon.png);
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	position: static;
	margin-top: 11px;
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.nav-stacked.accordion-nav li a i.down-arrow {
	background: url(../images/nav-arrow.png) no-repeat right;
	margin-top: 19px;
	height: 5px;
	width: 8px;
	position: static;
	float: right;
	margin-right: -10px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav-stacked.accordion-nav li i.up-arrow {
	background: url(../images/nav-arrow-right.png) no-repeat right;
	margin-top: 19px;
	height: 5px;
	width: 8px;
	position: static;
	float: right;
	margin-right: -10px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav-stacked.accordion-nav li a i.icon-close {
	display: inline-block;
	background-image: url(../images/close.png);
	background-size: 5px 5px;
	width: 5px;
	height: 5px;
	right: 25px;
	position: relative;
	top: 16px;
	margin-right: -18px;
	float: right;
}
.nav-stacked.accordion-nav li a i.icon-list {
	display: inline-block;
	background-image: url(../images/list-icon.png);
	background-size: 8px 8px;
	width: 8px;
	height: 8px;
	margin-left: -20px;
	position: static;
	margin-top: 15px;
	float: left;
}
.nav-stacked.accordion-nav li a i.setting {
	display: inline-block;
	background-image: url(../images/icon-setting.png);
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	right: 9px;
	position: relative;
	float: right;
	top: 13px;
}
.nav-stacked.accordion-nav li ul li a i.icon-list {
	display: inline-block;
	background-image: url(../images/list-icon.png);
	background-size: 8px 8px;
	width: 8px;
	height: 8px;
	margin-left: -20px;
	position: static;
	margin-top: 15px;
}
.nav-stacked.accordion-nav li ul li a i.question {
	background-image: url(../images/question-icon.png);
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	right: 0px;
	position: relative;
	top: 1px;
	display: inline-block;
	float: right;
}
.nav-stacked.accordion-nav li a.url {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	color: #c9c9c9;
}
.nav-stacked.accordion-nav li a.url i.chain {
	background-image: url(../images/chain.png);
	background-size: 10px 24px;
	width: 10px;
	height: 12px;
	position: relative;
	top: 1px;
	margin-right: 5px;
	display: inline-block;
}
.nav-stacked.accordion-nav li a.url:hover, .nav-stacked.accordion-nav li a.url:hover i.chain {
	color: #424242;
	background-position: bottom center;
}
a.add-search {
	font-size: 12px;
	color: #003ea9 !important;
}
.nav-stacked.accordion-nav li ul li a i.icon-close {
	display: inline-block;
	background-image: url(../images/close.png);
	background-size: 5px 5px;
	width: 5px;
	height: 5px;
	right: 30px;
	position: relative;
	top: 16px;
	float: right;
}
.question+.popover {
	border-radius: 3px;
	background-color: #393939;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 1px #303030;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	left: 245px !important;
	padding: 20px;
}
.question+.popover .arrow {
	display: none;
}
.question+.popover .popover-title {
	padding: 0px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	color: #ffffff;
	background-color: transparent;
	border-bottom: none;
}
.question+.popover .popover-content {
	font-weight: 300;
	font-style: normal;
	padding: 20px 0 0 0;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	font-family: 'Myriad Pro';
}
i.tooltip-icon {
	background-image: url(../images/question-icon.png);
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	position: relative;
	margin-top: 11px;
	display: inline-block;
	right: -10px;
	top: 3px;
}
i.tooltip-icon + .popover {
	border-radius: 3px;
	background-color: #393939;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 1px #303030;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	right: 0 important;
	padding: 20px;
	width: 300px;
}
i.tooltip-icon+.popover .arrow {
	display: none;
}
i.tooltip-icon+.popover .popover-title {
	padding: 0px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	color: #ffffff;
	background-color: transparent;
	border-bottom: none;
}
i.tooltip-icon+.popover .popover-content {
	font-weight: 300;
	font-style: normal;
	padding: 20px 0 0 0;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	font-family: 'Myriad Pro';
}
.expired+.popover ,.approved+.popover {
	border-radius: 3px;
	background-color: #393939;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 1px #303030;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	right: 0px !important;
	font-family: 'Myriad Pro';
}
.expired+.popover .arrow,.approved+.popover .arrow {
	display: none;
}
.expired+.popover .popover-title , .approved+.popover .popover-title {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	color: #ffffff;
	background-color: transparent;
	border-bottom: none;
	font-family: 'Myriad Pro';
}
.expired+.popover .popover-content, .approved+.popover .popover-content {
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	color: #ffffff;
	font-family: 'Myriad Pro';
}
.nav-stacked.accordion-nav li.panel {
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-stacked.accordion-nav li.panel.active{background: #fef1ce;
border-radius: 0px;}


.nav-stacked.accordion-nav li ul {
	margin: 0px;
	padding: 0px;
}
.nav-stacked.accordion-nav li ul li a {
	background: none;
	width: 100%;
	display: block;
	list-style: none;
	padding: 0px 10px 0 50px;
	height: 38px;
	line-height: 38px;
	font-weight: 300;
	color: #525252;
}
.nav-stacked.accordion-nav li ul li a:hover, .nav-stacked.accordion-nav li ul li a.active {
	background-color: #fef1ce;
}
.nav-stacked.accordion-nav li ul li a.active {
	font-weight: normal;
	font-style: normal;
}
.line-spacer {
	height: 1px;
	background-color: #e7e7e7;
	width: 100%;
}
.btn-edit {
	background: none;
	float: left;
	border-radius: 0;
	padding: 0 15px;
	height: 43px;
	line-height: 43px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #aeaeae;
}
.btn-edit:hover, .btn-edit.active {
	box-shadow: none;
	background: #f9b700;
	color: #fff;
	text-align: center;
}
i.edit-icon {
	background: url(../images/edit-icon.png) no-repeat left top;
	line-height: 15px;
	position: relative;
	top: 1px;
	right: 3px;
	display: inline-block;
	width: 11px;
	height: 11px;
}
.btn-edit:hover i.edit-icon, .btn-edit.active i.edit-icon {
	background-position: left -11px;
	display: inline-block;
	width: 11px;
	height: 11px;
	position: relative;
	top: 2px;
	right: 3px;
}
.advanced-search-container .right-form-bar {
	float: left;
	padding: 30px;
	height: 780px;
	width: 606px;
	background-color: #FFFFFF;
}



.btn-filter {
	background: #003ea9;
	border-radius: 0px;
	height: 40px;
	width: 160px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
}
.btn-filter:hover, .btn-filter:focus {
	background: #003186;
	color: #ffffff;
}






.btn-download {
	background: #003ea9;
	border-radius: 0px;
	height: 40px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom:40px;
	color: #ffffff;
}
.btn-download:hover, .btn-download:focus {
	background: #003186;
	color: #ffffff;
}





.datepicker-dropdown:after {
	display: none !important;
}
/* Slider and search bar  part css code end */
	  
	  
	  
	  
	  
	  
  /* Content Container css code start */
  
  
.content-Container-outer {
	width: 916px;
	margin: 15px auto;
}
.content-Container {
	width: 100%;
	float: left;
}
.custom-check-box input[type=checkbox]:not(old), .custom-check-box input[type=radio ]:not(old) {
	width: 22px;
	height: 21px;
	margin : 0;
	padding : 0;
	opacity : 0;
}
.custom-check-box input[type=checkbox]:not(old) + label, .custom-check-box input[type=radio ]:not(old) + label {
	display : inline-block;
	height: 21px;
	margin-left: -22px;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #969696;
	background: url(../images/unchecked.png) no-repeat;
	background-size: 22px 21px;
	padding: 5px 0 0 30px;
}



.custom-check-box input[type=checkbox]:not(old):checked + label {
	background: url(../images/checked-org.png) no-repeat;
	background-size: 22px 21px;
}

.custom-check-box input[type=checkbox]:not(old):checked:disabled + label {
	background: url(../images/checked-disabled-img.png) no-repeat;
	background-size: 22px 21px;
}


.custom-check-box input[type=checkbox]:disabled + label {
	background: url(../images/disabled-md-img.png) no-repeat;
	background-size: 22px 21px;
}



.custom-check-box input[type=radio]:not(old):checked + label {
	background: url(../images/unchecked.png) no-repeat;
	background-size: 22px 21px;
}
.custom-checkbox input[type=checkbox]:not(old), .custom-check-box input[type=radio ]:not(old) {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	opacity: 0;
	top: 10px;
	position: relative;
}
.custom-checkbox input[type=checkbox]:not(old) + label, .custom-check-box input[type=radio ]:not(old) + label {
	display : inline-block;
	height: 25px;
	margin-left: -28px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #424242;
	background: url(../images/unchecked-white.png) no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 0 35px;
}
.custom-checkbox input[type=checkbox]:not(old):checked + label {
	background: url(../images/checked-org.png) no-repeat;
	background-size: 25px 25px;
}


.custom-checkbox input[type=checkbox]:not(old):checked:disabled + label {
	background: url(../images/checked-disabled-img.png) no-repeat;
	background-size: 25px 25px;
}
.custom-checkbox input[type=checkbox]:disabled + label{
	background: url(../images/disabled-md-img.png) no-repeat;
	background-size: 25px 25px;
}


.custom-checkbox input[type=radio]:not(old):checked + label {
	background: url(../images/unchecked-white.png) no-repeat;
	background-size: 25px 25px;
}








.custom-check-box-org {
	position: relative;
	clear: both;
	float: left;
}
.custom-check-box-org input[type=checkbox]:not(old), .custom-check-box-org input[type=radio ]:not(old) {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 20px 0 0 0;
	opacity: 0;
	/* margin-top: 20px; */
	float: left;
	position: absolute;
	left: 0;
}
.custom-check-box-org input[type=checkbox]:not(old) + label, .custom-check-box-org input[type=radio ]:not(old) + label {
	display: inline-block;
	height: 18px;
	/* margin-left: -22px; */
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #969696;
	background: url(../images/unchecked-white.png) no-repeat;
	background-size: 18px 18px;
	padding: 1px 0 0 30px;
	float: left;
}
.custom-check-box-org input[type=checkbox]:not(old):checked + label {
	background: url(../images/checked-org.png) no-repeat;
	color: #444444;
	background-size: 18px 18px;
}

.custom-check-box-org input[type=checkbox]:not(old):checked:disabled + label {
	background: url(../images/checked-disabled-img.png) no-repeat;
		color: #444444;
	background-size: 18px 18px;
}


.custom-check-box-org input[type=radio]:not(old):checked + label {
	background-size: 18px 18px;
	background: url(../images/unchecked-white.png) no-repeat;
}


.custom-check-box-org input[type=checkbox]:disabled + label {
	background: url(../images/disabled-img.png) no-repeat;
	color: #444444;
	background-size: 18px 18px;
}



.custom-check-box-org label span {
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #a7a7a7;
	padding: 0 5px;
}
.space-top-bottom-40 {
	padding: 40px 0;
}
.show-hide {
	display: block;
	content: close-quote;
	transition: all 0.5s ease;
	transition-timing-function: ease;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-timing-function: ease;
}
.divpop {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: #000000;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.select-input-list {
	margin: 0px;
	padding: 0px;
}
.select-input-list ul {
	margin: 0px;
	padding: 0px;
}
.select-input-list ul li {
	margin: 0px;
	padding: 0px 6px;
	display: inline-block;
	
	line-height: 30px;
}

.select-input-list ul li:last-child{ padding-right:0px;}
.select-input-list ul li a.down-arrow {
	margin: 10px 3px 0 3px;
	background: url(../images/page-list-arrow.png) no-repeat top right;
	float: left;
	width: 7px;
	height: 11px;
}
.select-input-list ul li a.down-arrow.active {
	background-position: top left;
}
.select-input-list ul li a.up-arrow {
	margin: 10px 0 0 0;
	background: url(../images/page-list-arrow.png) no-repeat bottom right;
	float: left;
	width: 7px;
	height: 11px;
}
.select-input-list ul li a.up-arrow.active {
	background-position: bottom left;
}
.list-nav .select-input-list .btn {
	border-radius: 0;
	border: solid 1px #8c8db9;
}
.select-input-list .btn {
	border-radius: 0;
	border: solid 1px #c9c9c9;
}
.select-input-list.select-sm .btn {
	border-radius: 0;
	border: solid 1px #c9c9c9;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}
.select-input-list .dropdown-menu {
	margin-top: -1px;
	padding: 0px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #a5a5a5;
}
.select-input-list .bootstrap-select.btn-group .dropdown-menu {
	width: 100%;
}
.select-input-list .dropdown-menu > li > a:focus, .select-input-list .dropdown-menu > li > a:hover {
	background: #1a1f71;
}
.select-input-list .dropdown-menu li {
	display: inline;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	width: 100%;
}
.select-input-list .dropdown-menu li a {
	font-size: 12px;
	font-weight: 300;
	color: #2a2a2a;
	line-height: 30px;
	height: 30px;
}
.select-input-list .dropdown-menu li a:hover {
	background-color: #1a1f71;
	color: #ffffff;
}
.select-input-list .dropdown-menu::before {
	display: none;
}
.select-input-list .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 150px;
	border-radius: 0;
}
.select-input-list .btn-default:hover {
	background: #fff;
}
.select-input-list .dropdown-menu > li > a:focus, .select-input-list .dropdown-menu > li > a:hover {
	background-color: #1a1f71;
	font-weight: 300;
	color: #ffffff;
}
.select-input-list .btn-default.active, .select-input-list .btn-default:active, .select-input-list .open > .dropdown-toggle.btn-default {
	border: solid 1px #a4a4a4;
}
.select-input-list .btn-default.active .caret, .select-input-list .btn-default:active .caret, .select-input-list .open > .dropdown-toggle.btn-default .caret {
	color: #1a1f71;
}
.select-input-list .btn-default.active.focus, .select-input-list .btn-default.active:focus, .select-input-list .btn-default.active:hover, .select-input-list .btn-default.focus:active, .select-input-list .btn-default:active:focus, .select-input-list .btn-default:active:hover, .select-input-list .open > .dropdown-toggle.btn-default.focus, .select-input-list .open > .dropdown-toggle.btn-default:focus, .select-input-list .open > .dropdown-toggle.btn-default:hover {
	border: solid 1px #a4a4a4;
	outline: none;
}
.select-input-list .btn-default.active, .select-input-list .btn-default:active, .select-input-list .open>.dropdown-toggle.btn-default {
	color: #878787;
}
.select-input-list .btn-group.open .dropdown-toggle {
	box-shadow: none;
	background: #fff;
	border: solid 1px #a4a4a4;
	
}
.select-input-list .btn-group.open .dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}
.select-input-list .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 6px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.select-input-list .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	border: solid 1px #d2d2d2;
	background: #fff;
}
.select-input-list .dropup .caret, .select-input-list .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 6px dashed;
	border-bottom: 6px solid\9;
}
.select-input-list .btn-default {
	font-size: 12px;
	font-weight: 300;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #878787;
}
.s-hidden {
	visibility: hidden;
	padding-right: 10px;
}
.select-nput-style {
}
.select-custom-width.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.select-custom-width .dropdown-menu li a {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	color: #2a2a2a;
}
.select-custom-width .dropdown-menu > li > a:focus, .select-custom-width .dropdown-menu > li > a:hover {
	background: #003ea9;
}
.select-custom-width .btn-default {
	  font-size: 13px;
  font-weight: 300;
  color: #101010;
}
.select-custom-width.open>.dropdown-toggle.btn-default {
	font-weight: 300;
	color: #101010;
	font-style: normal;
}
.select-custom-width.open>.dropdown-toggle.btn-default .caret {
	color: #1a1f71;
}
.select-custom-width.open .btn-default.focus, .select-custom-width.open .btn-default:focus {
	font-weight: 300;
	color: #101010;
}
.select-custom-width .btn-default.active, .select-custom-width .btn-default:active, .select-custom-width .open > .dropdown-toggle.btn-default {
	color: #101010;
}
.blue-select-menu {
}
.form-control:focus {
	border: solid 1px #a5a5a5;
}
.blue-select-menu .dropdown-menu {
	background-color: #fefefe;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
	border: solid 1px #191b73;
	border-top: none;
}
.blue-select-menu.select-custom-width.open > .dropdown-toggle.btn-default {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
	border: solid 1px #191b73;
}
.blue-select-menu .btn {
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
	color: #959595;
	font-style: italic;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	height: 30px;
	border: solid 1px #d2d2d2;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	min-width: 130px;
	color: #878787;
	font-family: 'Myriad Pro';
}
.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 0 10px;
}
.styledSelect:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #979797 transparent transparent transparent;
	position: absolute;
	top: 12px;
	right: 6px;
}
.styledSelect.active:after {
	border-color: #1a1f71 transparent transparent transparent;
}
.styledSelect.active {
}
.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
	margin: 0 0;
	padding: 0 10px;
	display: inline-block;
	width: 100%;
}
.options li:hover {
	background-color: #1a1f71;
	color: white;
}
.list-row {
	clear: both;
	border-top: solid 1px #ededed;
	padding: 30px 0 30px 0;
	float: left;
	width: 100%;
}
.list-row:last-child {
	clear: both;
	border-bottom: solid 1px #ededed;
	padding: 30px 0 35px 0;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.list-group {
	padding-bottom: 25px;
}
.list-row .logo-img-box {
	width: 121px;
	float: left;
	margin: 0 0 0 28px;
	text-align: center;
}
.list-row .logo-img-box img {
	max-width: 100%;
	height: auto;
}
.top-space-25 {
	margin-top: 25px;
}
.top-space-50 {
	margin-top: 50px;
}
.top-space-40 {
	margin-top: 40px;
}
.list-row .text-box {
	width: 200px;
	float: left;
	margin: 0 0 0 35px;
}
.list-row .text-box .heading {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #101010;
}
.list-row .text-box .merchant-name {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #101010;
	padding: 10px 0;
}
.list-row .text-box p {
	font-size: 13px;
	font-weight: 300;
	height: 30px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	color: #8a8a8a;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.list-row .text-box p:after {
	content: '...';
	position: relative;
	font-size: 13px;
	letter-spacing: 2px;
}
.border-bottom {
	border-bottom: solid 1px #ededed;
	padding: 0px 0 15px 0;
	margin-bottom: 25px;
}
ul.group-list-text {
	margin: 0px 0 0 45px;
	padding: 0px;
	width: 200px;
	float: left;
}
ul.group-list-text li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 4.5px 0;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #8a8a8a;
}
ul.group-list-text li a {
	color: #101010;
}
ul.group-list-text li.title {
	width: 80px;
	float: left;
}
ul.group-list-text li.value {
	color: #101010;
	width: 120px;
	float: left;
}
a.preview {
	cursor: pointer;
	background: url(../images/magnifying-glass.png) no-repeat left;
	color: #8a8a8a !important;
	width: 11px;
	height: 11px;
	background-size: 11px;
	padding-left: 20px;
}
a.preview:hover {
	color: #f9b700;
}
a.work-in-Progress {
	cursor: default;
	padding-left: 0;
}

a.work-in-Progress:before {
	color: #f9b700 !important;
	content: "\f111";
	position:relative;
	font-size:9px;
	top:2px;
	font-family: FontAwesome;
	margin-right:5px;
	height: 20px;
    float: left;
}

a.work-in-Progress:hover {
	color: #8a8a8a;
}
a.approved {
 cursor: default;
 color: #8a8a8a !important;}

a.approved:before {
 color: #3fdd6a !important;
    content: "\f111";
  position:relative;
  font-size:9px;
  top:0;
  font-family: FontAwesome;
  margin-right:5px;
  }
  
  a.approved:hover {
 color: #8a8a8a;
}


a.expired:before {
 color: #e82525 !important;
    content: "\f111";
  position:relative;
  font-size:9px;
  top:0;
  font-family: FontAwesome;
  margin-right:5px;
  }


a.expired {
 cursor: pointer;
 color: #101010 !important;

}
a.expired:hover {
	color: #f9b700;
}
.group-list-text li.value a.approved , .group-list-text li.value a.expired{
 cursor: default;
}
.group-list-text li.value a.approved:hover {
	color: #8a8a8a;
}
.dropdown-menu:before {
	position: absolute;
	top: -10px;
	right: 9px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #ccc;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.dropdown-menu:after {
	position: absolute;
	top: -9px;
	right: 10px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #ffffff;
	border-left: 7px solid transparent;
	content: '';
}
.dropdown-menu {
	margin-top: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
	border-radius: 0;
}
ul.dropdown-menu li a {
	font-size: 11px;
	font-weight: 300;
	padding: 0px 15px;
	color: #101010;
}
.dropdown-menu li a:hover {
	background: none;
	font-weight: 500;
	color: #101010;
}
ul.page-list {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}
ul.page-list li {
	margin: 0px;
	display: inline-block;
	line-height: 10px;
	list-style: none;
	padding: 0px 10px;
	border-right: solid 1px #c3c3c3;
}
ul.page-list li.no-border {
	border-right: none;
	padding-right: 0px;
}
ul.page-list li:first-child {
	padding-left: 0px;
}
ul.page-list li:last-child {
	border-right: none;
}
ul.page-list li a {
	color: #8a8a8a;
}
ul.page-list li a i {
	font-size: 10px;
	padding: 0 5px;
}
ul.page-list li a:hover {
	color: #1a1f71;
}
/* Content Container css code end */
  
  
  
  
  /* offerdetail page css code start */
  
.list-nav {
	height: 50px;
	border-radius: 1px;
	background-color: #191b73;
	width: 100%;
	clear: both;
}
.list-nav .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 3px 30px 0 30px;
}
.list-nav .select-input-list {
	margin: 7px 7px 0 0;
	display: inline-block;
}
.list-nav .select-input-list .btn-group-vertical > .btn, .list-nav .btn-group > .btn {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -4px;
}
.list-nav .select-input-list .bootstrap-select .dropdown-toggle:focus {
	background: transparent;
	color: #fff;
}
.list-nav .select-input-list .bootstrap-select .dropdown-toggle:focus {
	border: solid 1px #8c8db9
}
.list-nav .select-input-list .btn-default:hover {
	color: #fff;
}
.list-nav .select-input-list .btn-group.open .dropdown-toggle {
	color: #191b73;
}
.logo-box {
	width: 107px;
	height: 107px;
	margin: 30px 0 0px 0;
}
.logo-box img {
	width: auto;
	height: auto;
}
.gray-box {
	background-color: rgba(241,243,245,  0.64);
	clear: both;
	margin: 45px 0 30px 0;
	float: left;
	width: 100%;
	padding: 0 50px 50px 50px;
}
.gray-box-fixed{ width:1024px; margin:45px auto 0 auto; float:none; clear:both;}


.offer-view-nav {
	margin: auto;
	clear: both;
	width: 917px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 50px;
	margin-top: -21px;
}
.offer-view-nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.offer-view-nav ul li {
	background-color: #0546b7;
	text-align: center;
	padding: 0px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 102px;
	margin: auto;
	margin-left: -3px;
}

.offer-view-nav ul li.space-150, .offer-view-nav ul li.space-150 a { width:150px;}
.offer-view-nav ul li.space-200, .offer-view-nav ul li.space-200 a { width:200px;}	
	
.offer-view-nav ul li a {
	font-size: 10px;
	height: 42px;
	line-height: 42px;
	letter-spacing: 0.5px;
	color: #ffffff;
	width: 101px;
	margin: auto;
	border-right: solid 1px #023285;
	float: left;
}
.offer-view-nav ul li a i.icon-edit {
	background-image: url(../images/edit-icon-new.png);
}
.offer-view-nav ul li a i.icon-copy {
	background-image: url(../images/display-icon.png);
}
.offer-view-nav ul li a i.icon-translate {
	background-image: url(../images/worlwide-icon.png);
}
.offer-view-nav ul li a i.icon-comments {
	background-image: url(../images/comment-icon.png);
}
.offer-view-nav ul li a i.icon-history {
	background-image: url(../images/history-icon.png);
}
.offer-view-nav ul li a i.icon-archive {
	background-image: url(../images/inbox-icon.png);
}
.offer-view-nav ul li a i.icon-email {
	background-image: url(../images/e-mail-icon.png);
}
.offer-view-nav ul li a i.icon-recall {
	background-image: url(../images/previous-icon.png);
}
.offer-view-nav ul li a i.icon-preview {
	background-image: url(../images/zoom-icon.png);
}

.offer-view-nav ul li a i.icon-report {
	background-image: url(../images/report-icon.png);
}

.offer-view-nav ul li a i.separate-window{
	background-image: url(../images/open-window-icon.png);
}


.offer-view-nav ul li a i.lock-white-icon{
	background-image: url(../images/lock-white-icon.png);
}


.offer-view-nav ul li a i {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: relative;
	top: 1px;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.offer-view-nav ul li:last-child {
	border-right: none;
}
.heading-text-blue {
	font-size: 13px;
	font-weight: normal;
	color: #191b73;
}

.table-heading{font-size: 14px;
	font-weight: normal;
	color: #191b73; padding:0 0 20px 0;}
.content-Container-outer.full-width {
	width: 100%;
	margin: 0 auto 0px auto;
	float: left;
}
.content-Container-outer.full-width .content-Container {
	width: 915px;
	float: left;
	margin-left: 55px;
}
.content-Container .fixed-cell-width {
	width: 170px;
}
.content-Container .fixed-width-252 {
	width: 270px;
}
.spacer {
	margin: 0 auto 50px auto;
	padding: 30px 0 0 0;
	clear: both;
	width: 916px;
	border-bottom: solid 1px #ebebeb;
}
.spacer.top {
	padding-top: 50px;
}
.outer-box .value ul {
	margin: 0px;
	padding: 0px;
}
.outer-box .value ul li {
	display: block;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0 0 10px;
}
.outer-box .value ul li:before {
	content: "·";
	font-size: 25px;
	padding: 0px 5px 0 0;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: -10px;
	position: absolute;
}
.outer-box .value ul.list-items {
	margin: 0px;
	padding: 0px;
}
.outer-box .value ul.list-items li {
	display: block;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0 0 10px;
}
.outer-box .value ul.list-items li:before {
	content: "-";
	font-size: 14px;
	padding: 0px 5px 0 0;
	vertical-align: middle;
	margin-top: 1px;
	margin-left: -10px;
	position: absolute;
}
.outer-box .value ul.items-list {
	margin: 0px;
	padding: 0px;
}
.outer-box .value ul.items-list li {
	display: block;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0 0 0;
}
.outer-box .value ul.items-list li:before {
	content: " ";
	font-size: 14px;
	padding: 0px 5px 0 0;
	vertical-align: middle;
	margin-top: 1px;
	margin-left: -10px;
	position: absolute;
}
.merchant-heading {
	font-size: 10px;
	font-weight: 300;
	color: #767676;
	margin-bottom: 10px;
}
.white-box {
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
	width: 357px;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
	overflow-y: auto;
}
.white-box .content-box {
	max-height: 734px;
	padding: 0;
}
.code {
	width: 95px;
	height: 27px;
	background-color: #e5e5e5;
}
.merchant-logos-box {
	width: 120px;
	margin: auto;
}
.merchant-logos-box.height-34 {
	height: 34px;
	text-align: center;
}
.merchant-logos-box.height-34 img {
	height: 34px;
}
.merchant-logos-box.height-45 {
	height: 45px;
	text-align: center;
}
.merchant-logos-box.height-45 img {
	height: 45px;
}
.merchant-logos-box.height-121 {
	height: 121px;
	text-align: center;
}
.merchant-logos-box.height-121 img {
	height: 121px;
}
.merchant-logos-box.height-90 {
	height: 90px;
	text-align: center;
}
.merchant-logos-box.height-90 img {
	height: 90px;
}
.merchant-logos-box.height-116 {
	height: 116px;
	text-align: center;
}
.merchant-logos-box.height-116 img {
	height: 116px;
}
.merchant-details-box {
	padding: 0;
}
.merchant-details-box .heading {
	font-size: 13px;
	font-weight: 300;
	color: #373737;
	margin-bottom: 10px;
}
.merchant-details-box .title {
	font-size: 13px;
	font-weight: 300;
	color: #a6a6a6;
	line-height: 22px;
	padding-top: 3px;
}
.merchant-details-box .value {
	line-height: 22px;
	padding-top: 3px;
	font-size: 13px;
	font-weight: normal;
	color: #101010;
}
.countries-list {
	width: 170px;
	height: 240px;
	background-color: #ffffff;
	border: solid 1px #aeaeae;
}
.countries-list ul {
	margin: 5px;
	padding: 10px 0;
	height: 230px;
}
.countries-list ul li {
	margin: 0px;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	list-style: none;
	padding: 0 10px;
	color: #101010;
}
.width-775 {
	width: 775px;
}
.countries .title {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	color: #767676;
	padding-bottom: 10px;
}
.custom-table {
	margin: 5px 0 0 0;
}
.title {
	font-size: 13px;
}
.custom-table.table tr.header, .custom-table.table th {
	height: 35px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #15195a;
}
.custom-table.table {
	font-size: 13px;
	font-weight: 300;
}
.custom-table.table th, .custom-table.table tr {
	border-bottom: solid 1px #e0e0e7;
	background: #fff;
}
.custom-table.table th, .custom-table.table tr td {
	padding: 10px 20px;
}
.custom-table.table tr.header, .custom-table.table tr.header th {
	background-color: transparent !important;
}
.custom-table.table tr td {
	color: #2a2a2a;
}
.custom-table.table tr:last-child {
	border: none;
}
.custom-table.table th {
	border-bottom: solid 2px #15195a;
}
.text-ellipsis {
	white-space: nowrap;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab-pane .custom-table {
	margin: 50px 50px;
	width: calc(100% - 100px);
	clear: both;
	font-weight: normal;
}





i.icon-download-user{    display: inline-block;
    background-image: url(../images/iocn-download.png);
    background-position: top left;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: relative;
}

.btn-white-bg{   font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #101010;  height: 30px;
padding: 0 15px 0 15px;
  background-color: #ffffff;
  border: solid 0.5px #d6d6d6;}
  
.btn-white-bg:hover{ color:#337ab7;}




 .required-custom label::after, label.required-custom::after{ content: "*";
    color: #022998;
    right: -5px;
    position: relative;
}


 .required-before label::before, label.required-before::before{ content: "*";
   content: "*";
color: #022998;
left: 0;
position: relative;
top: 2px;
margin-right: 6px;
}

.heading-text-lg{  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  color: #1e237e;}
  
  
  

/* offerdetail page css code end */
  
 /* user page css code start */
 .user-tab-link{ border:none; margin-top:90px;}
    .user-tab-link.nav-tabs > li{ margin:0 40px 0 40px;}
  .user-tab-link.nav-tabs > li > a{font-size: 13px;
text-align: center;
color: #ababab;
text-transform: uppercase;
font-weight: 500;
border:none;
}

  .user-tab-link.nav-tabs > li > a:hover{border:none;}


 .user-tab-link.nav-tabs > li.active > a,  .user-tab-link.nav-tabs > li.active > a:focus,   .user-tab-link.nav-tabs > li.active > a:hover{ border:none; border-bottom: solid 3px #15195a;} 
 
 
  .user-tab-link.nav-tabs > li.active > a,  .user-tab-link.nav-tabs > li.active > a:focus,  .user-tab-link.nav-tabs > li.active > a:hover{color: #15195a; font-weight:600;}
 
 
 
 
 
 
 .user-tab-content{ height:400px; background-color: rgba(241,243,245, 0.64);}
 

     .white-tab-box{ background-color:#fff; margin:60px; padding:15px; float:left; width: calc(100% - 120px); height:680px;}
 .white-tab-box .content{ height:650px; outline:none;} 
 
 .label-bold-text{font-size: 12px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #101010  !important; font-weight:300 !important;}
  .left-space-50{ padding-left:50px  !important;}
  
  

  /* user page css code end */
 
 
 
  
.back-list {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 47px;
}
.back-list a {
	color: #fff;
}
.back-list a i {
	font-size: 11px;
	margin: 10px 10px 0 0;
}
.btn-transparent {
	background: none;
	text-align: center;
	padding: 2px 30px 0 30px;
	height: 30px;
	width: 140px;
	border-radius: 1px;
	border: solid 1px #8c8db9;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin: 7px 7px;
}
.previous-next-list {
	margin: 15px 0 0 0;
	padding: 0px;
	text-align: right;
}
.previous-next-list ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
.previous-next-list ul li {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0;
	float: left;
}
.previous-next-list ul li a {
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: center;
	color: #ffffff;
}
.previous-next-list ul li.pages {
	color: #ffd700;
	padding: 0 15px;
}
.previous-next-list ul li.pages a {
	color: #ffd700;
}
.previous-next-list ul li:first-child {
	padding-left: 0px;
}
 .previous-next-list ul li:first-last {
 padding-left:0px;
}
.previous-next-list ul li a {
	margin: 0px;
	padding: 0;
}
.previous-next-list ul li a i {
	font-size: 12px;
	position: relative;
	top: 1px;
	padding: 0 7px 0 7px;
}
.previous-next-list ul li a i.no-right-space {
	padding-right: 0px;
}
.row.top-space {
	padding-top: 20px;
}
.outer-box {
	margin: 0 0 15px 0;
}
.outer-box .title {
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color:rgba(0,0,0,0.7);
	font-size: 12px;
}
.outer-box .value {
	font-size: 13px;
	font-weight: 300;
	padding-top: 3px;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #101010;
}
.outer-box .value.bold { font-weight:400;}
i.circle-org {
	cursor: pointer;
	background: url(../images/dot-wip.png) no-repeat 0 2px;
	color: #8a8a8a !important;
	width: 8px;
	height: 8px;
	background-size: 8px;
	padding-left: 15px;
}
i.circle-red {
	cursor: pointer;
	background: url(../images/dot-expried.png) no-repeat 0 2px;
	color: #8a8a8a !important;
	width: 8px;
	height: 8px;
	background-size: 8px;
	padding-left: 15px;
}
i.circle-green {
	cursor: pointer;
	background: url(../images/dot-approved.png) no-repeat 0 3px;
	color: #8a8a8a !important;
	width: 8px;
	height: 8px;
	background-size: 8px;
	padding-left: 15px;
}
i.circle-gray {
	cursor: pointer;
	background: url(../images/dot-gray.png) no-repeat 0 2px;
	color: #8a8a8a !important;
	width: 8px;
	height: 8px;
	background-size: 8px;
	padding-left: 15px;
}
/* custom form css code start*/
.custom-form {
	margin: 0 0 0 0;
	padding: 0 0px;
}

.code-editor{ padding:20px 0 30px 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  height:400px;
  color: #4a4a4a;}
.username {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #393939;
}
.comments {
	font-size: 13px;
	font-weight: 300;
	font-stretch: normal;
	color: #393939;
}
.time-date {
	padding: 5px 0;
	font-size: 10px;
	line-height: 1.7;
	color: #bcbcbc;
	clear: both;
	float: left;
	width: 100%;
}
.col-top-space {
	margin-top: 25px;
}
.radio-btn.top-space {
	margin-top: 48px;
}
.radio-btn label.right-space {
	margin-right: 30px;
}
input[type=radio ]:not(old) {
	width : 28px;
	margin : 0;
	padding : 0;	
	opacity: 0;
}
input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -28px;
	padding-left : 28px;
	background: url(../images/radio-btn-img.png) no-repeat;
	line-height : 28px;
	padding: 0px 0 0 40px;
	font-size: 13px;
	font-weight: normal;
	color: #959595;
}
input[type=radio]:not(old):checked + label {
	color: #424242;
	background: url(../images/checked-radio-btn.png) no-repeat;
}

input[type=radio]:disabled + label {
	color: #424242;
	background: url(../images/disabled-radio-btn-img.png) no-repeat;
}



.radio-btn-sm input[type=radio ]:not(old) {
	width : 20px;
	height: 20px;
	margin : 0;
	padding : 0;
	opacity : 0;
	position: relative;
	top: 6px;
}
.radio-btn-sm input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -24px;
	background: url(../images/radio-btn-img.png) no-repeat;
	background-size: 20px 20px;
	padding: 0px 0 0 30px;
	font-size: 12px;
	font-weight: normal;
	color: #959595;
	line-height: 21px;
}
.radio-btn-sm input[type=radio]:not(old):checked + label {
	color: #424242;
	background: url(../images/checked-radio-btn.png) no-repeat;
	background-size: 20px 20px;
}




.radio-btn-sm input[type=radio]:disabled + label {
	color: #424242;
	background: url(../images/disabled-radio-btn-img.png) no-repeat;
	background-size: 20px 20px;
}

input[type=radio]:checked:disabled + label {
    color: #424242;
    background: url(../images/checked-disabled-radio.png) no-repeat;
}

.select-btn-sm input[type=checkbox ]:not(old) {
	width : 18px;
	height: 18px;
	margin : 0;
	padding : 0;
	opacity : 0;
	position: relative;
	top: 6px;
}
.select-btn-sm input[type=checkbox ]:not(old) + label {
	display : inline-block;
	margin-left : -24px;
	background: url(../images/unchecked-blue.png) no-repeat;
	background-size: 18px 18px;
	padding: 0px 0 0 30px;
	font-size: 12px;
	font-weight: normal;
	color: #959595;
	line-height: 21px;
}
.select-btn-sm input[type=checkbox]:not(old):checked + label {
	color: #424242;
	background: url(../images/checked.png) no-repeat;
	background-size: 18px 18px;
}
.link-style-blue {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: #424242;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: inherit;
}
.select-box {
	background-color: #ffffff;
	display: none;
	z-index: 9;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #d2d2d2;
	position: absolute;
	float: left;
	width: calc(100% - 0px);
	margin-left: -15px;
	margin-top: 6px;
	padding: 15px;
}
.select-box.show {
	display: block;
}
.custom-scroll-bar4 {
	overflow: auto;
}
.heading-text {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #444444;
	margin: 20px 0 20px 0;
	float: left;
	clear: both;
}
.check-box-outer {
	padding: 0 0 0 20px;
	clear:both;
	
}
.heading-text i {
	color: #979797;
	margin: 0 15px 0 0;
	top: 2px;
	position: relative;
	font-size: 17px;
}
a.custom-italic-btn {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #0a41a6;
	font-style: italic;
	clear: both;
	padding: 0 30px;
	float: left;
}
.border-bottom-space {
	border-bottom: solid 1px #ededed;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
}
label.label-text-blue {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1a1f71 !important;
	padding: 10px 0;
}
.custom-select-input {
	border: solid 1px #d2d2d2;
	height: 30px;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #878787;
	padding: 7px 15px;
	position: relative;
	background: url(../images/dropdown-arrow.png) no-repeat right;
	background-size: 18px 6px;
}
.custom-select-input.arrow-up {
	background: url(../images/dropdown-arrow-blue.png) no-repeat right;
	background-size: 18px 6px;
}
.accordion {
	margin: 0 auto;
}
.accordion-toggle {
	font-size: 12px;
	border-bottom: solid 1px #f0f0f0;
	cursor: pointer;
	margin: 0;
	padding: 20px 0 20px 20px;
	position: relative;
}
.accordion-toggle .custom-check-box-org {
	margin-right: -12px;
	margin-top: -2px;
}
.accordion-toggle:first-child {
	border-top: solid 1px #f0f0f0;
}
.accordion-toggle.active:after {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #424242;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.accordion-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border-top: 5px solid #424242;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion-toggle.active:before {
	display: none;
}
.accordion-content {
	display: none;
	padding: 30px 0;
}
.accordion-toggle.active {
	color: #444444;
}
.accordion-list {
	margin: 0 auto;
	outline:none;
}
.accordion-list .accordion-toggle {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #444444;
	clear: both;
	margin: 0;
	border-bottom: none !important;
	padding: 20px 0 20px 20px;
	position: relative;
}


.accordion-list .accordion-toggle.authorized-countries{padding: 0 0 0 20px;}

.authorized-countries .custom-check-box-org{ width:100%; margin-top:5px;}



.accordion-list .accordion-toggle.authorized-countries.active::after{ top:12px;}
.accordion-list .accordion-toggle.authorized-countries::before{top:12px;}


.accordion-list .accordion-toggle.authorized-countries.no-arrow.active::after{ top:12px; display:none;}
.accordion-list .accordion-toggle.authorized-countries.no-arrow::before{top:12px; display:none;}

.text-org{  color: #f6a623 !important; font-size:11px !important; font-weight:400 !important;}


.accordion-list .accordion-toggle.authorized-countries .check-box-outer{ margin-left:35px;}



.accordion-toggle:first-child {
	border-top: none;
}
.accordion-list .accordion-toggle.active:after {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #424242;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.accordion-list .accordion-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border-top: 5px solid #979797;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion-list .accordion-toggle.active:before {
	display: none;
}
.accordion-list .accordion-content {
	display: none;
	padding: 0px 0;
}
.accordion-list .accordion-toggle.active {
	color: #444444;
}


.white-tab-box .accordion-content{ padding:10px 0 15px 16px; float:left;}  
  
  
  
.datepicker {
	padding: 15px;
	border: none;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5) !important;
	pointer-events: auto !important;
	border-radius: 3px;
}
.datepicker-orient-top {
	top: 0px;
}
.datepicker .datepicker-days {
	padding: 10px;
}
.datepicker.dropdown-menu::before, .custom-date-picker.dropdown-menu::after {
	display: none;
}
.datepicker .prev .glyphicon-arrow-left::before {
	content: "\e251";
	font-size: 10px;
	cursor: pointer;
	color: #4a4a4a;
}
.datepicker .datetimepicker-hours {
	display: none;
}
.datepicker .datetimepicker-months {
	display: none;
}
.datepicker .datetimepicker-years {
	display: none;
}
.datepicker .next .glyphicon-arrow-right::before {
	content: "\e250";
	font-size: 10px;
	color: #4a4a4a;
	cursor: pointer;
}
.datepicker .dow, .custom-date-picker .day {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #8c8c8c;
	cursor: pointer;
	margin: 0;
	line-height: 5px;
}
.datepicker .day {
	border-radius: 0px;
	border: solid 1px #d4d4d4;
	border-collapse: collapse;
	width: 25px;
	height: 22px;
	padding: 1px 0 0 0 !important;
	line-height: 22px;
}
.datepicker .day:hover, .datepicker .day.active {
	border-radius: 0px;
	background: #f5b44a !important;
	color: #fff;
}
.datepicker .new {
	pointer-events: none;
}
.datepicker .switch {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
}
.datepicker .datetimepicker-hours {
	display: none;
}
.datepicker.dropdown-menu {
	font-size: 10px !important;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal !important;
	letter-spacing: normal;
	text-align: center;
	border: none !important;
	color: #6a6a6a !important;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
	display: none;
}
.datepicker .datepicker-switch {
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
}
.datepicker .prev, .datepicker .next {
	visibility: hidden !important
}
.datepicker .prev::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	visibility: visible !important;
	content: "\f0d9";
	color: #7b7b7b;
	font-size: 16px;
}
.datepicker .next::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	visibility: visible !important;
	content: "\f0da";
	color: #7b7b7b;
}
.btn-blue {
	border-radius: 2px;
	height: 31px;
	font-size: 12px;
	padding: 5px 20px;
	text-align: center;
	background-color: #003ea9;
	color: #fff;
	font-weight: 500;
}
.btn-blue:hover {
	background: #003186;
	color: #ffffff;
}
label a.active, label a:hover.active {
	cursor: pointer;
	font-weight: normal;
	color: #15155c;
}
label a {
	padding: 0 5px 0 5px;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #969696;
	border-radius: 0;
}
label a:hover {
	color: #969696;
}
/* Update Saved Search  css code start  */
   
  
h3.heading {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	line-height: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #393939;
}
p.paragraph-style {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	color: #393939;
}
.text-blue {
	color: #0b2c95;
	font-size: 14px;
	font-weight: normal;
}
.label-text, .black-text {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #393939;
}
.btn-group.btn, .btn-group-sm.btn {
	width: 110px;
	margin: 0 5px;
	height: 33px;
	text-align: center;
	border-radius: 1px;
	border: solid 1px #0a41a6;
}

.btn-group.btn, .btn-group-sm.btn:first-child{ margin-left:0px;}

a.btn-group.btn, a.btn-group-sm.btn {
	padding: 7px 0;
	margin: 0;
}
.btn-group.btn-btn-blue {
}
.btn-group.btn.btn-white, .btn-group-sm.btn.btn-white {
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	color: #0a41a6;
}
.btn-bs-file{
    position:relative;
	height:33px;
	line-height:22px;
	
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
	height:33px
}


.btn-group.btn.btn-transparent, .btn-group-sm.btn.btn-transparent {
	background-color: transparent;
	background:none;
	font-size: 12px;
	font-weight: 600;
	color: #0a41a6;
}

.text-btn{ padding:10px 0 0 0;
cursor: pointer;
font-size: 13px;
font-weight:400;
color: #003ea9;
}

.btn-group-sm.btn {
	width: 140px;
}
.btn-group-lg.btn {
	width: 157px;
}
.btn-group-md.btn {
	width: 120px;
}
.btn-white.right-space-0 {
	margin-right: 0px !important;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 0;
}
ul.search-result-list {
	pointer-events: auto;
}
ul.search-result-list li:hover a {
	padding: 0 30px;
}
/* Update Saved Search  css code end  */
   
   /* My profile  css code start  */
   
.popup-container {
	width: 844px;
	border-top: solid 5px #003ea9;
	z-index: 99;
	position: absolute;
	top: 85px;
	left: 50%;
	margin: 0 auto 0 -422px;
	padding: 50px 70px;
	pointer-events: auto;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	background-color: #ffffff;
}
.popup-container input {
	height: 30px;
	border-radius: 1px;
	border-radius: 0;
	background-color: #fefefe;
	border: solid 1px #c9c9c9;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2a2a2a;
}
.popup-container label {
	font-size: 13px;
	color: #787878;
	font-weight: normal;
}
.popup-container .required label:after, label.required:after {
	content: "*";
	color: #022998;
	right: -5px;
	position: relative;
}
 .search-input-style input::-webkit-input-placeholder, .search-input-style input::-moz-placeholder, .search-input-style :-ms-input-placeholder, .search-input-style :-moz-placeholder {
 color:#9a9a9a;
 font-size: 14px;
 font-weight: normal;
}
.search-input-style input.form-control:focus {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #2a2a2a;
}
.profile .heading {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color: #393939;
	padding: 0 0 10px 0
}
.profile .heading span {
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #c5c5c5;
}
.profile p {
	font-size: 13px;
	font-weight: normal;
	color: #c5c5c5;
}
ul.profile-details-list {
	margin: 25px 0 0 0;
	padding: 0px;
}
ul.profile-details-list li {
	margin: 0 0;
	min-width: 130px;
	float: left;
	text-align: left;
	display: inline;
	padding: 5px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #2a2a2a;
}
ul.profile-details-list li.left {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #787878;
	padding: 5px 0 0 0;
}
/* My profile  css code end  */


/* landing page  css code start  */



slogan{  font-size: 18px;
  text-align: left;
  color: #5c5c5c;
  font-weight: 400;
  position:relative; top:20px; margin-left:-35px;
  }
  
  .top-space-15{ margin-top:15px;}
  footer.fixed-footer-width{ width:1024px; margin:15px auto 0 auto}
  
  .login-box{  width: 340px; padding: 20px 30px 30px 30px; margin:80px 80px 0 0; position:absolute;
  background-color:rgba(0,0,0, 0.6); right:0; top:50px; height:322px;}
   .login-box h5{  padding-bottom:25px;  font-size: 18px;

  color: #ffffff;}
  
  .input-pass-space{ margin-top:25px; position:relative; }
  
  .login-help, .administrator-help{  font-size: 15px;
  text-align: center;
  color: #ffffff;  font-weight:400; }
  
 .administrator-help.bottom-space{ padding-bottom:33px;}
 .login-help.bottom-space{padding-bottom:25px;}
  
  .administrator-help{ font-size:14px; padding:4px 0 0 0;}
  
  
  .login-help a{ color:#fff;}
  
  .btn-login{ height: 35px;
  background-color: #003ea9;
   border-radius:0px;
    font-size: 15px;
  text-align: center;
  color: #ffffff;
  font-weight:300;
  
}

.btn-login:focus{box-shadow: none !important;
    border: none !important;
    outline: none !important;}


.login-box input{height: 35px;
  background-color: #ffffff;
  box-shadow:none;   font-size: 18px;
  text-align: left;
  color: #4a4a4a;  }
  
  .login-box input:focus{ box-shadow:none; outline:none;}
  
  
.login-box .heading-sm{font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;     position: relative;
    top: -25px;}
	
	.icon-success, .icon-warning{ background-image: url(../images/icon-success.png); 
	background-size:100% 100%; 
	background-repeat:no-repeat; 
	height:42px; width:42px;
	margin:0 auto 15px auto;     }

	.icon-warning{ background-image: url(../images/warning-icon.png); height:45px; width:50px;}


	



  .login-box input:focus ~ .floating-label,
  .login-box input:not(:focus):valid ~ .floating-label{
  top: -20px;
  bottom: 10px;
  left: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  opacity:1;


}



 .login-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size: 18px;
  text-align: left;
  color: #9b9b9b;
  font-style:normal;
  font-weight:400;
  
}
 .login-box input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  text-align: left;
  color: #9b9b9b;
    font-style:normal;
	font-weight:400;
}
 .login-box input:-ms-input-placeholder { /* IE 10+ */
   font-size: 18px;
  text-align: left;
  color: #9b9b9b;
    font-style:normal;
	font-weight:400;
}
 .login-box input:-moz-placeholder { /* Firefox 18- */
  font-size: 18px;
  text-align: left;
  color: #9b9b9b;
    font-style:normal;
	font-weight:400;
}




  .login-box .inputText {

 }

  .login-box .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top:7px;
  transition: 0.2s ease all;
     font-size: 18px;
  text-align: left;
  color: #ffffff;
  opacity:0;
  font-weight:400;
}


.row-space-25{ padding:25px;}



.offers-radio-btn{margin-top: 25px;
    position: relative;
    margin-left: 23px;}
	
.offers-radio-btn input[type=radio ]:not(old){    width: 28px;
    margin: 0;
    height: 30px;
    padding: 0;
    left: -28px;
    opacity: 0;
    position: absolute;}
	.offers-radio-btn input[type=radio ]:not(old) + label{ line-height:17px;}


/* anding page  css code end  */



/* start program list  page  css code   */



.custom-table-list.border-bottom{border-bottom:solid 1px #ddd; margin-bottom:40px; }
.custom-table-list tbody { outline:none;}
.custom-table-list th{ padding:10px 15px !important;  font-size: 12px;
  font-weight: 300;
  line-height: 1.31;
  text-align: left;
  color:rgba(0,0,0,0.7);
  }
.custom-table-list tr td{ padding:50px 15px 45px 15px !important;   
  font-weight: 300;
  text-align: left;
  color: #101010;
  font-size:13px;

border-collapse: collapse;}

.custom-table-list tr td p{ font-size:12px;}

.custom-table-list tr td span{ font-size:12px;}

.custom-table-list.td-top-bottom-space tr td{ padding:35px 15px !important; }

.btn-white-trans{ height: 30px;
  background-color: #ffffff;
  border: solid 0.5px #d6d6d6; line-height:30px;}
  
  
  .btn-white-trans{ height: 30px;
  background-color: #ffffff;
  border: solid 0.5px #d6d6d6; line-height:30px;}



.custom-table-list.header-style th{ padding:30px 15px 15px 15px !important;  font-size: 12px;}

.custom-table-list tr td.fixed-150{ max-width:150px;}


  
 .custom-table-list  .fa-caret-down::before{ cursor:pointer; font-size:16px; position:relative; padding-left:10px;top:1px;}
  .custom-table-list  .bottom.fa-caret-down::before{cursor:pointer;  color:#d6d6d6; font-size:15px; position:relative; padding-left:10px; left:-18.5px; top:4px;}
 .custom-table-list  .up.fa-caret-up::before{ cursor:pointer;color:#d6d6d6; font-size:15px; position:relative; padding-left:10px;top:-4px;}
.custom-table-list.table > thead > tr > th{border-bottom: 1px solid #ddd; border-top: 1px solid #ddd !important;}
 .custom-table-list  .up:hover.fa-caret-up::before,  .custom-table-list  .bottom:hover.fa-caret-down::before{  color: #959595;}
 
.custom-table-list .title{ color:#101010; font-size:16px; font-weight:500; line-height:1.1;     position: relative;
    margin-top: -10px; padding:0 0 5px 0;}

.custom-table-list .logo-preview, .logo-preview { position:absolute; vertical-align:middle;  width:120px; height:80px; float:left; margin-top:-30px;  }
.custom-table-list .logo-preview img, .logo-preview img{ max-width: 100%; height: auto;
position: absolute; max-height: 60px;
margin-top: 15px; }

.logo-preview {margin-top:0px; }




.full-width-outer{ width:100%;}
.table-content-container{ margin:auto; background-color:#fff; border:solid 1px #ddd;}
.table-content-container .custom-table-list.table > thead > tr > th{ border-top:none !important;}
.table-content-container .custom-table-list tr td{ padding:10px 15px !important; font-size:13px; border-top:none;}
.iocn-user{background-image:url(../images/user-icon.png);
background-size: 9px 11px;
background-repeat: no-repeat;
height: 12px;
width: 11px;
float:left;
margin-left:10px;
}

.icon-download{background-image: url(../images/download-icon.png);
background-size: 11px 11px;
cursor:pointer;
background-repeat: no-repeat;
height: 12px;
width: 13px;
float:left;
margin-left:10px;}



.close-icon{background-image: url(../images/close-icon.png);
background-size: 15px 15px;
cursor:pointer;
background-repeat: no-repeat;
height: 15px;
width: 15px;
float:left;
margin-left:10px;}


.close-icon.position-style{position: relative;
margin-right: -22px;
margin-top: -22px;
float: right;}


.icon-lock{background-image: url(../images/lock-icon.png);
background-size: 9px 12px;
cursor: pointer;
background-repeat: no-repeat;
height: 12px;
width: 11px;
float: left;
margin-left: 10px; margin-top: 4px;}

.table-content-container .custom-table-list tr td.text-bold{ font-weight:400; }
.text-bold{    font-weight: 400 !important;
     }

.merchant-custom-tab{ margin:50px 0 0 0;}
.merchant-custom-tab .nav-tabs > li{width:50%;}
.merchant-custom-tab .nav-tabs > li > a{  text-align:center; margin-right:0px; border-radius:0px; color:#191b73; font-size:14px; font-weight:400;}
.merchant-custom-tab .nav > li > a:focus, .merchant-custom-tab .nav > li > a:hover{ background-color:transparent;}
.merchant-custom-tab .nav > li > a:focus{ background-color:#fff; color:#191b73;}
.merchant-custom-tab .nav > li > a:focus, .merchant-custom-tab .nav > li > a:hover{ top:1px;}
.merchant-custom-tab .nav-tabs > li.active > a,
.merchant-custom-tab .nav-tabs > li.active > a:focus,
.merchant-custom-tab .nav-tabs > li.active > a:hover{top:0px; color:#191b73; } 


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ border-top:solid 2px;}


.merchant-logo-box{ width: 100px;
  height: 27px;
  background-color: #ffffff;
  border: solid 0.5px #e8e8e8; text-align:
  center;}
  
 .merchant-logo-box img{ max-width:50%; max-height:100%;}
 .merchant-logo-box  span{ font-size:10px; text-align:center; clear:both; float:left; width:100%; margin-top:10px; color:#9b9b9b;}
 .filter-input{ font-size:12px; display:inline-block; color:#878787; border: solid 1px #d6d6d6;  height:33px; width:130px; padding:7px 10px; cursor:pointer;}

   .filter-input .fliter-icon{background-image: url(../images/icon-fliters.png);
background-repeat: no-repeat;
background-size: 13px 12px;
height: 12px;
width: 13px;
position: relative;
top: 2px; }

.text-bold-sm{  font-size: 16px !important;
  text-align: left;
  font-weight:400 !important;
      position: relative;
    top: -3px;
  color: #101010;}
  
  .text-bold-xs{  font-size: 13px;
  text-align: left;
  font-weight:400 !important;
  line-height:1 !important;
  color: #101010;}
  
  .span-right-space{ padding-right:10px;}

.filter-box{ display:none;  position:absolute; border:solid 1px #d6d6d6; margin-top:32px; padding-top:25px; margin-left:15px; background-color:#fff;}
.filter-box.display-block{ display:block;}
.breadcrumb{  top:-12px; margin:0px; position:relative;  margin-left:10px; padding:0px;  display:inline-block;}
.breadcrumb a{margin:0px; padding:5px 10px ; background-color:#f8b500; color:#fff; border-radius:5px; font-weight:400;  display:inline-block; }
/* ending  program list  page  css code   */


/* help page css code start  */
.help{ width:850px; margin:auto; }
.help h2,  .help h4{  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: center;
  color: #1e237e; padding:50px 0;}
  
  .help h2 span{ font-size: 18px;
  font-weight: 300;
  line-height: 1.11;
  text-align: left;
  }
  
  .help h3{font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  color: #1a1f71;}
  
   .help h4{ font-size:22px; padding:0 0 50px 0;}
   
   .help .fa-angle-right::before{ font-size:36px;}
    .help .fa-angle-down::before{ font-size:36px;}
	
	   .help .panel-default > .panel-heading{ border-bottom: dotted  2px rgba(151, 151, 151, 0.3); background:none;}
	   
	   .panel-default > .panel-heading + .panel-collapse > .panel-body{ border-top-color: transparent;}
	  .help h4.panel-title{ padding-bottom:15px; text-align:left;}
	  
	  
	  .help .arrow  {position: relative;
left: -15px;
width: 30px;
top: 5px;}

  .help .panel{ box-shadow:none;}
  
  
  .help .panel-body{border-bottom: dotted  2px rgba(151, 151, 151, 0.3); padding:15px 50px;}
  .help .panel-body .heading{  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  color: #1a1f71;
    padding: 15px 0 0px 0;
    clear: both;
    float: left;
    width: 100%;

  
}
  
  
  .check-box-group{ padding-right:10px; float:left;}
  
  .help .panel-body p{ padding:15px 0 10px 0;}

.help .arrow.fa-angle-down{ left:-20px;}

  .help  .panel-default{ border:none; }
  
  
  
  .help p  {  font-size: 18px;
  font-weight: 300;
  line-height: 1.50;
  text-align: left;
  color: #5c5c5c; padding-bottom:30px;}
  
  .collapse-All{
  font-size: 19px;
  font-weight: 300;
  line-height: 1.32;
  color: #003ea9; padding-top:30px;}
  
    .collapse-All a{color: #003ea9;}
	
	  .collapse-All a:hover{color: #f6a623;}
	  
	  .collapse-All a span{ color:#f6a623;}




.sticky-table-custom{ padding:30px 60px;}

.sticky-table-custom .sticky-table{ max-height:100vh; border-top:none;}



.sticky-table-custom table th { text-align:center;font-weight:400; line-height:15px !important;  color:#15195a; background-color:#f6f7f9 !important; } 
.sticky-table-custom table tr td{ background-color:#fff;  color:#565656; font-size:13px;  font-weight:400; padding:15px 10px 5px 12px;}

#authorizedPrograms .sticky-table-custom table tr td{ color:#000; font-size:12px;}

.sticky-table-custom table tr.custom-header{ font-size:14px; font-weight:400;}


.sticky-table-custom table tr.custom-header .custom-check-box-org{ width:auto;}
.sticky-table-custom table tr td .custom-check-box-org{  }

.sticky-table-custom table tr td.text-gray{ color:rgba(86,86,86, 0.6);  }





.sticky-table-custom .sticky-table table tr.sticky-row th, .sticky-table-custom .sticky-table table tr.sticky-row td{ outline:none;}



.icon-delete{ color:#b1b1b1; font-size:16px !important; position:relative; top:2px;}

.sticky-table-custom .table-fixed thead, .sticky-table-custom .table-fixed th{  font-size: 12px;
  color: #15195a;
  font-weight:400;
}





.sticky-table-custom .custom-check-box-org{    position: relative;
    clear: both;
     float: none; 
    margin: auto;
    width: 18px;
	top:0px;
	
	
}

.sticky-table-custom .custom-check-box-org input[type="checkbox"]:not(old) + label, .sticky-table-custom .custom-check-box-org input[type="radio"]:not(old) + label{ padding: 2px 0 0 20px; float:none; left:inherit; }


.sticky-table{ height:auto; margin:30px 0 0 0; border:none;}

.authorized-Regions{ background-color:#fff; color:#15195a; font-weight:400; font-size:14px; line-height:30px; text-align:center; width:260px; height:35px;-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
	position: absolute;
margin-left: -85px;
margin-top: 182px;
	
	
}


.sticky-table-custom table tr.custom-header .custom-check-box-org input[type="checkbox"]:not(old) + label, .sticky-table-custom table tr.custom-header .custom-check-box-org input[type="radio"]:not(old) + label{ padding: 2px 0 0 30px; font-size:14px; left:inherit !important;  font-weight:400; color:#15195a;}


tr.custom-header .custom-check-box-org input[type="checkbox"]:not(old), tr.custom-header .custom-check-box-org input[type="radio"]:not(old){ left:inherit;}



.custom-dropdown{
  background-color: #ffffff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.31); float:right; padding:30px; left: -560px;
position: absolute;
height: 600px;
top: 15px;
width: 580px;}
  
  .fa-ellipsis-h.icon-style{ cursor:pointer; color:#15195a; font-size:25px;}
  .btn-group.open .dropdown-toggle.icon-style{ box-shadow:none;}
  
  
  .custom-dropdown .content{
  height: 445px; margin:30px 0 30px 0;}
  
  
  .custom-check-box-org input[type=checkbox]:not(old) + label, .custom-check-box-org input[type=radio ]:not(old) + label{ font-size:13px;}

.custom-dropdown:before, .custom-dropdown:after{ display:none;}



.heading-md{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #393939; padding-bottom:10px;}
  
  a.text-col-blue{font-size: 10px;
  font-weight:500;
  
  text-align: left;
   color: #003ea9;}


.csv-file-import{ padding:200px 0}



.pop-gray-box{    width: calc(100% - -100px);
    left: -50px;
    position: relative;
    background-color: rgba(241,243,245, 0.64);
    padding: 20px 50px;
    margin: -30px 0 0 0;
    bottom: -40px;
	font-size:13px;
	min-height:350px;
}

.pop-gray-box .merchant-logo-name{   font-size: 13px;
  text-align: left;
  color: #373737;}



.custon-drop-box{border:solid 1px #000; position:absolute; width:100%; display:block; min-height:300px; border: solid 1px #d2d2d2;
padding: 15px; background-color:#fff;}

.custon-drop-box ul{ margin:0px; padding:0px;}
.custon-drop-box ul li{ display:block; margin:0px; line-height:30px; padding:0px;}

/* help page css code end  */



/* Admin dashbaord  page css code start  */

.chart-box-right{ padding:40px 30px; float:right; background-color:#f3f4f7; height: 510px; width: 440px;}
.chart-box-left{  width: 585px; float:left;}


.chart-box-left .chart{  width: 100%;
  height: 380px;
  padding:20px;
  background-color: #f3f4f7; clear:both; margin-top:30px;}
  
  
  .chart-box-left .chart-box{ height:260px; padding-top:30px;}

.gray-box-sm{  width: 276px;
  height: 100px;
  display:inline-block; margin-right:30px;
  background-color: #f3f4f7; padding:20px;}
  .gray-box-sm.no-margin{ margin-right:0px;} 
  
    .gray-box-sm .text-sm{  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: center;
  color: #101010;
  line-height: 30px;
padding-bottom: 20px;
}
  .gray-box-sm .icon, .gray-box-sm .icon img { cursor:pointer; position:absolute;  width:25px; height:25px;}

.chart-box-right .chart{ height:220px; margin:80px 0;}
.top-space-10{ padding-top:10px;}

a.btn-download-logs{font-weight: 400;
font-size: 13px;
letter-spacing: 0.3px;
text-align: center;
color: #0e4ab4;
background: url(../images/download-icon.png);
background-repeat: no-repeat;
background-position: top left;
height: 20px;
line-height: 20px;
padding: 0 0 5px 30px;
cursor: pointer;
background-size: 20px 20px;
float: left;
display: inline-block;
margin: auto;
text-align: center;
float: none;}





.drop-down-outer{  width: 510px;
  height: 350px;
    background-color: #ffffff;
	position:absolute; left:23px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.31);}
  
  .drop-down-outer  .nav-pills > li{padding:0px; margin:0px;  width:50%; display:inline-block;}
.drop-down-outer  .nav-pills > li > a, .drop-down-outer .nav-pills > li > a:hover{  
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ababab;
  font-size:13px;
width:100%; padding:20px 0; margin:0px; border-radius:0px; border-bottom:solid 3px #d9d9d9;} 

.drop-down-outer .nav-pills > li.active > a,
 .drop-down-outer .nav-pills > li.active > a:focus, 
 .drop-down-outer .nav-pills > li.active > a:hover{ color: #191b73; background-color:transparent; border-bottom:solid 3px #15195a;}
 
 .drop-down-outer .tab-pane{  padding:25px;}
 
/* Admin dashbaord  page css code end  */




















/* manage-reference page css code start  */




.manage-reference{ margin:50px 0 60px 0; }




.manage-reference-data{width: 100%;
	padding: 0px;
	margin: auto;
	background-color: #FFFFFF;
	float: left;
	z-index: 99;
	margin-top: 1px; border:solid 1px #e8e8e8;}
	
	
	.manage-reference-data  .left-nav-bar {
	width: 261px;
overflow: auto;
	border-right: solid 1px #d3d3d3; 
	float: left;
	background-color: #FFFFFF;
}

	.manage-reference-data .right-form-bar {
	float: left;
	padding: 0px;
		width: 660px;
	background-color: #FFFFFF;
}



.manage-reference-data .right-form-bar .sticky-table-custom{ margin:0px; padding:0px; }
.manage-reference-data 	.sticky-table{ margin:0px;}
.manage-reference-data  .left-nav-bar nav-stacked.accordion-nav {
	margin: 60px 0 0 0;
	padding: 0px 0;
	overflow: auto;
}
.manage-reference-data .nav-stacked.accordion-nav{ height:620px;}
.manage-reference-data .sticky-table-custom table th{ color:rgba(0,0,0,0.7); font-size:12px;  font-weight:300;  padding:10px 8px 10px 8px;  text-align:left; }
.manage-reference-data .table > thead > tr > th{ vertical-align:middle;}

.manage-reference-data .sticky-table-custom table tr td{padding: 22px 10px 10px 10px; border:none; font-size:13px; color:#101010;}
	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav{ margin:50px 0 0 0;}


.manage-reference-data .sticky-table-custom .custom-check-box-org{ top:0;}
	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav li {
	margin: 0px;
	padding: 0px;
	position: static;
}
	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav li a {
	outline: none;
	margin: 0px;
	padding: 0px 30px 0 30px;
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	color: #424242;
	position: static !important;
}

	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav li.active{background: #fef1ce;
border-radius: 0px;}


	.manage-reference-data  .left-nav-bar .nav-stacked.accordion-nav li a i.fa-caret-right{  color: #979797;
float: right;
margin-top: 15px;
right: -10px;
position: relative;
}


.slider.archival-img .custom-search-bar{ text-align:center;}
.slider.archival-img .custom-search-bar .search-input-style .form-control{ padding-left:15px; width:100%;}
.slider.archival-img .custom-search-bar .search-input-style button{ text-align:center; width:100%;}
.slider.archival-img .custom-search-bar .search-input-style{ width:500px; margin-left:auto; margin-right:auto;}
	.manage-reference-data  .sticky-table-custom table th{ background:#fff !important; border-bottom:solid 1px #000;}
		.manage-reference-data  .sticky-table-custom table tr.custom-header{ border-bottom:solid 1px #000;}
/* manage-reference page css code end  */


   
   
   /* global  custom popup style   css code start  */
.custom-popup-style {
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content .heading {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #393939;
}
.custom-popup-style .modal-dialog p {
	font-size: 13px;
	font-weight: 300;
	padding: 10px 0;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #393939;
}
.custom-popup-style .modal-dialog.fixed-popup {
	position: absolute;
	width: 396px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -198px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.custom-popup-style .modal-dialog.fixed-popup.width-450, .custom-popup-style .modal-dialog.fixed-popup.width-800, .custom-popup-style .modal-dialog.fixed-popup.width-575, .custom-popup-style .modal-dialog.fixed-popup.width-750, .custom-popup-style .modal-dialog.fixed-popup.width-900 {
	position: absolute;
	width: 475px;
	height: 390px;
	top: 0;
	left: 50%;
	margin-top: 80px;
	margin-left: -225px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.custom-popup-style .modal-dialog.fixed-popup.width-575 {
	width: 575px;
	height: 463px;
}
.height-367 {
	height: 367px !important;
}
.progress-bar-outer {
	height: 40px;
	border-radius: 1px;
	border: solid 1px #d5d5d5;
	margin-bottom: 55px;
	position: relative;
}
div.progress-bar-outer.space{ margin-top:-3px; margin-bottom:40px;}


.progress-bar {
	background: #201f86; /* Old browsers */
	background: -moz-linear-gradient(left, #201f86 0%, #91c2c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #201f86 0%, #91c2c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #201f86 0%, #91c2c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201f86', endColorstr='#91c2c5', GradientType=1 ); /* IE6-9 */
}
.progress-bar .btn-file-upload, .progress-bar .btn-file-upload:focus, .progress-bar .progress-text {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	width: 110px;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	background: none;
	border: none;
	margin-top: -6px;
	position: absolute;
	margin-right: 25px;
	right: 0;
	color: #cfcfcf;
	outline: none;
}
.progress-bar .progress-text {
	width: 70px;
	margin-top: 0;
}
.progress-bar .folder {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #242424;
	position: absolute;
	left: 25px;
	margin-top: 10px;
}
.progress-bar .progress-text img {
	margin-left: 10px;
	position: relative;
	margin-top: -5px;
}
.progress-bar .text-white {
	color: #fff !important;
	font-weight: normal;
	font-size: 15px;
}
.btn-blue.disabled, .btn-blue.disabled:hover {
	border-color: #b7c9e7;
	background: #b7c9e7;
	opacity: 1;
	color: #d3dff3;
}
.view-report {
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #15195a;
}
.view-report i {
	width: 13px;
	height: 13px;
	position: relative;
	padding-right: 10px;
	display: inline-block;
	background-size: 13px 13px;
}
.custom-popup-style .modal-dialog.fixed-popup.width-800 {
	margin-left: -400px;
	width: 800px;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 {
	margin-left: -450px;
	width: 900px;
}
.preview-full {
	margin: 30px 0 0 0;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 h3, .preview-full h3 {
	font-size: 20px;
	font-weight: normal;
	color: #393939;
	margin-top: 50px;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 p, .preview-full p {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #101010;
	text-align: left;
	padding: 8px 0 15px 0;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list, .preview-full ul.list {
	margin: 10px 0 0 0;
	padding: 0px;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list li, .preview-full ul.list li {
	list-style: none;
	margin: 0px;
	padding: 5px 0;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list li a, .preview-full ul.list li a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #101010;
	display: block;
	list-style: none;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list li ul, .custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list li ul li {
	margin: 0px;
	padding: 5px 0 0 15px;
}
.custom-popup-style .modal-dialog.fixed-popup.width-900 ul.list li ul li:before {
	content: "·";
	font-size: 45px;
	padding: 0px 5px 0 0;
	vertical-align: middle;
	color: #000;
	margin-top: -22px;
	margin-left: -15px;
	position: absolute;
}
.width-250 {
	width: 250px;
}

.width-200 {
	width: 200px;
}
.width-auto {
	width:auto;
}

.custom-popup-style .modal-dialog.fixed-popup.width-900 h4, .preview-full h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #191b73;
}
.custom-popup-style .modal-dialog.fixed-popup.width-750 {
	margin-left: -375px;
	width: 750px;
	height: 615px;
}
.height-auto {
	height: auto !important;
}


.custom-popup-style .modal-dialog.fixed-popup .modal-content .heading-lg {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #003ea9;
}


.custom-popup-style .modal-dialog.fixed-popup .modal-content .heading-sm {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: left;
	letter-spacing: normal;
	color: #393939;
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content .heading-sm .sub-heading {
	font-weight: 300;
	font-size: 13px;
	padding: 10px 0 0 0;
	color: #393939;
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content .heading-sm .sub-heading span {
	font-weight: normal;
	padding-left: 15px;
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content {
	padding: 25px 35px;
	box-shadow: none;
	border: none;
	border-radius: 3px;
}
.popup-spacer {
	padding-top: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #d9d9d9;
}
.spacer-md-popup {
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px #d9d9d9;
}
.modal-content button.close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #15195a;
    opacity: 1;
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content .modal-header {
	padding: 0;
	border-bottom: none;
}
.custom-popup-style .modal-dialog .modal-footer {
	text-align: center;
	padding: 0;
}
.custom-popup-style .modal-dialog.fixed-popup .modal-content .modal-footer {
	border-top: none
}
i.correct-icon {
	width: 46px;
	margin: 0 0 20px 0;
	height: 46px;
	display: inline-block;
}
i.correct-icon object {
	background-size: 100% 100%;
}
.checkbox-container, .list-box-outer {
	background-color: #ffffff;
	z-index: 9;
	width: 100%;
	border: solid 1px #d2d2d2;
	padding: 15px;
}


.list-box-outer{ padding:0px;}

.list-box-outer ul { margin:0px; padding:0px;}
.list-box-outer ul li { margin:0px; padding:5px 10px; float:left; display:block; width:100%;}
.list-box-outer ul li.odd{background-color:rgba(224,224,231,0.2)
}

.height-200 {
	height: 100px;
}


.height-150 {
	height: 150px;
}


ul.link{ margin:0px 0 10px 0; display:inline-block; float:right; padding:0px;}
ul.link li{ display:inline-block; margin:0px; padding:0px 10px 0 0;}
ul.link li:last-child { display:inline-block; margin:0px; padding:0px 0px 0 0;}
ul.link li a, ul.link li a:hover{  font-size: 13px; font-weight:400;  text-align: left;  color: #003ea9;}
  
  
  
.history-details {
	padding: 10px;
	width: calc(760px - 0);
	border: solid 1px #cbcbcb;
	margin-top: 15px;
	margin-left: -30px;
	margin-right: -30px;
}
.history-details .content-box {
	height: 535px;
	padding: 20px;
}
.history-details .content-box .heading-xs {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #787878;
	text-transform: uppercase;
}
.history-details .content-box p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.31;
	text-align: left;
	color: #2a2a2a;
}
.tab-gray-bg {
width: calc(100% - -100px);
	margin-left: -50px;
	border-radius: 3px;
	background-color: rgba(21,25,90, 0.05);
	float: left;
}
.custom-tab.nav-tabs {
	border-bottom: 0;
	margin: 30px 0 0 0;
}
.custom-tab.nav-tabs > li {
	padding: 0 0;
	min-width: 110px;
	margin: 0 15px;
}
.custom-tab.nav-tabs > li:first-child, .custom-tab.nav-tabs > li:last-child {
	margin: 0px;
	padding: 0;
}
.custom-tab.nav-tabs > li > a {
	padding: 0px;
	border: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #ababab;
	border-radius: 0;
	padding: 10px 0;
}
.custom-tab.nav > li > a:focus, .nav > li > a:hover {
	border: none;
	border-radius: 0;
	background: none;
}
.custom-tab.nav-tabs > li.active > a {
	border-bottom: solid 3px #15195a;
}
.custom-tab.nav-tabs>li.active>a, .custom-tab.nav-tabs>li.active>a:focus, .custom-tab.nav-tabs>li.active>a:hover {
	font-weight: 600;
	color: #15195a;
	border: none;
	border-bottom: solid 3px #15195a;
}
.custom-popup-table {
	padding: 0 50px;
}
.custom-popup-table th {
	color: #000;
}
.table-fixed thead {
	width: 100%;
}
.table-fixed tbody {
	height: 230px;
	width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
	display: block;
	border-top: none;
}
.table-fixed thead > tr> th, .table-fixed.table > tbody > tr > td {
	display: table-cell;
	width: 1% !important;
}
.table-fixed thead > tr {
	width: 100%;
	display: table-row;
	border-bottom: solid 2px #15195a !important;
	background-color: transparent !important;
}
.table-fixed thead > tr > th {
	border-bottom: none !important;
	background-color: transparent !important;
}
.table-fixed.table > tbody > tr {
	border-bottom: solid 1px #e0e0e7;
}
.table-fixed.table > tbody > tr > td, .table-fixed.table > tbody > tr > th, .table-fixed.table > tfoot > tr > td, .table-fixed.table > tfoot > tr > th, .table-fixed.table > thead > tr > td, .table-fixed.table > thead > tr > th {
	border-top: 0px;
}
.table-fixed thead tr {
	width: 100%;
	border-bottom: solid 2px #15195a;
	float: left;
}
ul.offer-group-list {
	margin: 0px 0 0 45px;
	padding: 0px;
	width: 300px;
	float: right;
}
ul.offer-group-list li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 4.5px 0;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	color: #8a8a8a;
}
ul.offer-group-list a {
	color: #101010;
}
ul.offer-group-list li.title {
	width: 120px;
	float: left;
	font-size: 10px;
	padding: 7px 0 0 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #afafaf;
}
ul.offer-group-list li.value {
	color: #101010;
	width: 180px;
	float: left;
}
.alert-message {
	text-align: center;
	clear: both;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	padding: 20px 30px;
}
.alert-message span {
	padding: 5px 0 0 10px;
	position: relative;
	top: 3px;
}
/*  global  custom popup style   css code end */
   
  
  /* footer  css code start  */
  
footer {
	margin: 40px auto 0 auto;
	width: 916px;
	padding-bottom: 50px;
}
footer p {
	clear: both;
	margin: 0px;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.50;
	letter-spacing: normal;
	color: #8a8a8a;
	padding: 5px 0;
	text-align:justify;
}

/* footer  css code end  */
  
  
@media only screen and (max-width:1024px) {
.page-wapper {
	width: 1024px;
	margin: auto;
	float: none;
	position: relative;
}
header {
	min-width: 1024px;
}
.wapper {
	width: 1024px;
	position: absolute;
	height: auto;
}
}

.select-box{
	width:100%;
}

select.form-control, input.form-control, textarea.form-control{
	resize:none;
}
.btn-350
{
	width:215px !important;
}
.text-btn {
    padding: 10px 0 0 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #003ea9;
}
.close-icon{background-image: url(../images/close-icon.png); 
background-size: 15px 15px;
cursor:pointer;
background-repeat: no-repeat;
height: 15px;
width: 15px;
float:left;
margin-left:10px;}


.close-icon.position-style{position: relative;
margin-right: -22px;
margin-top: -22px;
float: right;}

#utAdminData.sticky-table-custom{
	padding-bottom:0px;
}

