﻿@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,800|Roboto+Slab:100,400,700');
html {
	position: relative;
	min-height: 100%;
	padding-bottom: 70px;
}
/*Normalize html and body elements,this style is just good to have*/
html, body {
	margin: 0;
	display: block;
}
body {
	font-family: 'indultasemiserif_ffp';
	padding: 70px 0 0;
	font-size: 12px;
	background: #e8eff2;
	margin: 0;
}
@font-face {
	font-family: 'indultasemiserif_ffp';
	src: url('../fonts/indulta-semiserif-boldffp-webfont.woff2') format('woff2'), url('../fonts/indulta-semiserif-boldffp-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clearall {
	clear: both;
}
a {
	text-decoration: none;
}
b {
	font-weight: 700;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
.padding-0 {
	padding: 0 !important;
}
.border-0 {
	border: 0 !important;
}
.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
h4 {
	font-weight: 400;
	font-size: 14px;
}
.labels {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px 0px 0px 0px;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, img, a, textarea, select {
	outline: none !important;
}
.clearAll {
	clear: both;
}
/**-- Header --**/
.header_inner {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header_inner_logos {
	float: left;
	width: 100%;
	background: #fff;
	padding: 0 0 0 0;
	box-shadow: 4px 0 11px rgba(0,0,0,0.1);
	-web-kit-box-shadow: 4px 0 11px rgba(0,0,0,0.1);
}
#revalcmslogo {
	float: left;
	width: 120px;
	text-align: center;
	padding: 5px 0;
	background: #001339;
}
#revalcmslogo a {
	display: block;
}
.header_inner_logos #revalcmslogo img {
	max-height: 60px;
}
.header_inner .nav.navbar-nav {
	float: right;
	margin: 0;
	padding: 0;
}
.header_inner .nav.navbar-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.header_inner .navbar-nav > li > a.helplink {
	background: url(../images/icon-help.png) no-repeat left center;
	padding: 27px 20px 27px 35px;
	color: #000;
	float: left;
    display:none;
}
.header_inner .navbar-nav > li > a.logoutlink {
	background: url(../images/icon-logout.png) no-repeat center center;
	padding: 24px 20px 0 48px;
	color: #f86c6b;
	float: left;
	font-size: 12px;
	min-height: 70px;
	font-family: 'indultasemiserif_ffp';
	text-transform: uppercase;
}
.header_inner .navbar-nav > li > a.profilelink {
	background: url(../images/icon-user.png) no-repeat 24px center;
	padding: 70px 20px 0 51px;
	font-size: 16px;
	color: #65a82a;
	min-width: 75px;
	position: relative;
	line-height: 16px;
	display: block;
	min-height: 58px;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	cursor: pointer;
}
.profilelink i {
	width: 8px;
	height: 5px;
	position: absolute;
	right: 13px;
	top: 50%;
	font-size: 22px;
	margin-top: -4px;
	background: url(../images/icon-downarrow.png) no-repeat;
}
a.profilelink small {
	font-size: 12px;
	color: #474747;
	display: block;
}
a.profilelink span {
	display: block;
}
.brand-name {
	float: left;
	padding: 17px 0 0 0;
}
.brand-name small {
	font-size: 12px;
	color: #000;
	float: left;
}
.brand-name span {
	float: left;
	clear: both;
	font-size: 14px;
	color: #001339;
	text-transform: uppercase;
}
.header_inner_logos {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.headerfixed {
	position: fixed;
	min-height: 70px;
	box-shadow: 0 0 15px #a8bec5;
	-webkit-box-shadow: 0 0 15px #a8bec5;
}
/*.headerfixed .mainmenu-icon {
    top: 0px;
    height: 0;
    overflow: hidden;
}
.headerfixed .header_inner_logos {
    top: 0;
}
.headerfixed #revalcmslogo {
    top: 0px;
    padding: 2px 0 0;
    height: 58px;
}
.headerfixed #revalcmslogo img{
    width: 78px;
    transition:all ease-in-out .5s;
}*/
.welcome_container {
	position: fixed;
	right: 68px;
	float: left;
	top: 70px;
	width: 240px;
	background: #fff;
	border-radius: 2px;
	transform: translate(-30px, -20px) scale(0) translate(30px, 20px);
	-webkit-transform: translate(-30px, -20px) scale(0) translate(30px, 20px);
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	transform-origin: right 18px;
	-webkit-transform-origin: right 18px;
	box-shadow: 0 0 5px #a8bec5;
	-webkit-box-shadow: 0 0 5px #a8bec5;
	z-index: 101;
}
.welcome_container_active {
	transform: translate(-30px, -20px) scale(1) translate(30px, 20px);
	-webkit-transform: translate(-30px, -20px) scale(1) translate(30px, 20px);
	text-align: center;
}
.welcome_leftcontent {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	border-bottom: solid 1px #e6e1e1;
	text-transform: uppercase;
}
.tahoma_12_bold, .tahoma_11_blue {
	float: left;
	width: 100%;
	font-size: 18px;
	padding: 2px 0;
}
.tahoma_12_bold {
	color: #001339;
}
.tahoma_11_blue {
	font-size: 11px;
	color: #d64d05;
}
.welcome_rightcontent {
	float: left;
	width: 100%;
	color: #000;
}
.welcome_rightcontent .link {
	float: left;
	color: #fff;
	float: left;
	font-size: 12px;
	width: 100%;
	padding: 14px;
	background: #001339;
}
#ctl00_hSpnDivider {
	display: none;
}
/* Menu */
.clientlogo {
	float: left;
	padding: 0 15px;
}
.gotomainmenu {
	position: absolute;
	padding: 14px 0 0 0;
	top: 0;
	left: 50%;
	margin-left: -60px;
	color: #a7a7a7;
	font-size: 11px;
	text-align: center;
	min-height: 70px;
	cursor: pointer;
}
.gotomainmenu span {
	display: inline-block;
	padding-bottom: 10px;
	color: #a7a7a7;
}
.closemainmenu span {
	display: none;
}
.closemainmenu:before {
	content: 'Close Main Menu';
	display: inline-block;
	min-height: 24px;
}
.body-menu-position {
	position: fixed;
	width: 100%;
}
#lnkHomeMenu {
	display: inline-block;
}
.dot {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #007b4c;
	border-radius: 12px;
}
.menudotgreen {
	background: #007b4c;
}
.menudotblue {
	background: #014ea8;
}
.menudotpurple {
	background: #500878;
}
.menudotorange {
	background: #d24c05;
}
.menudotlightblue {
	background: #007f80;
}
.menudotyellow {
	background: #b9e52e;
}
.megamenu-block {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.megamenu-inner {
	width: 1200px;
	display: inline-block;
	min-height: 532px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px #bbc5da;
	-webkit-box-shadow: 0 0 20px #bbc5da;
	position: relative;
	margin: 20px 0;
	margin-top: 0;
}
.megamenu-left-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	height: 100%;
	background: #fffbe5;
}
.megamenu-left-div span {
	position: absolute;
	left: 0;
	top: 190px;
	text-align: center;
	width: 100%;
	font-size: 22px;
	font-family: 'indultasemiserif_ffp';
	text-transform: uppercase;
	color: #d24c05;
}
.patternImg {
	position: absolute;
	left: 0;
	bottom: 0;
}
.LinksAdministration .megamenu-left-div {
	background: #e5f7ff;
}
.LinksAdministration .megamenu-left-div span {
	color: #01489b;
}
.LinksSitemangement .megamenu-left-div {
	background: #f4dfff;
}
.LinksSitemangement .megamenu-left-div span {
	color: #500878;
}
.LinksSiteActivity .megamenu-left-div {
	background: #d9ffff;
}
.LinksSiteActivity .megamenu-left-div span {
	color: #007f80;
}
.Linksecommerce .megamenu-left-div {
	background: #dabbf5;
}
.Linksecommerce .megamenu-left-div span {
	color: #27024d;
}
.LinksAdministration, .LinksSitemangement, .LinksModules, .Linksecommerce, .LinksSiteActivity {
	display: none;
	float: left;
	padding: 0 0 0 330px;
	width: 100%;
}
.megameu-links-active {
	display: inline-block;
}
.menulinks {
	float: left;
	margin: 0;
	padding: 18px;
	padding-bottom: 0;
	width: 100%;
}
.menulinks li {
	list-style-type: none;
	padding: 6px;
	float: left;
	width: 25%;
}
.menulinks li a {
	display: inline-block;
	font-size: 12px;
	color: #001339;
	min-height: 48px;
	padding: 5px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(125, 115, 252, 0.2);
	font-family: 'indultasemiserif_ffp';
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-align: center;
	vertical-align: middle;
	border-left: solid 3px transparent;
	border-radius: 3px;
}
.menulinks li a span {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	height: 40px;
	width: 196px;
}
.megameu-links-active .menulinks:last-child {
	padding-bottom: 30px;
}
.header-menulink {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #171819;
	text-align: center;
	margin: 0 0;
	padding: 18px 17px 12px;
	position: relative;
	font-family: 'indultasemiserif_ffp';
	vertical-align: top;
	cursor: pointer;
}
.header-menulink:hover, .header-menulink-active {
	background: #fff;
	box-shadow: 1px 8px 20px #e0dbdb;
	-webkit-box-shadow: 1px 8px 20px #e0dbdb;
	z-index: 1;
}
.header-menulink a {
	color: #171819;
	text-align: center;
	display: block;
}
.header-menulink a span {
	display: block;
	padding-top: 5px;
}
.header-menuicon-administration, .header-menuicon-dashboard, .header-menuicon-modules, .header-menuicon-siteactivity, .header-menuicon-sitemangement {
	max-width: 100%;
	background-size: 100%; /*background-image: url('../images/icon-headernav.png');*/
	display: inline-block;
	width: 45px;
	height: 45px;
	border: solid 2px #d9d9d9;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}
.header-menuicon-administration {
	background-position: 0 0%;
	background-size: 100%;
	background-color: #014ea8;
	border-color: #014ea8;
}
.header-menuicon-dashboard {
	background-position: 0 25%;
	background-size: 100%;
	background-color: #007b4c;
	border-color: #007b4c;
}
.header-menuicon-modules {
	background-position: 0 50%;
	background-size: 100%;
	background-color: #e45205;
	border-color: #e45205;
}
.header-menuicon-siteactivity {
	background-position: 0 75%;
	background-size: 100%;
	background-color: #007f80;
	border-color: #007f80;
}
.header-menuicon-sitemangement {
	background-position: 0 100%;
	background-size: 100%;
	background-color: #500878;
	border-color: #500878;
}
.header-menulink a svg {
	fill: #fff;
	margin-top: 6px;
}
.header-menuicon-dashboard svg {
	width: 28px;
	height: 24px;
}
.header-menuicon-administration svg {
	width: 20px;
	height: 26px;
}
.header-menuicon-sitemangement svg {
	width: 26px;
	height: 26px;
}
.header-menuicon-modules svg {
	width: 26px;
	height: 26px;
}
.header-menuicon-siteactivity svg {
	width: 26px;
	height: 26px;
}
.mainmenu-icon {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.header-menulink:hover a:before, .header-menulink-active a:before {
	content: '';
	float: left;
	width: 100%;
	height: 6px;
	background: #ec2671;
	position: absolute;
	left: 0;
	bottom: -6px;
}
.header-menulink:hover a i, .header-menulink-active a i {
	background: transparent !important;
	border: solid 2px #d9d9d9 !important;
}
.header-menulink:hover a i.header-menuicon-dashboard svg, .header-menulink-active a i.header-menuicon-dashboard svg {
	fill: #007b4c;
}
.header-menulink:hover .header-menuicon-administration svg, .header-menulink-active a i.header-menuicon-administration svg {
	fill: #014ea8;
}
.header-menulink:hover .header-menuicon-sitemangement svg, .header-menulink-active a i.header-menuicon-sitemangement svg {
	fill: #500878;
}
.header-menulink:hover .header-menuicon-modules svg, .header-menulink-active a i.header-menuicon-modules svg {
	fill: #e45205;
}
.header-menulink:hover .header-menuicon-siteactivity svg, .header-menulink-active a i.header-menuicon-siteactivity svg {
	fill: #007f80;
}
.link-dashboard:hover a:before, .link-dashboard.header-menulink-active a:before {
	background: #007b4c;
}
.link-administration:hover a:before, .link-administration.header-menulink-active a:before {
	background: #014ea8;
}
.link-siteMangement:hover a:before, .link-siteMangement.header-menulink-active a:before {
	background: #500878;
}
.link-modules:hover a:before, .link-modules.header-menulink-active a:before {
	background: #e45205;
}
.link-SiteActivity:hover a:before, .link-SiteActivity.header-menulink-active a:before {
	background: #007f80;
}
.LinksAdministration .menulinks li a {
	border-color: #a4ceff;
}
.LinksSitemangement .menulinks li a {
	border-color: #e7bbff;
}
.LinksModules .menulinks li a {
	border-color: #ffdf9a;
}
.LinksSiteActivity .menulinks li a {
	border-color: #98f6f6;
}
.Linksecommerce .menulinks li a {
	border-color: #007b4c;
}
.LinksAdministration .menulinks li a:hover {
	background-color: #a4ceff;
}
.LinksSitemangement .menulinks li a:hover {
	background-color: #e7bbff;
}
.LinksModules .menulinks li a:hover {
	background-color: #ffdf9a;
}
.LinksSiteActivity .menulinks li a:hover {
	background-color: #98f6f6;
}
.Linksecommerce .menulinks li a:hover {
	border-color: #007b4c;
}
.menulinks li.sidenav-search-block {
	float: left;
	width: 100%;
	display: inline-block !important;
}
.search-block {
	width: 332px;
	float: left;
	padding-bottom: 20px;
	position: relative;
}
.search-block .btn-search {
	border: 0;
	background: transparent;
	box-shadow: inherit;
	color: black;
	min-height: 15px;
	width: 22px;
	background: url(../images/icon-foward-arrow-black.png) no-repeat;
	position: absolute;
	top: 16px;
	right: 0;
}
.search-block .btn-search img {
	display: none;
}
.search-block input[type="text"] {
	background: transparent;
	width: 100%;
	padding-right: 30px;
	border: 0;
	border-bottom: solid 3px #000;
}
.megamenu-innerpages {
	float: left;
	width: 100%;
	background: #e8edf0;
	position: relative;
	z-index: 7;
}
#ctl00_FlyoutHomelnkHomeMenu_pv, #ctl00_FlyoutHomelnkHomeMenu_e {
	left: 0 !important;
	width: 100% !important;
	height: 0 !important;
	display: inline-block !important;
	text-align: center;
	top: 0 !important;
	z-index: 99 !important;
	position: fixed !important;
	transition: height ease-in .3s;
	-webkit-transition: height ease-in .3s;
	overflow: hidden;
}
#ctl00_FlyoutHomelnkHomeMenu_e {
	height: 100% !important;
	position: absolute !important;
	overflow: auto;
}
#ctl00_FlyoutHomelnkHomeMenu_pv.mainmenuopened {
	height: 100% !important;
	overflow: auto;
	background: #e8edf0 !important;
}
#ctl00_FlyoutHomelnkHomeMenu_e {
	padding-top: 70px;
}
#ctl00_FlyoutHomelnkHomeMenu_e .megamenu-innerpages {
	height: 100% !important;
}
.megamenu-innerpages .mainmenu-icon {
	display: inline-block !important;
}
.megamenu-innerpages .megamenu-block {
	padding: 0px 10px;
}
/* Menu ends */
.main_box {
	float: left;
	width: 100%;
	padding: 0 20px;
}
/**-- Header ends --**/





/**-- Boostrap classes --**/
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.formContainer {
	width: 100%;
	padding: 20px 5px 0;
	max-width: 1100px;
	margin: 0 auto;
}
.form-Container label {
	width: 100%;
	float: left;
}
.formItem {
	float: left;
	margin-bottom: 23px;
	text-align: left;
	min-height: 62px;
}
.formItem small {
	width: auto;
	float: left;
	font-size: 11px;
	color: #878787;
}
.col-xs-6.formItem:nth-child(3n+0) {
/*clear:both;*/
}
.dealtype {
	padding: 10px;
	background: #f9f9f9;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.textfield_title, .col-xs-6 input[type='text'], .col-xs-6 select, .col-xs-6 input[type='file'], select, input[type='password'] {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0;
	padding: 10px;
	min-height: 46px;
	color: #878787;
	border: solid 1px #cbcbcb;
	border-bottom: solid 2px #a0a0a0;
	border-radius: 2px;
	font-size: 12px;
	font-family: 'indultasemiserif_ffp';
}
.col-xs-6 select {
	line-height: 39px;
}
textarea {
	font-family: 'indultasemiserif_ffp';
	color: #878787;
	font-weight: 300 !important;
	padding: 10px;
	font-size: 12px;
}
.textfield_title:disabled, .col-xs-6 input[type='text']:disabled, .col-xs-6 select:disabled, .col-xs-6 input[type='file']:disabled {
	background: #f3f3f3;
}
textarea.textfield_title {
	min-height: 100px;
}
.col-xs-6.formItem span, .col-xs-12.formItem span {
/*color: #878787;
	font-size: 11px;*/
/*float:left; /*
/*margin-bottom:5px;*/
}
.input-label-title {
	position: absolute;
	left: 30px;
	top: -8px;
	background: #fff;
	font-size: 12px;
	padding: 0 10px;
	color: #4a4a4a !important;
	z-index: 1;
	width: auto !important;
}
/*.formItem label, .formItem span {
	width: 100%;
	display: inline-block;
	padding-bottom: 5px;
    color:#4a4a4a;
    font-size:12px;
}*/

.chkAlign {
	margin-top: 25px;
}
.fulview {
	width: 100%;
	float: left;
}
.discount-radios {
	padding-top: 10px;
}
.rdoSet span {
	width: auto;
	font-size: 12px !important;
}
.rdoSet span.radio {
	width: 25px;
	height: 25px;
	float: left;
}
.rdoSet .labels {
	float: left;
	padding: 4px 8px 0 7px;
	font-size: 14px;
	color: #161616;
}
.rdoSet span label {
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px 0 0;
	color: #001339;
}
.fleft {
	float: left !important;
}
.fright {
	float: right !important;
}
/**-- Boostrap classes ends --**/

/**-- Add page classes --**/
.right_icons1 {
	float: right;
	margin: 10px 0 0;
	position: relative;/*z-index: 1;*/
}
.save_icon, .save_close, .close_icon, .savennext {
	float: left;
	padding: 8px 16px;
	font-size: 11px;
	line-height: 1.3333333;
	border-radius: 5px;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	background: #2f96ef;
	cursor: pointer;
	text-align: center;
	border: solid 2px transparent;
	margin-left: 10px;
	box-shadow: 8px 0 23px rgba(12,51,97,0.3);
	-web-kit-box-shadow: 8px 0 23px rgba(12,51,97,0.3);
}
.save_close {
	background: #f17e31;
	border-color: #f17e31;
}
.close_icon {
	background: #ff3d3c;
}
.savennext {
	background: #14b963;
}
.save_icon a, .save_close a, .close_icon a, .savennext a {
	display: inline-block;
	color: #fff;
	padding: 4px 0 4px 33px;
	line-height: 14px;
	background-size: auto 100% !important;
}
.save_icon a {
	background: url(../images/icon-btn-save.png) no-repeat;
}
.save_close a {
	background: url(../images/icon-btn-saveclose.png) no-repeat;
}
.close_icon a {
	background: url(../images/icon-btn-close.png) no-repeat;
}
.savennext a {
	background: url(../images/icon-btn-savenext.png) no-repeat;
}
.save_icon a br, .save_close a br, .close_icon a br {
	display: none;
}
.save_icon a img, .save_close a img, .close_icon a img {
	display: none;
}
#popupContact {
	display: none;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 9, 57, 0.4);
}
.popup {
	float: left;
	width: 500px;
	max-width: 95%;
	background: #fff;
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.popupbg {
	float: left;
	width: 100%;
	background: #eceff4;
	color: #161a1b;
	padding: 10px;
	font-size: 14px;
}
.ppborder {
	float: left;
	width: 100%;
	background: #fff;
	padding: 16px;
}
.fright span {
	width: auto;
}
.fright b {
	font-weight: normal;
}
.errorcontent {
	font-size: 12px;
	color: #ff0000 !important;
	float: left;
	clear: both;
}
.errorcontent br:first-child {
	display: none;
}
.submitbtnPoP_UP {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	background: #6482e6;
}
input[type="checkbox"], input[type="radio"] {
	border: 0;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
input[type="checkbox"]:before, input[type="radio"]:before {
	content: '';
	border: 0;
	width: 25px;
	height: 25px;
	margin: -1px 0 0 -2px;
	display: inline-block;
	background: url(../images/icon-checkbox.png) no-repeat;
}
input[type="radio"]:before {
	background: url(../images/icon-radio.png) no-repeat;
}
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
	background: url(../images/icon-checkbox-checked.png) no-repeat;
}
input[type="radio"]:checked:before {
	background: url(../images/icon-radio-checked.png) no-repeat;
}
input[type="checkbox"]:disabled:before {
	background: url(../images/icon-checkbox-disabled.png) no-repeat;
}
input[type="radio"]:disabled:before {
	background: url(../images/icon-radio.png) no-repeat;
}
input[type="radio"]:disabled:checked:before {
	background: url(../images/icon-radio-disabled.png) no-repeat;
}
input[type="checkbox"]:disabled:checked:before {
	background: url(../images/icon-checkbox-disabled-checked.png) no-repeat;
}
.chkBox label {
	width: 50%;
	float: left;
	font-size: 12px;
	padding-right: 8px;
	padding-top: 3px;
}
.chkBox span {
	float: left;
}
#ctl00_ContentPlaceHolder1_lblMode {
}
#ctl00_ContentPlaceHolder1_spHeader {
/*float: left;
	clear: both;
	font-size: 13px;
	text-transform: none;*/ /* if u remove effect addpage */
}
.imgCal {
	position: absolute;
	right: 15px;
	top: 0;
}
.tab {
	transition: top ease-in-out 2s;
	-webkit-transition: top ease-in-out 2s;
}
.sticky {
	position: fixed;
	top: 57px;
	width: 100%;
	max-width: 100%;
	left: 0;
	padding: 10px 20px 10px 347px;
	background: #fff;
	z-index: 1;
	transition: top ease-in-out 2s;
	-webkit-transition: top ease-in-out 2s;
}
.sticky .right_icons1 {
	margin-top: 10px;
}
.padding-0 {
	padding: 0;
}
.margin-0 {
	margin: 0 !important;
}
/**-- Add page classes ends --**/

/**-- login --**/
.adminLgin-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8edf0;
	z-index: -1;
}
.login-container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: auto;
}
.loginmainblock {
	width: 100%;
	display: inline-block;
}
.login-block {
	width: 822px;
	display: inline-block;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 10px 0;
	min-height: 502px;
}
.displayTable {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.displayTable-td {
	display: table-cell;
	vertical-align: middle;
}
.login-left {
	float: left;
	border-left: solid 8px #161e4a;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 437px;
	overflow: hidden;
}
.login-left img {
	max-height: 502px;
	max-width: none;
	position: relative;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	left: 50%;
	top: 0;
}
.login-left:before {
	content: '';
	float: left;
	width: 100%;
	height: 254px;
	background: url(../images/img-creating-possibities.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.login-right {
	float: right;
	width: 100%;
	padding: 0 40px 14px 486px;
	background: #fff;
}
.full-fledge {
	float: left;
	width: 100%;
}
.login-logo {
	text-align: center;
	padding: 10px 0;
}
.login-logo img {
	max-width: 124px;
}
.login-input-block {
	padding: 0 0 0 0;
	min-height: 72px;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
.login-input-block label {
	font-size: 13px;
	text-transform: uppercase;
	color: #3d3d3d;
	display: inline-block;
	padding-bottom: 3px;
	font-weight: 600;
	padding-left: 4px;
}
.login-input-block input[type="text"], .login-input-block select, .login-input-block input[type="password"] {
	float: left;
	clear: both;
	width: 100%;
	border: solid 2px #2f96ef;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	min-height: 38px;
	font-family: 'indultasemiserif_ffp';
	font-weight: 500;
	color: #878787;
}
.captcha-block {
	position: relative;
	padding-left: 135px;
	padding-top: 20px;
}
.captcha-text, .captcha-label {
	position: absolute;
	left: 0;
	top: 0;
}
.captcha-text {
	top: 22px;
}
.btn-login {
	width: 100%;
	float: left;
	padding: 12px;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	background: #161e4c;
	text-align: center;
	font-weight: 500;
	margin-top: 4px;
	border: 0;
	font-family: 'indultasemiserif_ffp';
	cursor: pointer;
}
.errorcontent1, .lbl_Message {
	float: left;
	clear: both;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	font-weight: 500;
	width: 100%; /*added as the error message was coming beside the page title. and pushing the title to right.*/
}
.foget-pass {
	font-size: 13px;
	color: #d61616;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin: 10px 0 0;
}
.maillink {
	color: #b6302f;
	text-decoration: underline;
}
.login-note {
	padding-bottom: 10px;
	font-size: 10px;
	padding: 12px 0 0 0;
}
.login-errormsgs {
	padding-bottom: 10px;
}
.goldpartner {
	display: inline-block;
}
.captcha-refresh {
	position: absolute;
	left: 104px;
	top: 28px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.minheight-inherit {
	min-height: inherit !important;
}
.loginbox-shadow {
	position: relative;
}
.loginbox-shadow:before, .loginbox-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 50px rgba(37,123,173,0.8);
	-moz-box-shadow: 0 0 60px rgba(37,123,173,0.8);
	box-shadow: 0 0 60px rgba(37,123,173,0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 150px / 50px;
	border-radius: 150px / 50px;
}
.loginbox-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.fp-caution {
	padding: 20px 0 20px 0;
	text-align: center;
}
.fp-Success {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #81be48;
	font-family: 'indultasemiserif_ffp';
}
/**-- login ends --**/

.footer-container {
	float: left;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: 0 0 15px #a8bec5;
	-webkit-box-shadow: 0 0 15px #a8bec5;
}
.copy-rights {
	float: left;
	padding: 15px 10px 0;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.copy-rights span {
	font-size: 19px;
}
.footer-logo {
	float: right;
	padding: 0 10px;
	text-align: center;
}
.footer-logo img {
	max-width: 200px;
}
/**-- View page --**/
.left_container {
	float: left;
	width: 280px;
	position: fixed;
	left: 0%;
	top: 0;
	height: 100%;
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 70px;
	overflow: auto;
	z-index: 2;
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.left_menu_active {
	left: -150%;
}
.right_container {
	width: 100%;
	float: left;
	background: #fff;
	margin: 100px 0 0 0;
	border: 0;
	padding: 0 0;
	border-radius: 3px;
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
}
#mid_box {
	height: auto;
	width: 100%;
	border: 0;
	padding: 0 0 0 274px;
	float: left;
	margin: 0 0 20px;
	transition: padding ease-in-out .5s;
	-webkit-transition: padding ease-in-out .5s;
}
.mid_box_active {
	padding-left: 0 !important;
}
.btm_border, .inner_small_box_btn, .inner_small_box_btn_Doc1 {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
	border: 0;
	height: auto;
}
.btm_border {
	background: #fff;
	padding: 100px 15px 20px;
    background: #fff;
    padding: 100px 15px 270px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;

    /*position: absolute;
    left: 0;
    top: 0;*/
    /*height: 50%;
    overflow: hidden;
    transition: height ease-in-out .5s;
    -webkit-transition: height ease-in-out .5s;*/
}
.btm_border:hover {
/*height:100%;
    z-index:6;
    overflow: auto;*/
}
.btm_border:hover:after, .btm_border:hover:before {
	display: none;
}
.btm_border:after {
	content: 'More buttons';
	position: absolute;
	left: 0%;
	bottom: 0;
	float: left;
	width: 100%;
	height: 30px;
	background: #fff;
	text-align: center;
	font-size: 10px;
	color: #cac7c7;
	padding: 7px 0 0 0;
	/*box-shadow: inset 0 -3px 15px 2px #;*/
	-moz-box-shadow: inset 0 -10px 10px -10px #d6d6d6;
	-webkit-box-shadow: inset 0 -10px 10px -10px #d6d6d6;
	box-shadow: inset 0 -10px 10px -10px #d6d6d6;
	display: none;
}
.btm_border:before {
	content: '»';
	position: absolute;
	left: 34%;
	bottom: 9px;
	z-index: 1;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-size: 13px;
	color: #cac7c7;
	display: none;
}
.leftmenu_link {
	display: inline-block;
	font-size: 12px;
	color: #000;
	padding: 16px 5px 16px 36px;
	width: 100%;
	background: #fff;
	font-family: 'indultasemiserif_ffp';
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 0.05em;
	border: solid 1px transparent;
	border-left: solid 3px transparent;
	border-radius: 3px;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.leftmenu_link:before {
	content: '';
	float: left;
	width: 15px;
	height: 15px;
	background: #c9c9c9;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 15px;
}
.leftmenu_link:hover, .inner_small_box_btn_Doc1 .leftmenu_link, .inner_small_box_btn1 .leftmenu_link {
	color: #fff;
	padding: 16px 32px 16px 16px;
	box-shadow: 0 0 10px rgba(125,115,252,0.2);
}
.leftmenu_link:hover:before, .inner_small_box_btn_Doc1 .leftmenu_link:before, .inner_small_box_btn1 .leftmenu_link:before {
	left: auto;
	right: 10px;
	background: #fff;
}
.content_left {
	float: left;
	width: 280px;
	max-height: 180px;
	padding: 14px 8px 14px 12px;
	text-align: left;
	color: #171819;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	position: fixed;
	background: #f9f9ff;
	z-index: 5;
	left: 0%;
	bottom: 71px;
	overflow: hidden;
	box-shadow: 0 0 15px #a8bec5;
	transition: max-height ease-in-out 1s;
	-webkit-transition: max-height ease-in-out 1s;
	border-right: solid 8px #cfd7e7;
	border-bottom: solid 9px #b8bdc8;
    
}
.content_left:before, .content_left:after {
	content: '';
	width: 8px;
	height: 9px;
	float: right;
	position: absolute;
	top: 0;
	right: -8px;
	background: url(../images/icon-help-curve01.png) no-repeat;
}
.content_left:after {
	top: auto;
	bottom: 0;
	background: url(../images/icon-help-curve02.png) no-repeat;
}
.content_left:hover {
	max-height: 66%;
    height: 66%;
    /*overflow-y:auto;*/
}
.content_left:hover .mCustomScrollBox {
    max-height:100% !Important;
}
.helpdiv-active {
	right: 0%;
}
.help {
	float: left;
	width: 100%;
	color: #007f80;
	font-size: 16px;
	font-weight: bold;
}
#tab, .tab {
	margin: 0;
	padding: 15px 15px 15px 300px;
	height: 84px;
	border: 0;
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	transition: padding ease-in-out .3s;
	background: #fff;
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
}
#tab:before, .tab:before {
	content: '';
	float: left;
	width: 320px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	opacity: 0.2;
	background: url(../images/img-menu-pattern-blue.png) no-repeat right bottom;
}
.tab-heading-active {
	padding-left: 20px !important;
}
.headding_text {
	/*float: left;*/
	padding: 0 0 0 0;
	margin: 0;
	color: #171819;
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	text-align: left;
	text-transform: uppercase;
}
.headding_text br {
	display: none;
}
.headding_text span#ctl00_ContentPlaceHolder1_lblTitle {
	color: #171819;
	font-size: 22px;
}
.page-heading {
	left: 300px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transition: all ease-in .7s;
	-webkit-transition: all ease-in .5s;
	max-width: 40%;
	white-space: nowrap;
}
.tab .headding_text {
	/*max-width: 70%;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
}
.tab.tab-heading-active .page-heading, #tab.tab-fixed .page-heading, .tab.tab-fixed .page-heading {
	left: 26px;
}
#tab.tab-fixed, .tab.tab-fixed {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 9 !important;
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
	height: 70px;
	padding: 10px 15px;
}
.tab.tab-fixed .right_icons1 {
	margin: 5px 0 0;
}
.right_content_left1 {
	margin: 0 0 10px;
	padding: 15px;
	float: left;
	width: 100%;
}
.right_content_left1.viewpage-search-block {
	border-bottom: solid 1px #e6e6e6;
}
.textfield_tfsearch, input[type="text"] {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0;
	padding: 10px;
	min-height: 46px;
	color: #878787;
	border: solid 1px #cbcbcb;
	border-bottom: solid 2px #a0a0a0;
	border-radius: 2px;
	font-size: 12px;
	font-family: 'indultasemiserif_ffp';
}
.viewpage-searchpannel {
	float: left;
	width: 320px;
}
.viewpage-searchpannel input[type="text"], .viewpage-searchpannel select {
	width: 100%;
	background: #fff;
	border: 0;
	border-bottom: solid 2px #000;
}
.viewpage-search-right {
	float: left;
	padding: 0 0 0 10px;
}
.viewpage-search-right .search_btn {
	float: left;
	margin-right: 10px;
}
.viewpage-search-right a:nth-child(2), .viewpage-search-right .search_btn:nth-child(2) {
	background: #fff;
	border: solid 2px #001339;
	color: #001339;
}
.submit3 {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	height: auto;
}
.submitbtn, .search_btn, .go_btn, .btn-clear {
	display: inline-block;
	padding: 14px 16px;
	font-size: 13px;
	border-radius: 5px;
	color: #fff;
	min-width: 113px;
	border: 0;
	text-transform: uppercase;
	background: #001339;
	cursor: pointer;
	text-align: center;
	font-family: 'indultasemiserif_ffp';
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
}
.search_btn b {
	font-weight: normal;
}
.search_btn {
	border: solid 2px transparent;
}
.btn-clear {
	background: #fff;
	color: #001339;
	border: solid 2px #001339;
	margin-left: 10px;
}
.pagingtab {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	border: 0;
	background: #ffffff;
	font-family: 'Roboto Slab', serif;
}
.recordstxt1 {
	float: left;
	height: auto;
	margin: 0;
}
.recordstxt1 .pagingtab_textfield {
	padding: 4px;
}
.recordstxt1 .pagingtab_textfield {
	min-height: 34px;
	background: #fff;
	border: solid 1px #a9b1c0;
	width: 48px;
	text-align: center;
}
.pagingtab .submit4 {
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	float: left;
}
.border_left_top {
	border: 0;
}
.grid_heading {
	background: #f6f6f6;
	border: 0;
	height: auto;
	padding: 10px;
}
.grid_heading th, .grid_color1 td, .grid_color2 td {
	border: 0;
	padding: 0;
	font-size: 14px;
	color: #171819;
}
.grid_heading th {
	background: #f6f6f6;
}
.grid_links a, .grid_links a:hover, th.grid_links, .grid_heading th {
	font-size: 14px;
	font-weight: normal !important;
	color: #171819;
}
.grid_heading th {
	padding: 14px 10px;
}
.grid_color1, .grid_color2 {
	border: 0; /*border-bottom:solid 1px #e1e1e1;*/
}
.grid_color1 td, .grid_color2 td {
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.tbl-alink {
	font-size: 14px;
	color: #001339;
	margin: 0;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-edit, .icon-delete, .up, .down, .icon-copy, .icon-lock {
	display: inline-block;
	border: 0;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
}
.icon-edit, .icon-delete {
	text-align: center;
	margin: 0 18px;
}
.icon-copy, .icon-lock {
	margin: 0 14px;
}
.icon-edit span, .icon-delete span, .icon-copy span, .icon-lock span {
	display: block;
	padding: 5px 0 0;
}
.icon-edit span {
	color: #00a2ff !important;
}
.icon-delete span {
	color: #ff0000 !important;
}
.icon-copy span {
	color: #1fadff;
	padding-top: 0px;
}
.icon-rollback span {
	color: #ff3d3c;
}
.icon-lock span {
	color: #ff5656;
	padding-top: 3px;
}
.arrowscontainer {
	float: left;
	margin: 12px 10px 0 0;
	width: 18px;
}
.recordstxt, .recordstxt1, .recordstxt2 {
	float: left;
	width: auto;
	margin: 6px 10px 0 0;
	font-size: 12px;
}
.recordstxt span, .recordstxt1 span, .recordstxt2 span {
	margin: 10px 5px 0 0;
	float: left;
}
.previousrecordbtn, .previousrecordbtnright {
	width: 18px;
	height: 11px;
	float: left;
	margin: 17px 0 0 10px;
}
.previousrecordbtn {
	background: url(../images/bullet_left_module.gif) no-repeat;
}
.previousrecordbtnright {
	background: url(../images/bullet_right_module.gif) no-repeat;
	margin-right: 10px;
}
.previousrecordbtnrounded, .previousrecordbtnroundedright {
	float: left;
	width: 12px;
	height: 12px;
	margin: 17px 8px 0 11px;
}
.previousrecordbtnrounded {
	background: url(../images/bullet_round_left_modules.gif) no-repeat;
}
.previousrecordbtnroundedright {
	background: url(../images/bullet_round_right_module.gif) no-repeat;
	margin-right: 0;
}
.arial_12 {
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}
td.arial_12 {
	float: none;
}
.chkdev-getsizes {
	float: left;
	margin: 10px 0 0px 0;
}
.chkdev-getsizes b {
	font-weight: normal;
	display: inline-block;
	padding-left: 0;
	vertical-align: top;
	padding-top: 2px;
}
.menuicon {
	display: inline-block;
	width: 22px;
	margin: 4px 10px 0 0;
	vertical-align: top;
}
.menuicon span {
	float: left;
	width: 100%;
	height: 3px;
	margin: 4px 0 0;
	background: #595959;
	transition: 0.4s;
}
/*.menuiconclose .spnone {
    -webkit-transform: rotate(-45deg) translate(-2px, 6px) ;
    transform: rotate(-45deg) translate(-2px, 6px) ;
}
.menuiconclose .spntwo {opacity: 0;}
.menuiconclose .spnthre {
    -webkit-transform: rotate(45deg) translate(-4px, -8px) ;
    transform: rotate(45deg) translate(-4px, -8px) ;
}*/
.gridveiw-block {
	float: left;
	width: 100%;
	min-height: 110px;
	padding: 10px 20px;
	box-shadow: 0 0 17px rgba(125,115,252,0.2);
	-webkit-box-shadow: 0 0 17px rgba(125,115,252,0.2);
	position: relative;
}
.gridveiw-left {
	float: left;
	position: relative;
}
.gridveiw-right {
	float: right;
	padding: 20px 0 0 0;
	text-align: right;
}
.view-product-img {
	width: 61px;
	height: 82px;
	padding: 3px;
	float: left;
	background: #d1d7d9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.view-product-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
.view-pro-details {
	padding: 8px 0 0 80px;
	float: left;
}
.view-pro-details.noviewimg {
	padding-left: 0;
}
.viewpro-details {
	float: left;
	clear: both;
	font-size: 12px;
	color: #000;
	padding: 4px 0 0;
}
.stylenumber-text {
	float: left;
	clear: both;
	color: #000;
	font-size: 13px;
	padding: 6px 0 3px;
}
.spndates {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
}
.spncreatedby {
	float: left;
	clear: both;
	padding-top: 4px;
	margin-right: 10px;
}
.spnupdatedby {
	float: left;
	padding-top: 4px;
}
.total-records {
	color: #1241e9;
}
.error-records {
	color: #fb1144;
}
.grid_heading {
	display: none;
}
.viewpage-tbl {
	width: 100%;
	border: 0;
}
.viewpage-tbl tr:nth-child(2n+1) td {
	background: #f3f7ff !important;
}
.viewpage-tbl td {
	border: 0;
}

.gridveiw-left {
	width: 50%;
	padding-right: 15px;
}
.gridveiw-right {
	width: 50%;
}
.view-spncheck {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 0 5px;
	vertical-align: top;
}
.view-spncheck label {
	display: block;
	padding: 3px 0 0 0;
}
.static-table, .striped-table {
	width: 100%;
	float: left;
	padding: 20px 15px;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	overflow: auto;
}
.static-table h4 {
	font-size: 15px;
	margin: 0 0 10px;
}
.static-table table.border_left_top {
	min-width: 100%;
	border: solid 1px #e2e2e2;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.static-table table.border_left_top tr td {
	border: solid 1px #e2e2e2;
	padding: 10px;
}
.static-table .grid_heading {
	display: table-row;
}
.static-table table {
	width: 100%;
}
.striped-table .border_left_top {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.striped-table .border_left_top td {
	padding: 10px;
	vertical-align: top;
	border-bottom: solid 1px #e6e6e6;
}
.striped-table .border_left_top td:first-child {
	padding-left: 0;
}
.striped-table .border_left_top tr.grid_heading td {
	padding: 15px;
}
.striped-table .grid_heading {
	background: #f6f6f6;
	display: table-row;
}
.striped-table h4 {
	padding: 10px 0;
	margin: 0;
}
.viewpage-right-fixed-btns {
	display: inline-block;
	vertical-align: top;
}
/**-- View page ends --**/

/**-- Add page --**/
.save_icon, .save_close, .close_icon, .savennext {
	padding: 6px 11px;
	font-size: 11px;
	margin-left: 6px;
}
.save_icon a, .save_close a, .close_icon a, .savennext a {
	padding: 4px 0 4px 28px;
}
.sort-trview {
	float: left;
	width: 100%;
	max-width: 860px;
}
.sort-trview table tr td:nth-child(2) {
	padding: 10px;
	border-radius: 5px;
	background: #f5f8ff;
	border: solid 1px #e6e9f0;
}
/**-- Add page ends --**/


/**-- Loading --**/
#pngloading, #overlay9 {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 9, 57, 0.4);
	z-index: 110;
}
#overlay9 {
	visibility: hidden;
}
#pngloading img, #overlay9 img {
	margin: -65px 0 0 -65px;
	position: absolute;
	left: 50%;
	top: 50%;
}
/**-- Loading ends --**/
.iframeBlock {
	width: 100% !important;
}
.iframeBlock body {
	background: #fff !important;
}
.cp_thumb {
	display: inline-block;
}
.cp_links02 {
	font-size: 12px;
	color: #2f96ef;
	padding: 0 4px;
}
.down, .up {
	min-width: 25px;
	min-height: 25px;
	padding-top: 25px;
	margin: 0 15px;
	display: inline-block;
	background: url(../images/icon-down-arrow.png) no-repeat center top;
	color: #6979f2;
	text-align: center;
}
.up {
	background: url(../images/icon-up-arrow.png) no-repeat center top;
}
.popup-div, .cropImage-popup {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	background: rgba(0, 9, 57, 0.4);
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	left: 0 !important;
	top: 0 !important;
	text-align: center;
	z-index: 999;
	margin: 0 !important;
}
.popup-div-inner {
	width: 630px;
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	border-bottom: solid 10px #011339;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.large-popup {
	width: 900px;
	max-width: 90%;
}
.popup-heading {
	float: left;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	color: #001340;
	padding: 0 0 12px 0;
	position: relative;
}
.popup-content-block {
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 12px 0 0 0;
}
.popup-close {
	position: absolute;
	right: -26px;
	top: -26px;
	width: 34px;
	height: 34px;
	background: url(../images/icon-popup-close.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}
.popup-close img {
	display: none;
}
img.f_left {
	float: left;
	margin: 0 10px 0 0;
}
.pop_buttons {
	display: inline-block;
	padding: 0 0 0;
}
.cp_bottom_tabs {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.margin-bottom-0 {
	margin-bottom: 0 !Important;
}
#overlaypopup {
	padding: 0 0 10px;
}
.radiolist {
	float: left;
	margin: 8px 0 0 0;
}
.radiolist span.labels {
	font-size: 14px !Important;
	color: #161616;
	float: left;
	margin-right: 12px;
}
.radiolist label {
	display: inline-block;
	padding: 4px 8px 0 4px;
	vertical-align: top;
}
.matchwith-right {
	float: left;
	margin-left: 10px;
}
.btn-SaveAssociatedDeals {
	margin: 10px 0 0 0;
	clear: both;
	float: left;
}
.radio-custom label {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 0 0;
}
.three-fileds .row {
	margin: 0 -5px;
}
.three-fileds .row .col-xs-4 {
	padding: 0 5px;
}
.two-fileds .row {
	margin: 0 -5px;
}
.two-fileds .row .col-xs-6 {
	padding: 0 5px;
}
.repeaterChkBox label, .repeaterChkBox input[type="checkbox"], .repeaterChkBox input[type="radio"] {
	float: left;
}
.repeaterChkBox label {
	padding-right: 10px;
	padding-top: 3px;
}
.small-btn, .changeparent {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	background: #2f96ef;
	border: 0;
	cursor: pointer;
}
.arrowscontainer .uparrow, .arrowscontainer .downarrow {
	width: 17px;
	height: 8px;
	float: left;
	clear: both;
	margin: 0 0 5px;
	cursor: pointer;
}
.arrowscontainer .uparrow {
	background: url(../images/up_black.gif) no-repeat;
}
.arrowscontainer .downarrow {
	background: url(../images/down_black.gif) no-repeat;
}
/*checkbox repeater css starts here*/
.repeaterChkBox label, .repeaterChkBox input[type="checkbox"], .repeaterChkBox input[type="radio"] {
	float: left;
}
.repeaterChkBox label {
	padding-right: 10px;
	padding-top: 3px;
	width: auto;
	font-size: 12px;
}
.repeaterChkBox table td {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
/*checkbox repeater css starts here*/

.margintop15 {
	margin-top: 15px;
}
label { /*-- Commented for it effects every label in page --*/
/*color: #4a4a4a !important;
	padding-bottom: 5px;
	float: left;*/
}
textarea, .textarea {
	width: 100%;
	font-family: 'indultasemiserif_ffp';
}
.vtop table td {
	vertical-align: top;
}
.input-beside-link {
	position: absolute;
	right: 16px;
	top: 0;
	width: auto;
	padding: 3px;
	background: #ad191f;
	font-size: 10px;
	color: #fff;
}
.minheight-none {
	min-height: inherit;
}
.leftmenu-close-mobile.leftmenu-close-mobile-active {
	display: none;
}
.border-top-2 {
	border-top: solid 2px #dfdfdf;
}
.border-top-1 {
	border-top: solid 1px #dfdfdf;
}
.viewpage-searchpannel.col-xs-12 {
	width: 100%;
	padding: 0;
}
.view-three-fileds .col-xs-4 {
	padding: 0 10px;
}
.btn-download-file {
	background: url(../images/icon-download-data.png) no-repeat center top;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #181a31;
	text-align: center;
	max-width: 88px;
	margin: 0 10px;
	padding: 32px 0 0 0;
}
/**-- Sorting --**/
ul.dynatree-container {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.dynatree-container li {
	list-style-type: none;
	padding: 0 0 5px;
	float: left;
	width: 100%;
}
ul.dynatree-container li.dynatree-lastsib {
}
ul.dynatree-container li .dynatree-node {
	float: left;
	width: 100%;
	padding: 16px 16px 16px 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #001339;
	background: #dee5ff url(../images/icon-document.png) no-repeat 15px center;
	border-radius: 6px;
	border: solid 1px #e3e8f1;
}
ul.dynatree-container li .dynatree-node a {
	color: #001339;
}
ul.dynatree-container li ul {
	float: left;
	width: 98%;
	padding: 5px 0 0 25px;
	margin: 0 0 0 2%;
	border-left: dashed 1px #000;
}
ul.dynatree-container li ul li {
	position: relative;
}
ul.dynatree-container li ul li:before {
	content: '';
	width: 25px;
	border-top: dashed 1px #000;
	height: 1px;
	position: absolute;
	left: -25px;
	top: 23px;
	margin: 0px 0 0 0;
}
ul.dynatree-container li ul li .dynatree-node {
	padding: 12px 60px 12px 47px;
	text-transform: none;
	font-size: 14px;
	background: #f6f8ff url(../images/icon-document.png) no-repeat 15px center;
	position: relative;
}
ul.dynatree-container li ul li .dynatree-node:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-left: solid 1px #d5d5d5;
	background: url(../images/icon-move-grey.png) no-repeat center center;
}
.dynatree-expander {
	float: left;
	width: 18px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: -37px;
	top: 12px;
	border: solid 2px #001339;
	text-align: center;
	cursor: pointer;
}
.dynatree-expander:before {
	content: '+';
	color: #001339;
	font-size: 16px;
	display: inline-block;
	line-height: 15px;
	vertical-align: top;
}
.dynatree-expanded .dynatree-expander {
	border-color: #409ef0;
}
.dynatree-expanded .dynatree-expander:before {
	content: '-';
	font-size: 20px;
	line-height: 10px;
	color: #409ef0;
}
ul.dynatree-container li .dynatree-expanded ul {
}
ul.dynatree-container li ul li ul li .dynatree-node {
	background: #f5f5f5 url(../images/icon-document.png) no-repeat 15px center;
	border-color: #e3e8f1;
}
/**-- Sorting ends --**/
.no-records {
	float: left;
	font-size: 12px;
	color: #ff0000 !important;
}
.col-xs-6.formItem .errorcontent, .col-xs-12.formItem .errorcontent, .col-xs-6.formItem .errorcontent1, .col-xs-12.formItem .errorcontent1 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15px;
	width: 100%;
	background: #fff;
    margin:0px;
}
.repeaterChkBox table.border_left_top td table td {
	border: 0;
}
.chk-list-tbl td {
	vertical-align: top;
	padding: 10px 0 0;
}
.chk-list-tbl td span {
	display: inline-block;
}
.chk-list-tbl td span label {
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px 0 0;
}
.input-help-text {
	font-size: 11px;
	color: #878787;
	float: left;
	clear: both;
}
.fright.input-help-text {
	clear: none;
}
.img-thumbview-uc {
}
.img-thumbview-uc-inner {
	padding: 10px;
	border: dashed 1px #bbbbbb;
	margin-bottom: 20px;
	max-width: 462px;
}
.img-thumbview-uc-inner a img {
	max-height: 100px;
}
.img-thumbview-uc-inner .pull-left {
	width: auto;
	max-width: 240px;
}
.col-xs-12.img-thumbview-uc-inner {
	max-width: 100%;
}
.uc-btn-viewimg {
	display: inline-block;
	padding: 8px 18px;
	font-size: 12px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	background: #001339;
	border: solid 1px transparent;
	cursor: pointer;
	text-align: center;
	font-family: 'indultasemiserif_ffp';
	margin: 22px 0 0 0;
}
.uc-delete {
	border-color: #001339;
	color: #001339;
	background: #fff;
}
.img-thumbview-uc-inner .pull-left:nth-child(2) {
	padding-left: 20px;
}
.popupContact {
	display: none;
}
.cropImage-popup .popup {
	max-width: 100%;
	display: inline-block;
	background: #fff;
	width: auto;
}
.cropImage-popup .popupbtnbox {
	float: left;
	width: 100%;
	padding: 10px;
}
.cropImage-buttons {
	padding: 20px 0 0 0;
	text-align: left;
}
.SuccessMsg, .noRecords, .warning {
	float: left;
	width: 100%;
	padding: 15px 5px 15px 65px;
	margin: 6px 0;
	border: dashed 1px #ababab;
	background: #f0ffc4 url(../images/icon-success.png) no-repeat 15px center;
	font-size: 14px;
	text-transform: uppercase;
	color: #171819;
	box-shadow: inset 0px 0px 0px 5px #fff;
	-webkit-box-shadow: inset 0px 0px 0px 5px #fff;
}
.SuccessMsg {
	margin-bottom: 20px;
}
.noRecords {
	background: #ffd4d4 url(../images/icon-norecords.png) no-repeat 15px center;
}
.warning {
	background: #d75354 url(../images/icon-warning.png) no-repeat 15px center;
	color: #fff;
}
.lbl_Information {
	clear: both;
	display: block;
	padding: 0 0 0 32px;
	text-align: left;
}
.autherrization-issue {
	padding: 10px;
	height: auto;
	background: #fff;
}
.autherrization-issue:before {
	display: none;
}
.RootModules {
	font-family: 'Raleway', sans-serif;
}
#tblChildModules {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#tblChildModules:before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 9px;
	top: 0;
	border-left: dashed 1px #000;
}
#tblChildModules ul li:before {
	content: '';
	width: 18px;
	border-top: dashed 1px #000;
	height: 1px;
	position: absolute;
	left: -21px;
	top: 50%;
	margin: -8px 0 0 0;
}
#tblChildModules li {
	position: relative;
	padding: 0 0 5px 30px;
	text-align: left;
	float: left;
	width: 100%;
}
#tblChildModules li input[type="checkbox"], .moduleFeatureHeading input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}
.moduleFeatureHeading {
}
.moduleFeatureHeading {
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: 600;
	position: relative;
	padding: 0 0 5px 30px;
	text-align: left;
	float: left;
	width: 100%;
}
.modulesubHeading {
	font-size: 13px;
	font-weight: 500;
}
.modulesubHeading span, #tblChildModules li a, #tblChildModules li span {
	float: left;
	vertical-align: top;
	min-height: 28px;
	padding: 3px 0 0 0;
}
#tblChildModules li a {
	font-size: 13px;
	color: #000;
}
.module-linksblock {
	padding: 0 20px 0 0;
}
.noLeftPanel #mid_box {
	padding-left: 0;
}
.noLeftPanel #tab {
	padding-left: 20px;
}
.noLeftPanel .page-heading {
	left: 20px;
}
/*Breadcrumbs Css starts here*/
.breadcrumb {
	min-height: inherit;
	float: left;
}
.breadcrumb ul {
	padding: 8px 15px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	float: left;
	width: 100%;
}
.breadcrumb ul > li {
	display: inline-block;
	float: left;
}
.breadcrumb ul a {
	color: #337ab7;
	text-decoration: none;
}
.breadcrumb ul > .active {
	color: #777;
}
.breadcrumb ul > li + li:before {
	padding: 0 0px 0 5px;
	color: #ccc;
	content: "/\00a0";
	float: left;
}
.icon-visible {
	display: inline-block;
	font-size: 12px;
	color: #6979f2;
	text-align: center;
}
.icon-visible span {
	display: block;
	padding: 5px 0 0;
}
/*Breadcrumbs Css ends here*/

#ctl00_ContentPlaceHolder1_divVideo, #ctl00_ContentPlaceHolder1_uplPresentation {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#ctl00_ContentPlaceHolder1_spnVideoHelp, #ctl00_ContentPlaceHolder1_spnPresentationHelp {
	float: left;
	width: 100%;
	color: #171819;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	text-transform: capitalize;
}
#ctl00_ContentPlaceHolder1_divVideo br, #ctl00_ContentPlaceHolder1_uplPresentation br {
	display: none;
}
#ctl00_ContentPlaceHolder1_uplHelpVideo {
	float: left;
	width: 100%;
	text-align: center;
	padding: 6px;
	border: dashed 1px #abadaf;
	margin-top: 10px;
}
#ctl00_ContentPlaceHolder1_lbnVideoHelp {
	display: inline-block;
	height: 100px !important;
	width: auto !important;
	padding: 3px;
}
#ctl00_ContentPlaceHolder1_imgHelpVideo {
	max-height: 92px !important;
}
#ctl00_ContentPlaceHolder1_uplPresentation div {
	float: left;
	width: 100%;
	text-align: center;
	padding: 6px;
	border: dashed 1px #abadaf;
	margin-top: 10px;
}
#overlayHelpVideo .popup-div, #overlayHelpPresentation .popup-div {
	display: none;
}
#overlayHelpVideo.overlayHelpVideo-open .popup-div, #overlayHelpPresentation.overlayHelpPresentation-open .popup-div {
	display: inline-block;
}
#overlayHelpPresentation1 {
	width: 800px;
	max-width: 90%;
	max-height: 90%;
}
.albumPreview {
	max-height: 150px;
}
#ctl00_ContentPlaceHolder1_trLongDescriptionCute table.tf {
	width: 100% !important;
}
#overlayHelpPresentation .popup-content-block {
	padding: 0 30px;
	position: relative;
	text-align: center;
}
#prevButton, #nextButton {
	border: 0;
	background: transparent;
	box-shadow: inherit;
	color: black;
	min-height: 15px;
	width: 22px;
	background: url(../images/ppt-prev.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
#prevButton img, #nextButton img {
	display: none;
}
#nextButton {
	left: auto;
	right: 0;
	background: url(../images/ppt-next.png) no-repeat;
}
#ctl00_ContentPlaceHolder1_playButton {
	display: inline-block;
	padding: 10px 16px;
	font-size: 12px;
	border-radius: 5px;
	color: #fff;
	border: 0;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	background: #001339;
	cursor: pointer;
	text-align: center;
	font-family: 'indultasemiserif_ffp';
}
.grayPanel {
	width: 100%;
	float: left;
	border: dashed 1px #bbbbbb;
	padding: 10px;
	margin-bottom: 15px;
}
#ctl00_ContentPlaceHolder1_lblPageName {
	clear: left;
	font-size: 12px;
	/* float: left; */
	display: block;
}
.ParentTreeView table, .ParentTreeView table tbody, .ParentTreeView table tr, .ParentTreeView table td {
	width: 100%;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.ParentTreeView table td.ParentNode .ParentNode, .ParentTreeView table td.secondLevel .secondLevel, .ParentTreeView table td.thirdLevel .thirdLevel {
	float: left;
	width: 100%;
	padding: 16px 16px 16px 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #001339;
	background: #dee5ff url(../images/icon-document.png) no-repeat 15px center;
	border-radius: 6px;
	border: solid 1px #e3e8f1;
	z-index: 2;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ParentTreeView table td.secondLevel .secondLevel {
	padding: 12px 60px 12px 47px;
	text-transform: none;
	font-size: 13px;
	background: #f6f8ff url(../images/icon-document.png) no-repeat 15px center;
	position: relative;
}
.ParentTreeView table td.thirdLevel .thirdLevel {
	background: #f5f5f5 url(../images/icon-document.png) no-repeat 15px center;
	border-color: #e3e8f1;
	font-size: 11px;
	padding: 11px 16px 11px 50px;
}
.ParentTreeView table tr td a {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 10px;
	background: #fff;
}
.ParentTreeView table:first-child tr td:first-child a {
	top: 15px;
}
.ParentTreeView table tr td:first-child a img, .ParentTreeView table tr td:nth-child(2) a img {
}
.ParentTreeView table tr td a:before, .ParentTreeView table tr td:nth-child(2) a:before {
	content: '+';
	color: #001339;
	font-size: 16px;
	display: inline-block;
	line-height: 15px;
	vertical-align: top;
	border: solid 2px #001339;
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	z-index: 2;
}
.ParentTreeView table tr td img:first-child {
	display: none;
}
.ParentTreeView table tr td.ParentNode a, .ParentTreeView table tr td.secondLevel a, .ParentTreeView table tr td.thirdLevel a {
	position: relative;
	height: auto;
	width: auto;
	left: inherit;
	top: inherit;
	margin-top: inherit;
}
.ParentTreeView table tr td.ParentNode a:before, .ParentTreeView table tr td.secondLevel a:before, .ParentTreeView table tr td.thirdLevel a:before {
	display: none;
}
.ParentTreeView table td.ParentNode {
	padding-left: 30px;
}
.ParentTreeView table td.secondLevel {
	padding-left: 40px;
}
.ParentTreeView table td.thirdLevel {
	padding-left: 50px;
}
.ParentTreeView table tr td.ParentNode:before, .ParentTreeView table tr td.secondLevel:before, .ParentTreeView table tr td.thirdLevel:before, .ParentTreeView:before {
	content: '';
	width: 70px;
	border-top: dashed 1px #000;
	height: 1px;
	position: absolute;
	left: 10px;
	top: 19px;
	margin: 0px 0 0 0;
	z-index: 1;
}
.ParentTreeView:before {
	width: 2px;
	border-top: 0;
	border-left: dashed 1px #000;
	height: 100%;
	position: absolute;
	left: 9px;
	top: 19px;
}
.ParentTreeView table tr td.ParentNode:before {
	top: 24px;
}
.ParentTreeView {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}
#ctl00_ContentPlaceHolder1_tvPages_SkipLink {
/*display: inline-block;
	padding: 8px 21px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	background: #f17e31;
	border: 0;
	cursor: pointer;
	margin-bottom: 20px;
	float: right;*/
}
#ctl00_ContentPlaceHolder1_tvPages_SkipLink:before {
/*content: 'Skip';
	display: inline-block;*/
}
.ParentTreeView table tr td.ParentNode input[type="checkbox"], .ParentTreeView table tr td.secondLevel input[type="checkbox"], .ParentTreeView table tr td.thirdLevel input[type="checkbox"] {
	position: absolute;
	left: 34px;
	top: 9px;
	background: #fff;
	z-index: 2;
}
.ParentTreeViewnodes.ParentTreeView table td.ParentNode {
	padding-left: 60px;
}
.ParentTreeViewnodes.ParentTreeView table td.secondLevel {
	padding-left: 70px;
}
.ParentTreeViewnodes.ParentTreeView table td.thirdLevel {
	padding-left: 80px;
}
.ParentTreeViewnodes.ParentTreeView table tr td.ParentNode input[type="checkbox"] {
	top: 14px;
}
.view-spncheck input[type='checkbox'] {
	margin-right: 0;
}
.col-xs-12.formItem .errorcontent {
	position: relative;
	left: inherit;
	bottom: inherit;
	padding-left: 0;
	padding-right: 0;
}
.leftmenu-close-mobile {
	display: none;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.showRequest {
	font-size: 11px;
	text-transform: uppercase;
	color: #6482e6;
	text-decoration: underline;
	float: left;
	margin: 10px 10px 0 0;
	font-weight: 600;
    cursor:pointer;
}
.divRequestXML, .divResponseXML {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 12px;
	color: #000;
	background: #fff;
	word-break: break-all;
	margin: 10px 0 0 0;
	border-top: solid 1px #efefef;
}
.divRequestXML b, .divResponseXML b {
	color: #001339;
}
.box_dropdown1 {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0;
	padding: 10px;
	min-height: 46px;
	color: #878787;
	border: solid 1px #cbcbcb;
	border-bottom: solid 2px #a0a0a0;
	border-radius: 2px;
	font-size: 12px;
	font-family: 'indultasemiserif_ffp';
	position: relative;
}
.box_dropdown1 .arrow1 {
	position: absolute;
	right: 0;
	top: 14px;
}
.box_dropdown1 .contentbox {
	margin-top: 5px;
}
.view_center {
	float: left;
}
.addSizeTable {
	width: 100%;
	float: left;
}
.addSizeTable .textfield_title {
	min-height: 32px !important;
	margin-top: -6px !important;
	width: 45px !important;
	vertical-align: top;
}
.addSizeTable .view_center table {
	border: 0px !important;
}
.addSizeTable .view_center table tr td {
	border: 0px !important;
	padding: 0;
}
.textfield_title.box1dropdown1 .arrow1 {
	position: absolute;
	right: 20px;
	top: 14px;
}
.textfield_title.box1dropdown1 .contentbox {
	float: left;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 14px 0 0;
}
.box9dropdown, .box3dropdown {
	/*float: left;*/
	padding: 10px 10px;
	width: 100% !important;
	border: solid 1px #a0a0a0 !important;
	background: #fff;
}
.box3dropdown {
	max-height: 200px;
	overflow: auto;
}
.multiselectbox {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	/* background: #fff; */
	z-index: 2;
	padding: 0px 15px 0;
}
.multiselectbox table tr td {
    position:relative;
    vertical-align: top;
}
.multiselectbox table tr td input[type="checkbox"]{
    position:absolute;
    left:0;
    top:2px;
}
.multiselectbox table tr td label{
    padding-left: 20px;
    padding: 2px 0 10px 22px;
    float: left;
}
.positionCheckBox {
	position: absolute;
	background: #fff;
	z-index: 9;
	top: 45px !important;
	border: #f7f7f7 solid 1px;
	padding: 10px 0px 10px 10px;
	width: 94%;
	float: left;
	left: 3%;
	right: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}
.box1dropdown1, .box1dropdown1:hover, .box1dropdown1:active, .box1dropdown1:focus {
	outline: none;
}
.small-Btn {
	background: #3A86FF;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 3px;
}
.pointernone {
	cursor: not-allowed !important;
}
#DivOverlayInvoice .popup-div {
	overflow: auto;
}
#DivOverlayInvoice .popup-div-inner {
	width: 900px;
	max-width: 90%;
	margin-top: 20px;
}
.closeBtn {
	width: 100% !important;
	left: 15px !important;
	bottom: 5px;
	position: absolute;
	z-index: 9;
}
.box9dropdown {
	/*padding-bottom: 30px !important;*/
}
.labelTable {
	width: 100%;
	float: left;
	padding: 0px;
}
.labelTable table td {
	border: dotted 1px #bbbbbb;
	padding: 8px 15px;
}
.tab50 {
	width: 100%;
	float: left;
}
.tab50 table td {
	width: 50% !important;
}
.emailContent {
	overflow: auto;
}
.maxheight-280 {
	max-height: 280px;
	overflow: auto;
}
#OverlayApplytoAllItemsInnerPopup .item_details {
	float: left;
}
#OverlayApplytoAllItemsInnerPopup .item_title {
	float: left;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#OverlayApplytoAllItemsInnerPopup .item_size {
	font-size: 11px;
}
.minheight-initial {
	min-height: initial;
}
.btnLeft .search_btn {
	float: left;
	margin-right: 10px;
}
.right_content_left1.viewpage-search-block .formContainer {
	width: 100%;
	float: left;
}
.store-order-tbl-view {
}
.store-order-tbl-view .col-xs-6 .store-column {
	background: #f3f7ff;
	font-size: 14px;
	color: #161616;
	float: left;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 5px;
	position: relative;
	word-break: break-all;
}
.store-order-tbl-view .col-xs-6 .store-column label {
	font-size: 12px;
	color: #4a4a4a;
}
.store-order-tbl-view .col-xs-6 .store-column label:first-child {
	display: block;
	padding-bottom: 4px;
}
.store-order-tbl-view .col-xs-6.amount-labels-div .store-column {
	background: #fff0f0;
}
.store-order-tbl-view .col-xs-6 .store-column.TOA-div {
	background: #ffcece;
}
.trStatusDetails {
	background: #fff;
	padding: 20px;
	border: solid 1px #e7e7ef;
}
.productexpand {
	font-size: 25px;
	float: left;
	margin: 0 10px 0 0;
	color: #585d61;
	line-height: 16px;
	cursor: pointer;
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
}
.productcollapse {
	border-bottom: solid 3px #585d61;
	width: 14px;
	margin: 7px 0 0 2px;
}
.store-order-grid .view-pro-details {
	padding: 8px 0 0 100px;
}
.store-order-grid .view-product-img {
	left: 30px;
}
.sod-amt, .sod-status {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
.sod-amt span, .sod-status span {
	color: #ff3a43;
	padding-top: 10px;
	text-transform: none;
	display: inline-block;
}
.sod-status {
	text-align: center;
	width: 128px;
}
.sod-status span {
	color: #008aff;/*text-align:left;*/
}
.storeOrder-heading {
	font-size: 13px;
	float: left;
	width: 100%;
}
.storeOrder-heading .pull-left {
	margin-right: 10px;
}
.store-payment-log {
	border: solid 1px #e5e4e9;
	padding: 10px 15px;
	width: 100%;
}
.store-column .showRequest {
	position: absolute;
	right: 0;
	top: 0;
	background: #ececec;
	margin: 0;
	padding: 13px 12px 13px;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
}
.store-column .showRequest:before {
	content: '</>';
	float: left;
	font-size: 16px;
	border: solid 2px #6cb8fa;
	padding: 8px 6px;
	color: #6cb8fa;
	line-height: 10px;
	margin: 0 10px 0 0;
}
.store-payment-log .store-column {
	margin: 0;
}
.store-payment-log .divRequestXML, .store-payment-log .divResponseXML {
	background: #ececec;
	margin: 0;
}
.store-payment-log .divRequestXML b, .store-payment-log .divResponseXML b, .store-payment-log .divRequestXML div, .store-payment-log .divResponseXML div {
	background: #f4f4f4;
	display: block;
	padding: 8px;
}
.store-order-tbl-view .store-payment-log .store-column {
	margin: 10px 0 0;
	padding-right: 170px;
	min-height: 56px;
}
.btn-cancel-order {
	background: #f9384d;
}
.storeorder-btns-3 {
	text-align: center;
	width: 100%;
}
.storeorder-btns-3 .search_btn {
	display: inline-block;
	float: none;
}
.store-order-grid .tbl-alink {
	font-weight: 300;
	font-size: 13px;
}
.store-order-grid .stylenumber-text {
	font-size: 12px;
}
.store-order-grid .viewpro-details {
	font-size: 11px;
}
.btn-refund {
	padding: 8px 8px;
	font-size: 11px;
	margin: 0 0 10px;
}
.right_content_left1.viewpage-search-block {
	margin: 10px 0 0 0;
}
.bothradiobutton_01, .bothradiobutton_01_active {
	float: left;
	padding: 6px 10px 6px 33px;
	margin-bottom: 10px;
	background: url(../images/icon-radio.png) no-repeat;
}
.bothradiobutton_01_active {
	background: url(../images/icon-radio-checked.png) no-repeat;
}
.view-spncheck input[type="checkbox"]:disabled:checked:before {
	background: url(../images/icon-checkbox-green-checked.png) no-repeat;
}
.view-spncheck[disabled="disabled"] label {
	color: #9aa4b1;
}
.tab-smallheading {
	font-size: 12px;
	display: block;
}
.mobile-helpclose {
    float:left;
    width:100%;
    text-align:center;
    text-indent: -5000px;
    /*margin-bottom:20px;
    margin-top:10px;*/
    background: url(../images/icon-bold-arrow.png) no-repeat center center;
    cursor:default;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.mobile-helpclose i {
    display:none;
}

.content_left:hover .mobile-helpclose {
     transform: rotate(0);
    -webkit-transform: rotate(0);
}
.tblSelectedDropdownItems {
    width:100%;
}
.tblSelectedDropdownItems .heading_white {
    font-size: 14px;
    color: #161616;
    background: #e4f2ff;
}
.tblSelectedDropdownItems .list_gray {
    background: #e4f2ff;
    
}
.tblSelectedDropdownItems td{
    padding:7px 10px !important;
}
.divSelectedDropdownItems {
    max-height:155px;
    float: left;
    width: 100%;
    overflow: auto;
}

 @media (max-width:1280px) {
/**-- Megamenu --**/
.megamenu-inner {
	max-width: 100%;
}
/**-- Megamenu ends --**/
.page-heading {
	max-width: 34%;
}
#tab, .tab {
	padding: 10px 10px 15px 270px;
}
.left_container {
	width: 250px;
}
#mid_box {
	padding-left: 250px;
}
.page-heading {
	left: 278px;
}
/**-- View pages --**/
.down, .up {
	margin: 0 10px;
}
.icon-edit, .icon-delete {
	margin: 0 12px;
}
.spndates {
	padding-bottom: 2px;
}
.stylenumber-text {
	padding: 6px 0 0;
}
.spndates {
	padding-bottom: 3px;
}
/**-- View pages ends --**/
.content_left {
    width:250px;
}
}
 @media (max-width:1200px) {
.save_icon, .save_close, .close_icon, .savennext {
	padding: 6px 6px;
}
}
 @media (max-width:1100px) {
/**-- Megamenu --**/
.megamenu-left-div {
	width: 280px;
}
.LinksAdministration, .LinksSitemangement, .LinksModules, .Linksecommerce, .LinksSiteActivity {
	padding-left: 280px;
}
.menulinks li a {
	font-size: 11px;
}
/**-- Megamenu ends --**/

/**-- View pages --**/
.save_icon, .save_close, .close_icon, .savennext {
	font-size: 10px;
}
.tab .headding_text {
	font-size: 20px;
	padding: 2px 0 0 0;
}
.down, .up, .icon-edit, .icon-delete, .view-spncheck, .icon-copy, .icon-lock {
	font-size: 11px;
}
.btn-download-file {
	font-size: 11px;
	margin: 0 5px;
}
/**-- View pages ends --**/
}
 @media (max-width:1024px) {
/**-- Megamenu --**/
.menulinks li a {
	font-size: 11px;
}
/**-- Megamenu ends --**/

    /**-- Add page --**/
.headding_text, .headding_text span#ctl00_ContentPlaceHolder1_lblTitle {
	font-size: 18px;
}
#ctl00_ContentPlaceHolder1_spHeader {
/*font-size: 12px;*/
}
/**-- Add page ends --**/

 /**-- viewpage --**/
.stylenumber-text, .spndates {
	font-size: 11px;
}
.icon-edit, .icon-delete {
	margin: 0 8px;
}
.down, .up {
	margin: 0 6px;
}
.page-heading {
	max-width: 28%;
}
/**-- viewpage ends --**/

}
 @media (max-width:999px) {

.closemainmenu:before {
	display: none;
}
/**-- login --**/
.login-block {
	max-width: 100%;
	width: 100%;
	min-height: inherit;
}
.displayTable-td {
	padding: 0;
}
.login-left {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.login-left img {
	min-height: 100%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: inherit;
}
.login-input-block input[type="text"], .login-input-block select, .login-input-block input[type="password"] {
	min-height: 42px;
}
.login-logo {
	height: 92px;
	margin-bottom: 10px;
	background: url(../images/Reval-platform-white.png) no-repeat center top;
	background-size: auto 92px;
}
.login-logo img {
	display: none;
}
.btn-login {
	background: #3097ef;
}
.foget-pass {
	color: #fff;
}
.login-left:before {
	height: 100%;
	background: rgba(13, 21, 63, 0.7);
	z-index: 1;
}
.goldpartner {
	position: relative;
	z-index: 2;
	background: #fff;
	float: left;
	width: 100%;
	padding: 8px;
}
.login-right {
	width: 100%;
	padding: 0 15px 0;
	z-index: 999;
	position: relative;
	background: transparent;
}
.login-input-block label {
	color: #fff;
}
.login-input-block {
	min-height: inherit;
	padding-bottom: 15px;
}
.fp-caution {
	color: #fff;
}
.fp-Success {
	color: #fff;
}
.captcha-block div.pull-left {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.captcha-block {
	padding: 0;
	padding-bottom: 15px;
}
.captcha-text, .captcha-label {
	position: relative;
	left: inherit;
	top: inherit;
}
.captcha-refresh {
	position: absolute;
	left: auto;
	right: 0;
	top: 18px;
	width: 46px;
	height: 38px;
	padding-top: 9px;
	text-align: center;
	background: #ebebeb;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.login-note {
	color: #fff;
}
/**-- login ends --**/

    /**-- Megamenu --**/
.brand-name {
	display: none;
}
.clientlogo {
	border-right: solid 1px #e6e6e6;
}
.megamenu-left-div {
	background: transparent !important;
	width: 100%;
	z-index: 0;
	opacity: .3;
}
.megamenu-left-div span {
	display: none;
}
.patternImg {
	left: auto;
	right: 0;
}
.menulinks {
	position: relative;
	z-index: 2;
}
.LinksAdministration, .LinksSitemangement, .LinksModules, .Linksecommerce, .LinksSiteActivity {
	padding: 0;
	border-top: solid 8px #de5005;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.LinksAdministration {
	border-color: #014ea8;
}
.LinksSitemangement {
	border-color: #500878;
}
.LinksSiteActivity {
	border-color: #007f80;
}
.header-menulink {
	padding: 18px 15px 20px;
}
.header-menulink:hover a:before, .header-menulink-active a:before {
	display: none;
}
.header-menulink:hover, .header-menulink-active {
	-webkit-box-shadow: 1px 2px 10px #e0dbdb;
	box-shadow: 1px 2px 10px #e0dbdb;
}
.menulinks li a {
	font-size: 13px;
	min-height: 70px;
	border: solid 1px #c1c1c1 !important;
	position: relative;
}
.menulinks li a span {
	height: 70px;
}
.menulinks li {
	width: 33.333%;
}
.menulinks li a:before {
	content: '';
	width: 100%;
	height: 3px;
	background: #ffdf9a;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.LinksAdministration .menulinks li a:before {
	background: #a4ceff;
}
.LinksSitemangement .menulinks li a:before {
	background: #e7bbff;
}
.LinksModules .menulinks li a:before {
	background: #ffdf9a;
}
.LinksSiteActivity .menulinks li a:before {
	background: #98f6f6;
}
.Linksecommerce .menulinks li a:before {
	background: #007b4c;
}
.menulinks li a.btn-search {
	border: 0 !important;
}
.menulinks li a.btn-search:before {
	display: none;
}
.gotomainmenu {
	margin-left: -20px;
}
.megamenu-block {
	padding: 0 10px;
}
.megamenu-inner {
	margin-top: -8px;
}
/**-- Megamenu ends --**/
.header_inner .navbar-nav > li > a.helplink {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 40px;
	background: #fe7773 url(../images/icon-help-white.png) no-repeat center center;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 4;
	-webkit-transition: all ease-in-out 1s;
	box-shadow: 0 6px 11px 0 rgba(0,0,0,.16), 0 4px 8px 0 rgba(0,0,0,.24);
}
.header_inner .navbar-nav > li > a.helplink span {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -15px;
	text-align: center;
}
.profilelink i {
	display: none;
}
.header_inner .navbar-nav > li > a.profilelink {
	background: url(../images/icon-user.png) no-repeat center center;
}
.header_inner .navbar-nav > li > a.profilelink, .header_inner .navbar-nav > li > a.logoutlink {
	padding: 0;
	min-width: 60px;
	min-height: 70px;
}
#ctl00_lnkHomeMenu span, #mainmenu_logo span {
	display: none;
}
.gotomainmenu {
	width: 60px;
	padding: 16px 0 0 0;
	margin-left: -30px;
}
.dot {
	margin: 3px 4px;
}
.footer-logo {
	width: 64px;
	padding: 0;
	margin-right: 10px;
	overflow: hidden;
}
.footer-logo img {
/*max-width: inherit;*/
}
/**-- View page --**/
.main_box {
	padding: 0;
}
.content_left {
	width: 100%;
	height: 50%;
    max-height:50%;
	top: auto;
	left: 0;
	right: auto;
	bottom: -120%;
	position: fixed;
    border:0;
    overflow:auto;
    transition: all ease-in-out 1s;
    -webkit-transition:all ease-in-out 1s;
}
.content_left:after,
.content_left:before{
    display:none;
}
.helpdiv-active {
	right: inherit;
	bottom: 0;
	padding: 20px;
	padding-top: 44px;
	z-index: 3;
    overflow:auto;
}
#mid_box {
	padding-left: 0;
}
.left_container {
	left: -150%;
	overflow: inherit;
	z-index: 3;
}
.left_menu_active {
	left: 0;
	z-index: 102;
}
#tab, .tab {
	padding: 10px 10px 15px 20px;
	height: auto;
	background-size: auto 100% !important;
	position: relative;
	left: inherit;
	top: inherit;
	float: left;
	border-bottom: 15px solid #e8eff2;
	text-align: center;
	box-shadow: none;
}
.page-heading, .tab.tab-heading-active .page-heading {
	width: 100%;
	max-width: 100%;
	float: left;
	position: relative;
	left: inherit;
	top: inherit;
	padding: 8px 0 0 30px;
	transform: none;
	-webkit-transform: none;
	text-align: left;
}
#tab.tab-fixed, .tab.tab-fixed {
	height: auto;
	border: 0;
}
.tab.tab-heading-active .page-heading, #tab.tab-fixed .page-heading, .tab.tab-fixed .page-heading {
	left: 0;
}
.menuicon {
	margin: 0px 10px 0 0;
	position: absolute;
	left: 0;
	top: 11px;
}
.right_container {
	margin: 0 0 0 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.right_content_left1 {
	padding: 15px;
	border: 0;
	margin: 0;
}
.viewpage-searchpannel {
	width: 100%;
	position: relative;
}
.viewpage-searchpannel.getsize-search {
	padding-right: 100px;
}
.chkdev-getsizes {
	position: absolute;
	right: 0;
	top: 0;
}
.arial_12 {
	margin-bottom: 8px;
}
.viewpage-search-right {
	padding: 10px 0 0 0;
}
.view-3-btns {
	padding-top: 0;
}
.gridveiw-block {
	padding: 0 0;
	min-height: inherit;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 0 10px #a8bec5;
	-webkit-box-shadow: 0 0 10px #a8bec5;
}
.view-product-img {
	width: 50px;
	height: 72px;
	margin: 5px 0 0 5px;
}
.view-pro-details {
	padding: 8px 0 8px 60px;
}
.view-pro-details.noviewimg {
	padding-left: 12px;
}
.viewpro-details {
	padding: 0px 0 0;
}
.gridveiw-right {
	background: #f3f7ff;
	padding: 0 0 0 0;
	width: 100%;
}
.gridveiw-left {
	width: 100%;
	padding-right: 196px;
	min-height: 80px;
}
.icon-edit span, .icon-delete span, .icon-visible span, .icon-copy span, .icon-lock span {
	display: inline-block;
	padding: 7px 0 0;
}
.icon-edit, .icon-delete, .icon-visible, .icon-copy, .icon-lock {
	margin: 0;
	min-height: 46px;
	padding: 10px 20px 0 20px;
	border-left: solid 1px #d1cfe8;
}
.viewpage-tbl tr:nth-child(2n+1) td {
	background: transparent !important;
}
.viewpage-search-block {
	margin-bottom: 10px;
}
.pagingtab {
	background: #f3f3f3;
	padding: 0;
	position: relative;
}
.go_btn, .submit4 {
	display: none;
}
.previousrecordbtn, .previousrecordbtnright, .previousrecordbtnrounded, .previousrecordbtnroundedright {
	margin: 0;
	width: 40px;
	height: 50px;
	background-position: center;
	border-right: solid 1px #cecece;
}
.previousrecordbtnroundedright {
	border-left: solid 1px #cecece;
}
.recordstxt1, .recordstxt2 {
	margin: 0;
	padding: 0 56px;
}
.recordstxt1 .pagingtab_textfield {
	width: 68px;
	min-height: 40px;
	background: #fff;
	border: solid 1px #a9b1c0;
	position: relative;
	z-index: 1;
	top: 5px;
}
.arrowscontainer {
	position: absolute;
	left: 97px;
	top: 5px;
	margin: 0;
	width: 146px;
}
.arrowscontainer .uparrow, .arrowscontainer .downarrow {
	float: right;
	width: 40px;
	height: 40px;
	margin: 0;
	background: #cecece;
	border: solid 1px #a9b1c0;
	position: relative;
	clear: none;
}
.arrowscontainer .downarrow {
	float: left;
}
.arrowscontainer .uparrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 12px;
	border-color: transparent transparent transparent #171819;
	float: left;
	position: absolute;
	left: 11px;
	top: 50%;
	margin: -8px 0 0 0;
}
.arrowscontainer .downarrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 12px 7.5px 0;
	border-color: transparent #171819 transparent transparent;
	float: left;
	position: absolute;
	right: 11px;
	top: 50%;
	margin: -8px 0 0 0;
}
.lblRecordCount, .txtPageSize {
	display: none;
}
.recordstxt2 {
	display: none;
}
.welcome_container {
	right: 59px;
}
.right_icons1 {
	float: none;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.save_icon a, .save_close a, .close_icon a, .savennext a {
	padding: 28px 0 4px 0px;
	background-size: auto 22px !important;
	background-position: center top;
}
.save_icon, .save_close, .close_icon, .savennext {
	padding: 4px 20px 2px;
	float: left;
	display: inline-block;
}
/**-- View page ends --**/


    /**-- Add page --**/
.mid_content_box_top {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0px 0 0 0;
}
.formContainer {
	padding: 30px 0 0;
	float: left;
	width: 100%;
	max-width: 100%;
}
.formItem {
	width: 100%;
	min-height: inherit;
}
.static-table {
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
}
.static-table table.border_left_top {
	width: 100%;
	max-width: 100%;
	white-space: normal;
}
.popup-div-inner {
	width: 90%;
}
#ctl00_ContentPlaceHolder1_spHeader {
/*clear: both;
	float: left;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
/**-- Addpage ends  --**/

    /**-- View page --**/
.headding_text {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.viewpage-search-right {
	width: 100%;
}
.matchwith-left {
	padding: 0;
	margin-bottom: 10px;
}
.matchwith-right {
	width: 50%;
	margin: 0;
	padding-right: 10px;
}
.matchwith-block .search_btn {
	width: 50%;
}
.matchwith-right .search_btn {
	margin: 0;
	width: 100%;
}
.submitbtn, .search_btn, .go_btn, .btn-clear {
	padding: 10px 12px;
	font-size: 11px;
	white-space: normal;
}
.static-table {
	padding: 15px 0;
}
.btn-SaveAssociatedDeals {
	clear: none;
	margin-top: 0;
}
.three-fileds {
	width: 100%;
	margin-bottom: 10px;
}
.viewpage-right-fixed-btns {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}
.down, .up {
	margin: 14px 6px 0;
}
.btm_border {
	max-height: 100%;
	overflow: auto;
	padding: 20px 15px 20px;
}
.leftmenu-close-mobile {
	width: 42px;
	height: 42px;
	position: fixed;
	left: -100%;
	top: 4px;
	padding: 4px 0 0 0;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	display: none;
	z-index: 102;
	cursor: pointer;
	transition: all ease-in-out 1s;
	-webkit-transition: all ease-in-out 1s;
	text-align: center;
	background: #00568f;
	display: inline-block;
}
.leftmenu-close-mobile i {
	font-size: 21px;
	display: block;
	font-style: normal;
}
.leftmenu-close-mobile.leftmenu-close-mobile-active {
	left: 250px;
	display: inline-block;
	transition: all ease-in-out 1s;
	-webkit-transition: all ease-in-out 1s;
}
#mid_box:before {
	content: '';
	width: 0;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: width ease-in-out .5s;
	-webkit-transition: width ease-in-out .5s;
	z-index: 101;
}
#mid_box.mid_box_active:before {
	width: 100%;
}
.striped-table .border_left_top td {
	border-bottom-color: #fff;
	background: #f3f8fe;
	padding: 8px;
}
.striped-table .border_left_top td:first-child {
	padding-left: 8px;
}
.striped-table .border_left_top tr.grid_heading td {
	padding: 10px;
	background: #e6e6e6;
}
.striped-table td .icon-delete {
	border: 0;
}
.btn-download-file {
	width: 33.33%;
	float: left;
	max-width: inherit;
	margin: 0 0;
	font-size: 12px;
	padding: 12px 10px 13px 40px;
	min-height: 28px;
	text-align: left;
	background: url(../images/icon-download-data.png) no-repeat 10px 5px;
	border-right: solid 1px #dce0e9;
}
.btn-download-file:last-child {
	border: 0;
}
.viewpro-details, .stylenumber-text {
	text-align: left;
}
.gridview-left-nopadding {
	padding-right: 10px !important;
}
.view-three-fileds .col-xs-4:first-child {
	padding-left: 0;
}
.view-three-fileds .col-xs-12.viewpage-search-right {
	padding-top: 0;
	padding-bottom: 10px;
}
/**-- View page ends --**/
body {
	overflow-x: hidden;
}
.col-xs-6 select {
	line-height: 39px;/*-webkit-appearance: none;
    padding-top: 0;
    padding-bottom: 0;*/
}
.input-beside-link {
	height: 46px;
	padding: 16px 6px;
}
.col-xs-6.formItem .errorcontent, .col-xs-12.formItem .errorcontent, .col-xs-6.formItem .errorcontent1, .col-xs-12.formItem .errorcontent1 {
	position: inherit;
	left: inherit;
	bottom: inherit;
	padding-left: 0;
}
.img-thumbview-uc-inner {
	max-width: 100%;
	width: 100%;
}
.img-thumbview-uc-inner .pull-left {
	width: auto;
	padding-right: 5px;
}
.img-thumbview-uc-inner .pull-left:nth-child(2) {
	padding-left: 0;
}
.RootModules {
	padding: 0 20px;
	float: left;
	width: 100%;
	display: block;
}
.RootModules td {
	display: inline-block;
}
.noLeftPanel .page-heading {
	left: 0;
}
.static-table table td select.tf {
	min-width: 200px;
}
.lbl_Information {
	padding-left: 2px;
}
.view-spncheck {
	float: left;
	padding: 12px 0 0 10px;
}
.view-spncheck label {
	display: inline-block;
	padding: 3px 0 0 0;
	vertical-align: top;
}
.closemainmenu .dot {
	display: none;
}
.gotomainmenu::after {
	content: 'X';
	float: left;
	width: 40px;
	height: 40px;
	background: #014ea8;
	color: #fff;
	border-radius: 100%;
	font-size: 16px;
	line-height: 40px;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	position: absolute;
	left: 10px;
}
.gotomainmenu.closemainmenu::after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	text-align: center;
}
.moduleFeatureHeading input[type="checkbox"] {
	position: relative;
}
.moduleFeatureHeading b {
	display: inline-block;
	vertical-align: top;
}
.moduleFeatureHeading {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #2b2c2f;
	background: #f0f0ed;
	padding: 12px 14px 7px;
	margin-bottom: 14px;
	margin-top: 10px;
}
.showRequest {
	font-size: 10px;
	margin: 0 10px 10px 13px;
}
.divRequestXML, .divResponseXML {
	margin: 0;
	padding: 12px;
}
.gridveiw-block.minheight-none .gridveiw-left {
	min-height: inherit;
}
.ViewCourierAPILog .col-xs-6.formItem {
	padding: 0;
}
.ViewCourierAPILog .col-xs-6.formItem .imgCal {
	right: 0;
}
.radiolist {
	text-align: center;
	font-size: 11px;
}
.mobile-padding-top-0 {
	padding-top: 0;
}

.mobile-helpclose:before {
	content: 'X';
	float: left;
	margin-right: 5px;
}
.mobile-helpclose i {
	font-style: normal;
	font-size: 15px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: none;
}

.mobile-helpclose {
	top: 0;
	right: 0;
    margin:0;
	width: 100%;
	color: #424a57;
	background: #c5cad2;
	display: inline-block;    
    text-indent: inherit;
    float: left;
    position: absolute;
    padding: 6px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.mobile-helpclose:before {
	display: none;
}
.mobile-helpclose i {
	display: inline-block;
}

.pagingtab .arrowscontainer:nth-child(10) {
	display: none;
}
.mobilepadding-0 {
	padding: 0;
}
.viewpage-search-block {
	background: #fff;
}
.productexpand {
	left: 15px;
}
.sod-amt, .sod-status {
	padding: 5px 10px;
	border-right: solid 1px #d1cfe8;
	text-align: left;
	margin-bottom: 0;
}
.trStatusDetails {
	padding: 8px;
}
.store-order-tbl-view .row .col-xs-6 {
	width: 100%;
}
.sod-amt span, .sod-status span {
	display: block;
}
.store-order-grid {
	margin: 0;
}
.store-order-tbl-view .col-xs-6 .store-column {
	padding: 6px 10px;
	font-size: 13px;
}
.store-order-tbl-view .col-xs-6 .store-column label {
	font-size: 11px;
}
.store-column .showRequest {
	padding: 8px 14px;
}
.storeorder-btns-3 .search_btn {
	margin-bottom: 5px;
}
.sod-cancel {
	width: 100%;
	border-top: solid 1px #d1cfe8;
}
.sod-status {
	border-right: 0;
	width: auto;
}
.content_left.mCustomScrollbar .mCustomScrollBox{
    position:static;
    max-height:100% !important;
    overflow:initial;
    padding-right: 0;
}
.content_left.mCustomScrollbar .mCSB_container {
    position:static !important;
}
.content_left:hover {
    max-height: 50%;
    height: 50%;
}
.content_left .mCSB_scrollTools {
    display:none !important;
}

.btm_border.mCustomScrollbar .mCustomScrollBox{
    max-height:100% !important;
}
.header_inner .navbar-nav > li > a.helplink {
    display:inline-block;
}

}
 @media (max-width:800px) {
.RootModules {
	padding: 0;
}
.RootModules td, .RootModules tr, .RootModules tbody {
	display: inline-block;
	width: 100% !important;
	padding-bottom: 0;
}
.module-linksblock {
	padding: 0;
}
ul#tblChildModules {
	padding: 0 20px !important;/*display:none;*/
}
#tblChildModules:before {
	left: 29px;
}
ul#tblChildModules ul#tblChildModules {
	padding: 0 !important;
}
.tab .headding_text {
	font-size: 16px;
	padding: 4px 0 0 0;
}
}
 @media (max-width:700px) {
/**-- View page --**/
.view-three-fileds .col-xs-4 {
	width: 100%;
	padding: 0 0 10px;
}
.margin-top-15 {
	margin-top: 0;
}
/**-- View page ends --**/
}
 @media (max-width:600px) {
body {
	padding-top: 54px;
}
/**-- login --**/
.login-right {
	padding: 0 10px 0;
}
/**-- login ends --**/
    /**-- Megamenu ends --**/

.mainmenu-icon {
	padding: 70px 12px 0 12px;
}
.header_inner_logos #revalcmslogo img {
	max-height: 44px;
}
.brand-name {
	padding: 10px 0 0 12px;
}
.header_inner .navbar-nav > li > a.helplink {
	padding: 20px 12px 19px 30px;
	background: #fe7773 url(../images/icon-help-white.png) no-repeat;
}
.header_inner .navbar-nav > li > a.profilelink, .header_inner .navbar-nav > li > a.logoutlink {
	min-height: 54px;
	min-width: 48px;
}
.profilelink i {
	display: none;
}
.brand-name span {
	font-size: 13px;
}
.brand-name small {
	font-size: 11px;
}
#revalcmslogo {
	width: 80px;
	padding: 5px 0;
}
.headerfixed {
	min-height: 54px;
}
.header-menulink {
	display: inline-block;
	padding: 10px 8px;
	font-size: 10px;
	min-height: 86px;
	white-space: normal;
}
.header-menulink a i {
	width: 36px;
	height: 36px;
}
.header-menulink a svg {
	margin-top: 5px;
}
.header-menuicon-dashboard svg, .header-menuicon-sitemangement svg, .header-menuicon-modules svg, .header-menuicon-siteactivity svg, .header-menuicon-administration svg {
	width: 20px;
	height: 20px;
}
.header-menulink a i.header-menuicon-sitemangement svg, .header-menulink a i.header-menuicon-siteactivity svg {
	margin-top: 6px;
}
.mainmenu-icon {
	padding: 0 12px 0 12px;
	white-space: nowrap;
	overflow: auto;
}
.megamenu-block {
	padding: 0px 10px;
}
.LinksAdministration, .LinksSitemangement, .LinksModules, .Linksecommerce, .LinksSiteActivity {
	border-width: 6px;
}
.menulinks li a {
	min-height: 50px;
	font-size: 11px;
}
.menulinks li a span {
	height: 50px;
}
.menulinks {
	padding: 5px 12px 12px;
}
.sidenav-search-block {
	padding: 0 8px 0 8px !important;
}
.search-block {
	padding-bottom: 10px;
}
.copy-rights {
	padding: 6px 10px;
	font-size: 10px;
}
.footer-logo {
	padding: 0;
	width: 40px;
}
.footer-logo img {
	width: 150px;
}
.clientlogo {
	padding: 0 10px;
}
.clientlogo img {
	max-height: 54px;
}
.dot {
	width: 9px;
	height: 9px;
	margin: 3px 2px;
}
.gotomainmenu {
	width: 40px;
	padding: 12px 0 0 0;
	margin-left: 0;
	min-height: 54px;
}
.header-menulink {
	font-size: 9px;
}
#ctl00_FlyoutHomelnkHomeMenu_e {
	padding-top: 54px;
}
/**-- Megamenu ends --**/

    /**-- viewpage --**/
#tab, .tab {
	top: inherit;
	padding: 2px 10px 14px 12px;
}
#tab.tab-fixed, .tab.tab-fixed {
	padding: 2px 10px 14px 12px;
}
.tab-heading-active {
	padding-left: 12px !important;
}
.right_container {
	margin: 0 0 0 0;
}
.headding_text, .headding_text span#ctl00_ContentPlaceHolder1_lblTitle {
	padding: 0px 0 0 0;
	font-size: 15px;
}
.menuicon {
	margin: 0px 10px 0 0;
}
.arial_12 {
	font-size: 11px;
}
.textfield_tfsearch, input[type="text"] {
	min-height: 40px;
	font-size: 11px;
}
.right_content_left1 {
	padding: 12px;
}
.viewpage-search-block {
	margin-top: 0;
}
.tbl-alink {
	font-size: 12px;
}
.stylenumber-text {
	font-size: 12px;
}
.viewpro-details, .stylenumber-text {
	font-size: 11px;
	padding-bottom: 0;
}
.icon-edit, .icon-delete, .icon-visible, .icon-copy, .icon-lock {
	min-height: 36px;
	padding: 6px 8px 0 8px;
	font-size: 11px;
}
.icon-edit img, .icon-delete img, .icon-visible img {
	max-width: 20px;
}
.icon-visible img {
	max-width: 25px;
}
.icon-copy img, .icon-lock img {
	max-width: 22px;
}
.icon-edit span, .icon-delete span, .icon-visible span, .icon-copy span, .icon-lock span {
	padding: 4px 0 0;
}
.icon-rollback span {
	width: 43px;
	padding: 0 0 0 5px;
	text-align: left;
}
.view-product-img {
	width: 46px;
	height: 66px;
}
.view-pro-details {
	padding: 8px 0 8px 54px;
}
.store-order-grid .view-pro-details {
	padding: 8px 0 0 82px;
}
.productexpand {
	font-size: 20px;
}
.productcollapse {
	border-bottom: solid 2px #585d61;
	width: 12px;
	margin: 6px 0 0 1px;
}
.welcome_container {
	width: 200px;
	top: 55px;
	right: 49px;
}
.welcome_leftcontent {
	font-size: 11px;
}
.tahoma_12_bold {
	font-size: 15px;
}
.welcome_rightcontent .link {
	padding: 10px;
}
.btm_border {
	background: #fff;
	padding: 20px 15px 20px;
}
.right_icons1 {
	margin: 10px 0 0;
}
.save_icon, .save_close, .close_icon, .savennext {
	font-size: 10px;
	margin-left: 4px;
}
.chkBox label {
	width: 62%;
}
.down, .up {
	padding-top: 20px;
	background-size: 18px auto !important;
}
.gridveiw-left {
	padding-right: 146px;
}
.stylenumber-text, .spndates {
	font-size: 10px;
}
.stylenumber-text {
	padding: 0px 0 0;
}
.btn-download-file {
	padding: 8px 10px 8px 40px;
	min-height: 44px;
	background: url(../images/icon-download-data.png) no-repeat 10px center;
}
.gridveiw-block {
	margin-bottom: 10px;
}
/**-- viewpage ends --**/

    /**-- Addproduct --**/
.grid_links a, .grid_links a:hover, th.grid_links, .grid_heading th {
	font-size: 12px;
}
.static-table table.border_left_top tr td {
	padding: 5px;
}
.UploadMessage {
	float: left;
	width: 100%;
	padding: 10px 0 0;
}
img.f_left {
	display: inline-block;
	float: none;
}
#overlayvideoFileUpload .pop-content-block {
	text-align: center;
}
.UploadMessage {
	text-align: left;
}
#overlayvideoFileUpload .pop_buttons {
	float: left;
	width: 100%;
}
.popup-heading {
	font-size: 13px;
	padding: 0 10px 12px 0;
}
#OverlayCropping .popup-div-inner {
	padding: 10px 4px 15px;
}
#OverlayCropping .popup-heading {
	padding: 0 10px 12px 10px;
}
.cp_bottom_tabs .search_btn {
	padding: 9px 20px;
	font-size: 12px;
	min-width: inherit;
}
.radiolist span.labels {
	font-size: 12px !Important;
	padding-top: 6px;
	margin-right: 4px;
}
.viewpage-search-right .search_btn {
	width: 48%;
	margin-right: 1%;
}
.view-3-btns .search_btn {
	width: auto;
	margin-right: 5px;
}
.grid_color1 td, .grid_color2 td {
	font-size: 12px;
}
.save_icon, .save_close, .close_icon, .savennext {
	padding: 4px 14px 2px;
}
.save_icon a, .save_close a, .close_icon a, .savennext a {
	padding: 28px 0 0px 0px;
}
/**-- Addproduct ends --**/
.view-three-fileds .col-xs-12.viewpage-search-right .search_btn:nth-child(3) {
	width: 97%;
	margin-top: 10px;
}
/**-- Sorting --**/
ul.dynatree-container li .dynatree-node {
	padding: 12px 12px 12px 40px;
	font-size: 13px;
	background: #dee5ff url(../images/icon-document.png) no-repeat 10px center;
	border-radius: 4px;
}
ul.dynatree-container li ul li .dynatree-node {
	padding: 10px 60px 10px 36px;
	font-size: 11px;
	background: #f6f8ff url(../images/icon-document.png) no-repeat 8px center;
}
ul.dynatree-container li ul li ul li .dynatree-node {
	padding-left: 42px;
}
ul.dynatree-container li ul li .dynatree-node:before {
	width: 40px;
}
/**-- Sorting ends --**/

.SuccessMsg, .noRecords {
	padding: 15px 5px 15px 55px;
	font-size: 12px;
}
.moduleFeatureHeading {
	font-size: 13px;
}
.view-spncheck {
	padding: 8px 0 0 10px;
}
.sod-amt, .sod-status {
	line-height: 10px;
	padding: 4px 6px 5px;
}
.gotomainmenu::after {
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	left: 5px;
}
.tab .headding_text {
	font-size: 14px;
	padding: 5px 0 0 0;
}
#tab:before, .tab:before {
	width: 82px;
}
.store-column .showRequest {
	font-size: 8px;
	width: 116px;
	padding: 11px 10px;
}
.store-column .showRequest:before {
	font-size: 12px;
	padding: 5px 4px;
	margin: 0 6px 0 0;
}
.divRequestXML, .divResponseXML {
	font-size: 10px;
}
.sod-status span {
	max-width: 122px;
	clear: both;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
}
 @media (max-width:500px) {
/**-- Megamenu --**/
.mainmenu-icon {
	white-space: nowrap;
	overflow: auto;
}
.header-menulink {
	float: none;
	display: inline-block;
	width: auto;
	white-space: normal;
}
/**-- Megamenu ends --**/

.col-xs-6.formItem span, .col-xs-12.formItem span {
	font-size: 10px;
}
.input-label-title {
	top: -7px;
	font-size: 11px;
	padding: 0 6px;
}
.textfield_title, .col-xs-6 input[type='text'], .col-xs-6 select, .col-xs-6 input[type='file'] {
	font-size: 11px;
	min-height: 40px;
}
.col-xs-6 select {
	line-height: 36px;
}
.formItem {
	margin-bottom: 24px;
}
textarea.textfield_title {
	min-height: 90px;
}
.imgCal {
	max-height: 40px;
}
.submitbtn, .search_btn, .go_btn, .btn-clear {
	padding: 8px;
	font-size: 10px;
}
.input-beside-link {
	font-size: 9px;
	height: 39px;
	padding: 14px 6px;
}
.img-thumbview-uc-inner .pull-left {
	width: 100%;
	text-align: center;
	max-width: 100%;
}
.uc-btn-viewimg {
	margin: 12px 0 4px 0;
}
.multiselectbox {
    padding-top:40px;
}
}
 @media (max-width:480px) {
/**-- Megamenu --**/

.brand-name span {
	font-size: 12px;
}
.brand-name {
	padding: 10px 0 0 8px;
}
#revalcmslogo {
	width: 80px;
}
.header_inner .navbar-nav > li > a.profilelink, .header_inner .navbar-nav > li > a.logoutlink {
	min-height: 54px;
	min-width: 42px;
}
.menulinks li a {
	min-height: 50px;
	font-size: 10px;
	word-break: break-all;
}
.search-block {
	width: 100%;
}
.menulinks {
	padding: 5px 8px 9px;
}
.menulinks li {
	width: 50%;
}
.dot {
	width: 7px;
	height: 7px;
	margin: 3px 2px;
}
.gotomainmenu {
	width: 34px;
	padding: 14px 0 0 0;
	margin-left: 0;
	min-height: 54px;
	margin-left: 5px;
}
/**-- Megamenu ends --**/

    /**-- viewpage --**/
.viewpage-search-right {
	width: 100%;
}
.viewpage-search-right a {
	width: 49.2%;
	/*padding: 12px 12px;*/
	font-size: 10px;
}
.recordstxt1, .recordstxt2 {
	margin: 0;
	padding: 0 40px;
}
.recordstxt1 .pagingtab_textfield {
	width: 60px;
}
.arrowscontainer .uparrow, .arrowscontainer .downarrow {
	width: 30px;
}
.arrowscontainer .uparrow:before {
	border-width: 5.5px 0 5.5px 8px;
	left: 8px;
	top: 50%;
	margin: -5px 0 0 0;
}
.arrowscontainer .downarrow:before {
	border-width: 5.5px 9px 5.5px 0;
	right: 11px;
	top: 50%;
	margin: -5px 0 0 0;
}
.arrowscontainer {
	width: 118px;
	left: 91px;
}
.save_icon, .save_close, .close_icon, .savennext {
	padding: 4px 11px 2px;
}
.gridveiw-left {
	padding-right: 124px;
}
.down, .up {
	font-size: 9px;
}
.btn-download-file {
	font-size: 11px;
	padding: 8px 5px 8px 32px;
	background: url(../images/icon-download-data.png) no-repeat 6px center;
}
.SuccessMsg, .noRecords {
	font-size: 12px;
}
.view-3-btns .search_btn {
	min-width: 86px;
}
.lbl_Information {
	font-size: 11px;
}
/**-- viewpage ends --**/
}
 @media (max-width:400px) {
/**-- viewpage --**/
.viewpage-search-right a {
	width: 48.5%;
}
.previousrecordbtn, .previousrecordbtnright, .previousrecordbtnrounded, .previousrecordbtnroundedright {
	width: 36px;
	height: 40px;
}
.arrowscontainer .uparrow, .arrowscontainer .downarrow {
	width: 26px;
	height: 31px;
}
.recordstxt1 .pagingtab_textfield {
	width: 48px;
	min-height: 31px;
	font-size: 11px;
}
.recordstxt1, .recordstxt2 {
	padding: 0 32px;
}
.arrowscontainer {
	width: 98px;
	left: 79px;
}
.recordstxt span, .recordstxt1 span, .recordstxt2 span {
	margin: 8px 0 0 0;
	font-size: 10px;
}
.save_icon, .save_close, .close_icon, .savennext {
	padding: 4px 8px 2px;
}
.btn-download-file {
	font-size: 10px;
	padding: 10px 5px 8px 32px;
	background: url(../images/icon-download-data.png) no-repeat 6px center;
}
.icon-edit img, .icon-delete img, .icon-visible img, .icon-copy img, .icon-lock img {
	max-width: 18px;
}
.icon-edit, .icon-delete, .icon-visible, .icon-copy, .icon-lock {
	min-height: 36px;
	padding: 6px 6px 0 6px;
	font-size: 10px;
}
.tbl-alink {
	max-width: 100%;/*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
}
/**-- viewpage ends --**/
}
 @media (max-width:360px) {
/**-- viewpage --**/

.previousrecordbtn, .previousrecordbtnright, .previousrecordbtnrounded, .previousrecordbtnroundedright {
	width: 31px;
}
.uparrow, .downarrow {
	width: 26px;
	height: 31px;
}
.recordstxt1, .recordstxt2 {
	padding: 0 31px;
}
.arrowscontainer {
	width: 98px;
	left: 68px;
}
.recordstxt span, .recordstxt1 span, .recordstxt2 span {
	margin: 8px 0 0 0;
	font-size: 10px;
}
.save_icon, .save_close, .close_icon, .savennext {
	font-size: 9px;
}
.view-3-btns {
	padding-right: 0;
}
.view-3-btns .search_btn {
	min-width: 80px;
}
/**-- viewpage ends --**/
}
/**-- Hidden Classes --**/
.spacer1 {
	display: none;
}
.sidenav-heading {
	display: none;
}
#ctl00_lnkHomeMenu {
	display: none;
}
#ddlSite {
	line-height: 32px;
}
#ctl00_ContentPlaceHolder1_lblTitle {
	font-size: 12px;
}
#overlay13 {
	display: none;
}
.search-block .btn-search {
	display: none;
}
.savennext {
	display: none;
}
/**-- Hidden Classes ends --**/

 @media (max-width:500px) {
#ctl00_ContentPlaceHolder1_lblTitle {
	font-size: 11px;
}
}
 .imgPresentation img{max-width:25%;}
 .FEModulestbl table{
     table-layout:fixed;
 }

.statusCompSpn{
	color:#8fbe00;
}

.mapSizeUpload {
	width: 250px;
	height: 250px;
}
	.mapSizeUpload svg {
	max-height:250px;
	width:auto !important;
	}