@CHARSET "utf-8";

/*font*/
.bold {
	font-weight: bold;
}

.font_size_l {
	font-size: 23px;
}

.font_size_m {
	font-size: 18px;
}

.font_size_s {
	font-size: 12px;
}

.font_size_xl {
	font-size: 30px;
}

/*position*/
.left {
	float: left;
	clear: left;
}

.margin_right_m {
	margin-right: 15px !important;
}

.margin_top_m {
	margin-top: 15px !important;
}

/*size*/
.full_width {
	width: 100%;
}

/*color*/
.blue {
	color: #005eae;
}

.light-green {
	color: #8dbc0f;
}

.green {
	color: #3aaa35;
}

.red {
	color: #e74100;
}

.background-green {
	background-color: #D8FDC7;
}

.background-red {
	background-color: #FDC7C7;
}

/*Prime Faces changes*/
.ui-galleria-caption>h4 {
	margin: 0px;
}

.ui-galleria-caption>p {
	margin: 0px;
}

.ui-layout-north {
	z-index: 20 !important;
	overflow: visible !important;
}

.ui-layout-unit-content {
	overflow: visible !important;
}

.ui-layout-resizer {
	background-color: #bcbcbc;
}

.ui-button {
	background-color: #3aaa35 !important;
	background-image: none !important;
}

.ui-column-title {
	color: black;
}

.ui-button-text {
	color: white !important;
}

.ui-fieldset-legend {
	background-color: #005eae !important;
	cursor: default !important;
	background-image: none !important;
	color: white !important;
}

.ui-datatable .ui-state-highlight {
	background: #005eae !important;
}

.ui-sidebar-mask {
	display: none !important;
}

/*Custom table*/
.storepluginTable>div>table>tbody>tr.ui-datatable-even {
	background-color: #3aaa35;
}

.storepluginTable>div>table>tbody>tr.ui-datatable-odd {
	background-color: #8dbc0f;
}

.mainMenu>ul>li {
	padding: 5px !important;
	padding-right: 10px !important;
}

.mainMenu>ul>li.ui-menuitem-active, .mainMenu>ul>li>a.ui-state-hover {
	background-color: #3aaa35 !important;
	background-image: none !important;
}

.subMenu>ul>li.ui-menuitem-active, .subMenu>ul>li>a.ui-state-hover {
	background-color: #3aaa35 !important;
	background-image: none !important;
}

.wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

.container {
	display: inline-block;
}

#regContainer {
	margin-top: 20px;
}

.dashboardStorepluginDetails>tbody>tr>td {
	border: 1px solid #E1E1E1 !important;
}

.attributeKey {
	width: 300px;
}

.productTimeTaskDatepicker input {
	width: 650px;
}

.linkProductInput>ul>li>input {
	width: 390px;
}

.ui-dialog .ui-dialog-titlebar-close {
	padding: 7px !important;
}

.futureProductsTable>div>table {
	width: 98%;
	table-layout: auto;
}

#pagePreview>ul>li {
	overflow: scroll;
}