form#c_user_accountsREMIND_PASS #f-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a, #f-tabs.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    color: rgb(179,18,0);
}
	
form#c_user_accountsREMIND_PASS .f-el input{
	border-radius:50px;
	border-color: rgb(179,18,0);
}

form#c_user_accountsREMIND_PASS .f-content .note.note-info{
	background:#ffce38;
	color:rgb(179,18,0);
	border:0;
}

form#c_user_accountsREMIND_PASS .f-el.right input{
	padding: 20px 84px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;	
}

form#c_user_accountsREMIND_PASS .f-el.right input:hover{
    background: rgb(179, 18, 0);	
    color: #ffce38;
	border:0;
}

.cua-register-inputs input{
	border-radius:50px;
	border-color: rgb(179,18,0);
}

form.f-form {
	
}

.cua-register-submit.BTN{
	padding: 15px 84px;
    background: #ffce38 !important;
    border-radius: 50px;
    color: rgb(179, 18, 0) !important;
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0 !important;
}


.cua-register-submit.BTN:hover{
	background: rgb(179, 18, 0) !important;	
    color: #ffce38 !important;
	border:0 !important;
}

.cua-register-cont
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
	padding: 10px 0 80px 0;
}

.cua-register-type .i-r-wrapper .i-r-default
{
	display: none;
}

#register_form,
#login_form
{
	max-width: 600px;
	margin: auto;
}

.cua-register-type
{
	text-align: center;
	margin: -15px;
}

.cua-register-type:after
{
	content: "";
	display: block;
	clear: both;
}

.cua-register-type-inner
{
	padding: 15px;
	width: 50%;
	float:left;
	box-sizing: border-box;
}

.cua-register-type .i-r-wrapper
{
	width:100%;
	border: 1px solid #48556e;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

.cua-register-type .i-r-wrapper > label
{
	height: 0;
	position: relative;
	width: 100%;
	padding-bottom: 78%;
	font-size: 0;
	cursor: pointer;
}

.cua-register-type .i-r-wrapper.i-r-clicked > label
{
	cursor: default;
}

.cua-register-type .i-r-wrapper > label:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	padding-bottom: 78%;
}

.cua-register-type-icon
{
	font-size: 83px;
	font-weight: 400;
	color: #6b115a;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-register-type-name
{
	font-size: 19px;
	color: #a6a6a6;
	line-height: 25px;
	font-weight: 500;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*padding-top: 14px;*/
}

.cua-register-type .i-r-wrapper.i-r-clicked
{
	background: #48556e;
}

.cua-register-type .i-r-wrapper.i-r-clicked .cua-register-type-name,
.cua-register-type .i-r-wrapper.i-r-clicked .cua-register-type-icon
{
	color: #ffffff;
}

.cua-register-inputs 
{
	margin: -10px;
}

.cua-register-inputs .ERROR-ICON
{
	top: 17px;
}

.cua-register-inputs-inner
{
	box-sizing: border-box;
	padding: 10px;
}

.cua-register-input-wrap
{
	position: relative;
	font-size: 0;
}

.cua-register-inputs input
{
	width: 100%;
	box-sizing: border-box;
}

.cua-register-checkbox
{
	padding: 13px;
	box-sizing: border-box;
}

.cua-register-checkboxs
{
	padding-top: 30px;
	margin: -13px;
}

.cua-register-checkboxs-login
{
	padding: 15px 0 0;
}

.cua-register-checkbox.hide
{
	display: none;
}

.cua-register-bottom
{
	padding-top: 40px;
	margin: -10px;
	font-size: 0;
}

.cua-register-bottom-login
{
	padding-top: 20px;
}

.cua-register-bottom-inner
{
	padding: 10px;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.cua-register-bottom-inner-full
{
	padding: 5px 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.g-recaptcha
{
	/*overflow: hidden;*/
	position: relative;
	border-radius: 3px;
	z-index: 1;
	/*max-width: 240px;*/
	display: inline-block;
}

.g-recaptcha > div:before
{
	content: "";
	position: absolute;
	top:0;
	bottom: 2px;
	max-height: 74px;
	display: block;
	background: #F9F9F9;
	border: 1px solid #d3d3d3;
	border-left: none;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	right: 0;
	width: 30px;
}

.cua-register-submit
{
	box-sizing: border-box;
	text-transform: none;
	width: 100%;
	text-align: center;
}

.BTN.invert.BTNFB
{
	background: #3b5998;
	text-transform: none;
}

.BTN.invert.BTNFB:hover
{
	background: #ffffff;
	border-color: #3b5998;
	color: #3b5998;
}

.cua-register-bottom-below
{
	font-size: 0;
	text-align: justify;
	padding: 40px 0 0;
	text-justify: distribute;
}

.cua-register-bottom-below:after
{
	content: "";
	width: 100%;
	display: inline-block;
	height: 0;
}

.cua-register-bottom-below-link
{
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
}

/*PANEL UZYTKOWNIKA*/

.cua-content
{
	display: table;
	width: 100%;
	table-layout: fixed;
}



.cua-content-left
{
	border: 2px solid  rgb(179, 18, 0);
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 250px;
	position: relative;
	font-size: 0;
	z-index: 2;
	/*border-right: 2px solid #494949;*/
	background: url(/template/default_modern/gfx/dish_details.png);
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-content-left.hide
{
	width: 40px;
}

.cua-content-left-menu
{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 14px;
	text-align: center;
}

.cua-content-left-menu-handler
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 20px;
}

.cua-content-left-blocks
{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	font-size: 14px;
	background: url(/template/default_modern/gfx/dish_details.png);
	white-space: normal;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	height: 100%;
}

.cua-content-left.hide .cua-content-left-blocks
{
	height: 0;
	overflow: hidden;
}

.cua-content-left a
{
	color: #ffffff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cua-content-left a:hover
{
	color: #ffffff;
}

.cua-content-right
{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 190px;
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*overflow: hidden;*/
}

.cua-content-right h3.cua-content-right-title
{
	font-size: 27px;
	color: rgb(179, 18, 0);
	font-weight: 600;
	padding: 25px 40px;
}

.cdps-item h2
{
	font-size: 0;
	color: #494949;
	position: relative;
	text-align: justify;
	margin: 0 -20px;
	display: block;
	padding-bottom: 35px;
	text-justify: distribute;
}

.cdps-item h2:before
{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background: #6b115a;
	left: 0;
	right: 0;
	top: 19px;
}

.cdps-item h2:after
{
	content: "";
	display: inline-block;
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
	
}

.cdps-item h2 span
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 500;
	background: #fafafa;
	padding: 5px 20px;
}

.cdps-item h2 a
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	background: #fafafa;
	padding: 5px 20px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cdps-item-content
{
	font-size: 19px;
	font-weight: 600;
	color: #a6a6a6;
	padding-bottom: 80px;
}

.cdps-item-content .panel-labels
{
	margin: -5px -20px;
	text-align: justify;
	font-size: 0;
	text-justify: distribute;
}

.cdps-item-content .panel-labels:after
{
	content: "";
	display: inline-block;
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
}

.cdps-item-order.cdps-item-content .panel-labels:after,
.cdps-client-order.cdps-item-content .panel-labels:after,
.cdps-delivery-order.cdps-item-content .panel-labels:after,
.cdps-fvat-order.cdps-item-content .panel-labels:after
{
	display: none;
}

.cdps-item-order.cdps-item-content,
.cdps-client-order.cdps-item-content,
.cdps-delivery-order.cdps-item-content,
.cdps-fvat-order.cdps-item-content
{
	padding-bottom: 20px;
}

.cdps-item-content label.panel-label
{
	padding: 5px 20px;
	text-align: left;
	display: inline-block;
	font-size: 19px;
}

.cdps-item-content label.panel-label span
{
	color: #494949;
}

.cdps-item-content label.panel-label span.GREEN
{
	color: #4a9e5f;
}

.cdps-item-content-shop-avatar
{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	box-sizing: border-box;
	padding-right: 40px;
}

.cdps-item-content-shop
{
	font-size: 0;
}

.cdps-item-content-shop-data
{
	width: 100%;
	margin-left: -280px;
	box-sizing: border-box;
	padding-left: 280px;
	font-size: 19px;
	display: inline-block;
	vertical-align: top;
}

.cdps-item-content-shop-avatar-inner
{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	position: relative;
}

.cdps-item-content-shop-avatar-inner img {
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cdps-item-content-shop-avatar-inner i
{
	font-size: 80px;
	color: #b5b5b5;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cdps-item-content-shop-avatar-inner i:after
{
	content: "";
	position: absolute;
	display: block;
	top: -40px;
	bottom: -40px;
	left: -40px;
	right: -40px;
	border: 3px dashed #b5b5b5;
	border-radius: 3px;	
}

.cdps-item-content-shop-avatar-inner img.cdps-item-content-shop-avatar-inner-empty
{
	max-width: 60%;
	max-height: 60%;
}

.cdps-item-content-shop-avatar-btn
{
	text-align: justify;
	box-sizing: border-box;
	padding-right: 40px;
	padding-top: 10px;
	text-justify: distribute;
}

.cdps-item-content-shop-avatar-btn:after
{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}

.cdps-item-content-shop-avatar-btn > a
{
	display: inline-block;
	color: #a6a6a6;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cdps-item-content-shop-avatar-btn > a:hover,
.cdps-item-content-shop-avatar-btn > a.hover
{
	color: #6b115a;
}

.text-with-link
{
	margin: -5px -20px;
}

.text-with-link > *
{
	display: inline-block;
	padding: 5px 20px;
}

.pb-80
{
	padding-bottom: 80px;
}

.cdps-verify-button
{
	margin-bottom: 20px;
}

.cua-show-count
{
	position: absolute;
	top: -105px;
	bottom: 0;
	left: 0;
	right: -55px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #6b115a;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto;
}

.cua-show-count i
{
	font-size: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 16px;
	width: 16px;
}

.i-domain
{
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}

.panel-label-email
{
	display: inline-block;
	word-break: break-all;
}

.cua-register-text
{
	font-size: 19px;
	font-weight: 300;
	line-height: 22px;
}

.cua-register-text a
{
	font-weight: normal;
}

/*PANEL UZYTKOWNIKA*/

.cua-sort-block .title
{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 20px 0;
	color: #ffffff;
}

.cua-avatar-menu
{
	text-align: center;
	padding: 20px 0 0;
}

.cua-avatar-menu-inner
{
	display: inline-block;
}

.cua-avatar-menu-inner:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.cua-avatar-menu-img
{
	font-size: 80px;
	line-height: 80px;
	height: 80px;
	display: inline-block;
}

.cua-avatar-menu-fullname
{
	font-size: 18px;
	padding: 5px 20px;
	display: inline-block;
}

.cua-menu-links
{
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}

.cua-menu-links a
{
	display: block;
	padding: 10px 20px;
	text-align: right;
	background: rgb(125, 12, 0);
	box-sizing: border-box;
	border-left: 10px solid transparent;
}

.cua-menu-links a:hover,
.cua-menu-links a.active
{
	background: white;
	color:rgb(179,18,0);
	border-left: 10px solid #ffce38;
}

.cua.cua-content .f-form{
	background: transparent;
}

.cua .f-form .ui-tabs li.ui-tabs-tab{
	background: #ffce38 !important;
}

.cua .f-form .ui-tabs li.ui-tabs-tab a{
	color: rgb(179,18,0) !important;
}


.cua-content a#f-avatar-change-c_user_accountsDATAavatar {
    padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

.cua-content a#f-avatar-change-c_user_accountsDATAavatar.hover{
    background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

input#c_user_accountsCHANGE_EMAILnew_email {
    border-color: rgb(179, 18, 0);
    border-radius: 50px;
}

#F_TAB_tab0c_user_accountsCHANGE_EMAIL .note.note-info {
	background:#ffce38;
	color: rgb(179, 18, 0);
	border:0;
}

input#c_user_accountsCHANGE_EMAILformSubmit {
	padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

@media (max-width: 1023px){
	.cua.cua-content .f-tabs-accordion-head.ui-accordion-header {
		font-size: 18px;
		/* padding: 15px; */
		background: rgb(179, 18, 0) !important;
		color: #ffffff;
		border: none;
	}
	
/*	.cua.cua-content .ui-widget-content {
		border: 1px solid rgb(179, 18, 0);
		background-color: rgb((245, 238, 219);
		color: rgb(179, 18, 0);
	}*/
}

input#c_user_accountsCHANGE_EMAILformSubmit:hover {
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.f-avatar-content .f-avatar-buttons .BTN_SMALL{
	padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

.f-avatar-content .f-avatar-buttons .BTN_SMALL.hover{
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.f-avatar-content .f-avatar-buttons .BTN_SMALL:hover{
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.ftab-buttons-panel .right.f-type-submit input{
	padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

.f-password-input input{
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

.f-el .f-password-input .f-password-input-generator {
	border-radius: 50px;
	color: rgb(179, 18, 0);
    border-color: rgb(179, 18, 0);
}

.f-el .f-password-input .f-password-input-generator:hover {
	background: rgb(179, 18, 0);
	color:white;
}

.ftab-buttons-panel-wrap .invert.c_user_accountsDATAcancelEditSubmit{
	padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

.ftab-buttons-panel-wrap .invert.c_user_accountsDATAcancelEditSubmit:hover{
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.f-el .f-password-input .f-password-show {
	color: rgb(179, 18, 0);
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

.f-el .f-password-input .f-password-show:hover {
	background: rgb(179, 18, 0);
	color:white;
}

.ftab-buttons-panel .right.f-type-submit input:hover{
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.f-el a {
    color: rgb(179, 18, 0);
}

.f-el a:active {
    color: #ffce38;
}

.f-el-info{
	border: 0;
	background: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-cont{
	background: transparent;
}

.cua.cua-content .imp-grid-cont .imp-grid-cont-top{
	color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-cont .imp-grid-cont-top input{
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-cont .imp-grid-cont-top i{
	color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-main .g-head-row th{
	background: rgb(179, 18, 0);
}

.cua.cua-content .g-data-tool a.nc-icon-glyph {
    color: rgb(179, 18, 0);
}

.cua.cua-content .g-row-hover a {
    color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-footer .sf-s-holder{
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-top-filters-main .sf-s-holder{
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}
	
a.ui-datepicker-next.ui-corner-all {
    background: rgb(179, 18, 0);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background:  rgb(179, 18, 0);
    border-color:  rgb(179, 18, 0);
}

a.ui-state-default{
	background:  rgb(179, 18, 0);
    border-color:  rgb(179, 18, 0);
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    background:  rgb(179, 18, 0);
    border-color:  rgb(179, 18, 0); 
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all.ui-state-hover{
    background:white;
	color: rgb(179, 18, 0);
}

.cua.cua-content .imp-grid-cont .note{
	background: #ffce38;
    color: rgb(179, 18, 0);
    border: 0;
}

.cua.cua-content .imp-grid-cont .data-grid-multiselect-btn{
	border-color:  rgb(179, 18, 0) !important;
	border-radius:50px;
}

.cua.cua-content .imp-grid-cont .imp-grid-top-filter-multiselect{
	border: 1px solid rgb(179, 18, 0) !important;
}

.cua.cua-content .imp-grid-cont .imp-grid-top-filter-multiselect input[type="submit"]{ 
	padding: 20px 55px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

.cua.cua-content .imp-grid-cont .imp-grid-top-filter-multiselect input[type="submit"]:hover{ 
	background: rgb(179, 18, 0) !important;	
    color: #ffce38!important;
	border:0 !important;
}

.cua.cua-content .imp-grid-top-active-filters h3{
	color: rgb(179, 18, 0);
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all{
	
}

#F_TAB_tab1c_user_accountsDATA input:not(.hasDatepicker){
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

#F_TAB_tab1c_user_accountsDATA input{
    border-color: rgb(179, 18, 0);
}

#F_TAB_tab1c_user_accountsDATA .sf-s-holder{
	border-radius: 50px;
    border-color: rgb(179, 18, 0);
}

#F_TAB_tab1c_user_accountsDATA textarea{
	border-radius: 7px;
	border-color: rgb(179, 18, 0);
}

#F_TAB_tab1c_user_accountsDATA .col-table-inner .sf-s-wrapper{
	width:155px;
}

#F_TAB_tab2c_user_accountsDATA input{
    border-color: rgb(179, 18, 0);
	border-radius: 50px;
}

#F_TAB_tab2c_user_accountsDATA .sf-s-holder{
    border-color: rgb(179, 18, 0);
	border-radius: 50px;
}

#F_TAB_tab2c_user_accountsDATA span.f-text-icon.nc-icon-glyph.nip-sign{
	border-right: 1px rgb(179, 18, 0);
	border-radius:50px;
}

#F_TAB_tab3c_user_accountsDATA input{
    border-color: rgb(179, 18, 0);
	border-radius: 50px;
}

#F_TAB_tab3c_user_accountsDATA .sf-s-holder{
    border-color: rgb(179, 18, 0);
	border-radius: 50px;
}

.cua .f-form .ui-tabs li.ui-tabs-tab:hover{
	background: rgb(179,18,0) !important;
}

.cua .f-form .ui-tabs li.ui-tabs-tab:hover a{
	color: #ffce38 !important;
	cursor:pointer;
}

section.ui-tabs-panel {
    color: rgb(179,18,0);
}

.f-form .f-label{
	color: rgb(179,18,0);
}

@media all and (max-width: 1400px){
	.cua-register-bottom-below-link,
	.cua-register-type-name,
	.cua-menu-item a
	{
		font-size: 18px;
	}
	
	.cua-menu-item i
	{
		font-size: 42px;
	}
	
	.cua-content-right
	{
		padding-right: 100px;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 25px;
	}
	
	.cdps-item h2 span
	{
		font-size: 21px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 18px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 70px;
	}
}

@media all and (max-width: 1200px){
	.cua-register-bottom-below-link,
	.cua-register-type-name,
	.cua-menu-item a
	{
		font-size: 17px;
	}
	
	.cua-menu-item i
	{
		font-size: 40px;
	}
	
	
	.cua-content-right
	{
		padding-right: 0;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 23px;
	}
	
	.cdps-item h2 span
	{
		font-size: 20px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 17px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 60px;
	}
}

@media all and (max-width: 1024px){
	.cua-register-bottom-below-link,
	.cua-menu-item a
	{
		font-size: 16px;
		font-weight: normal;
	}
	
	.cua-menu-item i
	{
		font-size: 38px;
	}
	
	.cua-register-bottom-below
	{
		padding: 40px 0px 0;
	}
	
	.cua-content-right h3.cua-content-right-title
	{
		font-size: 22px;
		padding: 22px 0;
		box-sizing: border-box;
		width: 90%;
		margin: auto;
	}
	
	#f-tabs.ui-widget.ui-widget-content
	{
		box-sizing: border-box;
		margin: auto;
	}
	
	#f-tabs.ui-tabs .ui-tabs-panel
	{
		margin: 0 -10px;
	}
	
	.cdps-item h2 span
	{
		font-size: 19px;
	}
	
	.cua-register-text,
	.cdps-item-content label.panel-label
	{
		font-size: 16px;
	}
	
	.cdps-item-content
	{
		padding-bottom: 50px;
	}
	
	.pb-80
	{
		padding-bottom: 50px;
	}
}

@media all and (max-width: 1023px){
	.cua-content-right
	{
		display: block;
		position: relative;
		max-width: 100vw;
		margin-left: -180px;
		width: calc(100% + 180px);
	}
	
	.cua-content-right.hide
	{
		margin-left: 0;
		width: 100%;
	}
	
	.cua-menu-item.active:before,
	.cua-menu-item.active:after
	{
		display: none;
	}
	
	.cua-menu-item a
	{
		padding: 20px 40px;
	}
	
	.cua-show-count
	{
		top: -70px;
		right: -60px;
	}
	
	.cdps-item-content-shop-avatar-btn
	{
		text-align: left;
	}
}

@media all and (max-width: 767px){
	.cdps-item-content-shop-data
	{
		padding-left: 180px;
		margin-left: -180px;
	}
	
	.cdps-item-content-shop-avatar
	{
		width: 180px;
		padding-right: 20px;
	}
	
	.text-with-link > *
	{
		padding: 5px 15px;
	}
	
	.text-with-link
	{
		margin: -5px -15px;
	}
}

@media all and (max-width: 550px){
	.cdps-item-content-shop-data
	{
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.cdps-item-content-shop-avatar
	{
		width: 100%;
		padding-right: 0px;
		text-align: center;
		max-width: 320px;
		margin: auto;
		display: block;
		padding-bottom: 20px;
	}
	
	.cua-register-bottom-inner-recaptcha
	{
		max-width: 265px;
		margin: auto;
		display: block;
	}
	
	.cua-register-bottom-inner
	{
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 479px){
	.cdps-item h2
	{
		margin: 0 -10px;
	}
	
	.cdps-item h2 span,
	.cdps-item h2 a
	{
		padding: 5px 10px;
	}
	
	.cdps-item-content .panel-labels
	{
		margin: 0 -10px;
	}
	
	.cdps-item-content label.panel-label
	{
		padding: 5px 10px;
	}
	
	.cua-register-type-icon
	{
		font-size: 55px;
	}
	
	.cua-register-type-icon
	{
		font-size: 45px;
	}
	
	.cua-register-type
	{
		margin: -10px;
	}
	
	.cua-register-type-inner
	{
		padding: 10px;
	}
}

.cua-payment-form
{
	max-width: 480px;
	width: 90%;
	margin: -30px auto auto;
	text-align: left;
	padding: 30px;
	color:rgb(179,18,0);
}

.cua-payment-form .cua-input-container input{
	border: 1px solid rgb(179,18,0);
	border-radius:50px;
}

.cua-payment-form .sf-r-clicked .sf-r-default span{
	background:#ffce38;
}

.cua-payment-form-bottom input.invert{
	padding: 20px 84px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;	
}

.cua-payment-form-bottom input.invert:hover{
	background: rgb(179, 18, 0);	
    color: #ffce38;
	border:0;
}

.cua-payment-form .sf-r-group
{
	margin: -8px;
}

.cua-input-container
{
	padding: 8px 0;
}

.cua-payment-form .sf-r-wrapper
{
	margin: 8px;
}

.cua-payment-form-bottom input[type=submit]
{
	width: 100%;
}

.cua-payment-form .cua-inputs-wrap
{
	margin-bottom: 20px;
}

.cua-payment-form-to-pay
{
	font-weight: normal;
	font-size: 22px;
	margin: 35px 0 5px;
	text-align: right;
}

.cua-input-container input[type=text],
.cua-input-container input[type=email],
.cua-input-container input[type=password]
{
	width: 100%;
	box-sizing: border-box;
}

#F_TAB_tab0c_user_accountsDATA .col-table.col-table-avatar{
	 display:none;
}

#F_TAB_tab0c_user_accountsDATA  .f-required-wrap{
	display:none;
}

#c_shopPREIVIEW input.c_shopPREIVIEWcancelEditSubmit{
	padding: 14px 50px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

#c_shopPREIVIEW input.c_shopPREIVIEWgoPaymentButton{
	padding: 14px 50px;
    background: #ffce38;
    border-radius: 50px;
    color: rgb(179, 18, 0);
    overflow: initial !important;
    text-overflow: initial !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
	border:0;
}

#c_shopPREIVIEW input.c_shopPREIVIEWcancelEditSubmit:hover{
	background: rgb(179, 18, 0);	
    color: #ffce38;
	border:0;
}

#c_shopPREIVIEW input.c_shopPREIVIEWgoPaymentButton:hover{
	background: rgb(179, 18, 0);	
    color: #ffce38;
	border:0;
}

#F_TAB_tab0c_shopPREIVIEW .note.note-error{
	background: #ffce38;
    color: rgb(179, 18, 0);
	border:0;
}

.cua.cua-content li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    background: rgb(179, 18, 0) !important;
}

.cua.cua-content li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a{
    color:  #ffce38 !important;
}
