/* Kallik Bootstrap overlay */
html,
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*{
  scrollbar-width: thin  !important;
  scrollbar-color:#c0b9c6 rgb(241, 241, 241);
}
a {
	color: #00aeef;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h5 {
	font-size: 1em;
}

h3 small {
	font-size: 1em;
}

h4 small {
	font-size: 1em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding: 0px 6px;
	font-size: 1em;
	line-height: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

select {
	width: 284px;
}

select[multiple],
select[size] {
	height: 25px;
	line-height: 25px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
	font-size: 11px;
}

.input-append .add-on,
.input-prepend .add-on {
	font-size: 1em;
}

form {
	margin: 0;
}

.form-horizontal .controls {
	margin-left: 110px;
}

.dropdown .caret {
	margin-top: 12px;
}

.dropdown-menu {
	position: absolute;
	top: 20px;
	left: -63px;
	border: 1px solid #e6e7e8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #00aeef;
	background: #fff;
}

.btn {
	font-size: 14px !important;
	font-weight : bold !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #00aeef !important;
	cursor: pointer !important;
	background: #d6d8da !important;
	background-image: none !important;
}

.btn:hover,
.btn:focus {
	-webkit-transition: background-position 0;
	-moz-transition: background-position 0;
	-o-transition: background-position 0;
	transition: background-position 0;
	background: #a7a9ab !important;
}

.btn-small {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-mini {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-primary {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff0044cc', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
	background: #52266f !important;
	border: none;
	border-radius: 4px;
	height: 30px !important;

	text-transform: uppercase !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0095d6;
	*background-color: #0095d6;
	background: #52266f !important;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',
		endColorstr='#fff89406', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}

.btn-danger {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
		endColorstr='#ffbd362f', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
	background: #eb4c4c !important;
	border: none;
	outline: none !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight : bold !important;
}

.btn-archive {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4f2c77;
	*background-color: #4f2c77;
	background-image: -moz-linear-gradient(top, #4f2c77, #4f2c77);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f2c77), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f2c77',
		endColorstr='#4f2c77', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
	background: #4f2c77 !important;
	border: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #ffffff;
	background-color: #d0021b !important;
	*background-color: #d0021b !important;
}

.btn-archive:hover,
.btn-archive:focus,
.btn-archive:active,
.btn-archive.active,
.btn-archive.disabled,
.btn-archive[disabled] {
	color: #ffffff;
	background-color: #52266f !important;
	padding: 10px;
	border-radius: 4px;
}

.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}

.btn-danger-cross {
	text-shadow: none !important;
	color: #fff !important;
}

.btn-danger-cross-sku {
	background: #c9cbcd !important;
}

.btn-danger-cross-sku:hover {
	background: #c9cbcd !important;
	color: #fff !important;
	cursor: default !important;
}

.btn-danger-cross-component {
	background: #b4b6b8 !important;
}

.btn-danger-cross-component:hover {
	background: #b4b6b8 !important;
	color: #fff !important;
	cursor: default !important;
}

.btn-danger-cross-red {
	background: #eb4c4c !important;
	color: #fff !important;
}

.btn-danger-cross-red:hover {
	background: #d23333 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.btn-archive:active,
.btn-archive.active {
	background-color: #4f2c77;
}

.btn-archive-cross {
	text-shadow: none !important;
	color: #fff !important;
}

.btn-archive-cross-sku {
	background: #4f2c77 !important;
}

.btn-archive-cross-sku:hover {
	background: #854ec4 !important;
	color: #fff !important;
	cursor: default !important;
}

.btn-archive-cross-component {
	background: #4f2c77 !important;
}

.btn-archive-cross-component:hover {
	background: #4f2c77 !important;
	color: #fff !important;
	cursor: default !important;
}

.btn-archive-cross-red {
	background: #4f2c77 !important;
	color: #fff !important;
}

.btn-archive-cross-red:hover {
	background: #4f2c77 !important;
	color: #fff !important;
	cursor: pointer !important;
}

.btn-success {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
		endColorstr='#ff51a351', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
	background: #009aa5 !important;
	border: none;
	border-radius: 3px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #ffffff;
	background-color: #009aa5;
	*background-color: #009aa5;
	background: #009aa5 !important;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140;
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	*background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
		endColorstr='#ff2f96b4', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background: #d0021b;
}

.btn[disabled] {
	background: #c6cacd !important;
	cursor: default !important;
}

.btn-danger {
	color: #ffffff;
	background: #d0021b !important;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 70px !important;
	height: 30px !important;
	text-align: center !important;
	padding: 0px !important;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 4px !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #d0021b;
}

.btn-archive {
	color: #ffffff;
	background: #4f2c77 !important;
	border: none;
}

.btn-archive:hover,
.btn-archive:focus,
.btn-archive:active,
.btn-archive.active,
.btn-archive.disabled,
.btn-archive[disabled] {
	background-color: #4f2c77;
}

.btn-success {
	color: #ffffff;
	background: #8dc549;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center !important;
	padding: 0px Important;
	font-size: 14px;
	border-radius: 4px !important;
	outline: none !important;
	text-transform: uppercase !important;
	height : 30px !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background: #5f8d27;
}

.btn-blank {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-blank:hover {
	background: none;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 1em;
}

.btn-expand {
	height: 28px;
	margin-left: -5px;
	position: relative;
	top: -1px;
	background: #8e9092 !important;
}

.btn-expand:hover {
	background: #747678 !important;
}

.btn-expand-comp {
	height: 28px;
	margin-left: -5px;
	position: relative;
	top: -1px;
	background: #8c8e90 !important;
}

.btn-expand-comp:hover {
	background: #727476 !important;
}

.alert {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 3;
	position: absolute;
	bottom: 10%;
	left: 5%;
}

.alert h4 {
	margin-bottom: 5px;
}

#tabs {
	margin-top: 20px;
}

.nav-tabs,
.nav-pills {
	font-size: 11px;
}

.nav-tabs-translate {
	border-color: #cdcecf !important;
}

nav-tabs-translate .nav-tabs > li {
}

.navs-tab a {
	color: red;
}

.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 5px;
	padding-left: 5px;
}

.nav-tabs > li > a {
	font-weight: normal;
	color: #000;
	line-height: 11px;
	border-bottom: 2px solid;
	background-color: white;
}

.nav-tabs li {
	background: #fff !important;
	margin-right: 2px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #868a8e;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #000;
	background-color: #fff !important;
	border-bottom: 1px solid #52266f;
	margin-right: 0px;
	font-weight: normal;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #868a8e;
	color: #000;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
}

.nav-tabs > li > a,
.nav-pills > li > a {
	margin-right: 0px;
}

.nav .dropdown-toggle .caret {
	border-bottom-color: #fff;
}

.nav-tabs > li {
	margin-bottom: -3px;
}

.nav-tabs > li > a {
	border: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.tab-content {
	overflow: hidden;
	height: auto;
	position: relative;
	top: -30px;
	border: none;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: -10px;
	background: #bcbec0;
}

.top-level-tab-content.tab-content {
	background: #c9cbcd !important;
}

.modal-backdrop {
	background-color: #33373b;
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

.transparent-modal-backdrop,
.transparent-modal-backdrop.fade.in {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.modal {
	top: 20%;
	width: 500px;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3 !important;
}

.modal.fade.in {
	top: 10%;
	-webkit-border-radius: 3 !important;
	-moz-border-radius: 3 !important;
	border-radius: 3 !important;
}

.modal-header {
	height: 20px;
	border-bottom: none;
}

.modal-body {
	padding: 0px 15px 15px 15px;
	text-align: center;
}

.modal-footer {
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tooltip {
	margin-left: 10px;
	margin-top: 2px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-weight: normal !important;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.tooltip-inner {
	max-width: 400px;
	text-align: left;
	background-color: #4a4d50;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #4a4d50;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #4a4d50;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #4a4d50;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #4a4d50;
}

.popover {
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
}

.popover {
	max-width: 500px;
}

.popover-title {
	font-size: 1em;
	background-color: transparent;
	margin-bottom: 0;
	border-bottom-width: 0;
}

.accordion {
	margin-bottom: 10px;
}

.accordion-group {
	border: none;
	margin: 0px;
	margin-bottom: 2px;
}

.accordion-heading {
	background: #a7a9ab;
	background: #c9cbcd;
}

.componentAccordionHeader {
	line-height: 20px;
}

.accordion-heading:hover {
	background: #a7a9ab;
}

.accordion-heading a {
	color: #000;
	font-weight: bold;
}

.accordion-heading .accordion-toggle {
	padding: 4px 10px;
}

.accordion-inner {
	padding: 5px 5px;
	border-top: none;
}

#projectSummaryPanel .accordion-inner {
	padding: 0;
}

th a {
	color: #33373b;
	text-decoration: none;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #33373b;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #33373b;
	border-bottom-color: #33373b;
}

[class^="icon-"],
[class*=" icon-"] {
	vertical-align: inherit;
	margin-top: 0;
}

label,
input,
button,
select,
textarea {
	font-size: 11px;
}

.thumbnail > img {
	width: 200px;
}
/*
	IN 4807, thumbnails for assets were enormous in the Standard Preview.
*/
.asset img {
	width: 80px\9;
}

input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
	cursor: text;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

select[disabled],
select[readonly] {
	cursor: pointer;
}

.popover {
	background: #00aeef;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	border-radius: 6px;
	border: 0;
}

.popover.right .arrow:after {
	border-right-color: #00aeef;
}

.close {
	font-size: 20px !important;
	
}

.dropdown-menu > li > span {
	clear: both;
	color: #999999;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 20px;
	white-space: nowrap;
	cursor: default;
}

.dropdown-submenu > .dropdown-menu {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	margin-left: 0px;
}

.widgetTextField[disabled],
.widgetTextField[readonly],
TextArea[readonly],
.fileSelectorReadOnlyBox[disabled],
.countrySelectorReadOnlyBox[disabled],
.barcodeSelectorReadOnlyBox[disabled],
.minimalTextSelector[disabled] {
	background-color: #eeeeee !important;
}

.bm_component-meta-data-panel .widgetTextField[disabled],
.bm_component-meta-data-panel .widgetTextField[readonly],
.bm_component-meta-data-panel .fileSelectorReadOnlyBox[disabled],
.bm_component-meta-data-panel .countrySelectorReadOnlyBox[disabled],
.bm_component-meta-data-panel .barcodeSelectorReadOnlyBox[disabled],
.bm_component-meta-data-panel .minimalTextSelector[disabled],
.bm_component-meta-data-panel select[disabled],
.bm_component-meta-data-panel input[type="checkbox"][disabled] {
	background-color: #f2dede !important;
	border: 1px solid #f2dede;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff', GradientType=0 );
	background: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff', GradientType=0 );
}

.tooltip.right {
	margin-left: 10px;
}

#fieldTablePanel .nav-tabs {
	border-bottom: 0 !important;
}

#fieldTablePanel #translationTabs .nav-tabs {
	border-bottom: 2px solid #cdcecf;
}

.append-input {
	border-radius: 0 !important;
	height: 27px;
}

.batchAddCommentStyle {
	background-image: none;
}

.radio,
.checkbox {
	padding-left: 0px;
}

.rm-filled-content-area {
	overflow: hidden;
	background: #fff !important;
	height: 100%;
	padding: 10px;
}

.rm-nav > li > a.active {
	background-color: #fff !important;
	border-bottom: 2px solid #6a288a !important;
}

.rm-nav > li > a:hover {
	background-color: #fff !important;
}

.rm-nav {
	border-bottom: 2px solid #f6f6f6 !important;
	width: 100%;
	letter-spacing: 1px !important;
}

.sidebar a {
	color: #000 !important;
}

option{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	/* background: white !important; */
    color: rgba(0, 0, 0, 0.98) !important;
}

.Print-stepmodel {
	top:50% !important;
	left : 50% !important;
	transform: translate(-50%, -50%);
}
