<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&amp;subset=latin-ext';*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=latin-ext');

/* RB Controls styles
-----------------------------------------------------------*/

/* clearfix */
.body_editorpage .menu_items:after,
.body_editorpage .menu_divitem:after,
.inputpage_field:after,
.rb-grid-header-columns:after,
.rb-grid-row:after,.rb-grid-pager:after,.rb-grid-filters:after,
.home_rss:after,
.rb-datedit-popup-main-footer:after,
.inputpage:after,
.rb-datedit-popup-main-header:after,
.titlevalue_pair:after,
.inputpage_multiselect_list_header:after,
.rb-grid-row-data-items:after,
.body_editorpage .input .inputpage_buttons_before:after,
.reportresult_result_item_PDF:after, .reportresult_info:after,
.rb-deleteuser-full:after,
#grid_AdminNewsLetterContentPersonLinkInfoGrid .rb-grid-header-item-actions:after,
.newsletter_summary_header:after {
    display: table;
    content: "";
    clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*----------------------------------------------------------*/

.rb-rss
{
    
}

.home_rss_full {
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);			
}

.rb-rss-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #314765;
    color: #FFF;
    padding: 10px;
}

.rb-rss-item-author {
    margin: 5px 0;
}

.rb-rss-item
{
	display: block;
    clear: left;
    margin-bottom: 5px;
    padding: 0 5px;
    cursor: pointer;
}

.rb-rss-item &gt; div {
	display: inline-block;
	vertical-align: top;
}

.rb-rss-item-info-top &gt; div {
	display: inline;
}

.rb-rss-item-category:before,
.rb-rss-item-author:before {
	display: inline;
	content: " - ";	
}

.rb-rss-item-category,
.rb-rss-item-author {
	font-size: 13px;
	font-weight: 400;
	color: gray;
}

.rb-rss-item-pubdate,
.rb-rss-item-image,
.rb-rss-item-info,
.rb-rss-item-title,
.rb-rss-item-author,
.rb-rss-item-description
{
      
}

.rb-rss-item-pubdate {
	width: 50px;
    margin-bottom: 5px;
}

.rb-rss-item-info {
	width: calc(100% - 60px);
	position: relative;
}

.rb-rss-item-title {
    font-size: 14px;
}

.rb-rss-item:hover .rb-rss-item-title {
	color: #dc2121;
	color: #22ae68;
}

.rb-rss-item-image_img
{
    width: 50px;
    height: auto;
}

.rb-rss-item-bigimage:hover .rb-rss-item-image_img
{
    width: 200px;
    height: auto;
}

.rb-rss-item-image,
.rb-rss-item-info {
    display: inline-block;
    vertical-align: middle;
}

.rb-rss-item-image + .rb-rss-item-info {
    width: calc(100% - 120px);
    margin-left: 5px;
}

.rb-rss-item-bigimage:hover .rb-rss-item-info
{
    width: calc(100% - 270px);
}

.rb-rss-item-image_img,
.rb-rss-item-image + .rb-rss-item-info  {
    -webkit-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
}

.rb-rss-item-description
{
    clear: left;
    display: none;
    width: 80%;
    position: absolute;
    top: 100%;
    right: -11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px;
    /*background: #FFF;*/
    background: #314765;
    color: #FFF;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.rb-rss-item:hover .rb-rss-item-description
{
    display: block;
}

.rb-rss-item-timeseparator
{
    clear: left;
    width: 100%;
    height: 2px;
    background-color: #52abf7;
}

.rb-rss-item-info-top
{
    font-weight: bold;
}

.rb-rss-item-description div
{
    display: none;
}

/* RBCheckBox */
.rbcheckbox
{
    width: 30px;
    height: 30px;
    margin: 3px auto 0;
    border: 1px solid #050517;
    cursor: pointer;
}

.rbcheckbox:before
{	
	display: block;
	width: 100%;
	height: 100%;
	content: "\2713";
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	color: #484848;
	/*background: url(/content/images/icon-webshopitem-checked.png) no-repeat center;*/
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
			transition: opacity 0.25s ease-out;
}

.input-textarea-originalformat {
	font-size: 14px;
	margin-top: -25px;
}

.input-textarea-originalformat .rbcheckbox {
	width: 20px;
	height: 20px;
	border-color: #b3b3b3;
}

.input-textarea-originalformat .rbcheckbox:before {
	line-height: 20px;
}

.input-textarea-originalformat &gt; div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.rbcheckbox-null
{
    
}

.rbcheckbox-1:before
{
    opacity: 1;
}

.rbcheckbox-0:before
{
    opacity: 0.3;
}

.rbcheckbox-notenablenull.rbcheckbox-0:before
{
	opacity: 0;
} 

/* RBDateEdit */

#inputpage_rbdateedit-Birthday {
    position: relative;
    clear: both;
}

.inputpage_rbdateedit .inputpage_item
{
    float: left;
}

.inputpage_rbdateedit,
.input-fieldtype-DateTime,
.inputpage_rbeditid,
.inputpage_rbtextcombo {
	position: relative;	
}

.inputpage_rbeditid .editidsearch-main,
.editidsearch-active {
	width: 100%;
    position: absolute;
    top: 42px;
    background: #FFF;
    z-index: 3;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.editidsearch-main .editiditem:hover {
	background: #dcdcdc;
	cursor: pointer;
}

.inputpage_rbeditid {
	max-width: 400px;
}

.inputpage_rbeditid .inputpage_item {
	width: 100%;
}

.rb-datedit-popupbutton
{
    display: inline-block;
    vertical-align: top;
    
    position: absolute;
    top: 8px;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    cursor: pointer;    
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.inputpage_fields .rb-datedit-popupbutton {
	position: static;
	right: 15px;
	top: 8px;	
}

.rb-grid-filter-item .rb-datedit-popupbutton,
.popupinput-QuickSectionGroup .rb-datedit-popupbutton,
.popupinput-EMailCreateCoupon .rb-datedit-popupbutton,
.popupinput-QuickNews .rb-datedit-popupbutton {
	position: absolute;
}

.rb-datedit-popup
{
    clear: left;
    position: relative;
}

.rb-datedit-normalpopup .rb-datedit-popup-main 
{
    position: absolute;
    top: 0;
    z-index: 2;
}

.rb-datedit-popup-main {    
    width: 280px;
    background: #FFF;
    /*border: 1px solid #e6e6e6;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.rb-datedit-popup-main-header
{
    clear: left;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rb-datedit-popup-main-header &gt; div {
	float: left;
}

.rb-datedit-popup-main-header-prevyear,
.rb-datedit-popup-main-header-prevmonth,
.rb-datedit-popup-main-header-nextmonth,
.rb-datedit-popup-main-header-nextyear
{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.rb-datedit-popup-main-header-prevyear,
.rb-datedit-popup-main-header-prevmonth {
    background: url(/content/images/icon-arrow-prev.png) no-repeat center;
    background-size: 60%;
}

.rb-datedit-popup-main-header-nextmonth,
.rb-datedit-popup-main-header-nextyear {
    background: url(/content/images/icon-arrow-next.png) no-repeat center;
    background-size: 60%;
}

.rb-datedit-popup-main-header-actmonth
{
    width: calc(100% - 120px);
    float: left;
    text-align: center;
    line-height: 30px;
}

.rb-datedit-popup-main-body
{
    clear: left;
}

.rb-datedit-popup-main-body-dayheaders
{
    clear: left;
    text-align: center;
}

.rb-datedit-popup-main-body-dayheaders-day,
.rb-datedit-popup-main-body-day {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.rb-datedit-popup-main-body-dayheaders-day,
.rb-datedit-popup-main-body-day
{
    display: inline-block;
}

.rb-datedit-popup-main-body-days
{
    clear: left;
    cursor: pointer;
}

.rb-datedit-popup-main-body-day-8,
.rb-datedit-popup-main-body-day-15,
.rb-datedit-popup-main-body-day-22,
.rb-datedit-popup-main-body-day-29,
.rb-datedit-popup-main-body-day-36
{
    clear: left;
}

.rb-datedit-popup-main-footer
{
    clear: left;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
}

.rb-datedit-popup-main-footer-today,
.rb-datedit-popup-main-footer-delete {
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    		transition: all 0.25s ease-out; 
}

.rb-datedit-popup-main-footer-today:hover,
.rb-datedit-popup-main-footer-delete:hover {
    background: #f1f1f1;
}

.rb-datedit-popup-main-footer-today
{
    float: left;
}

.rb-datedit-popup-main-footer-delete
{
    float: right;
}

.rb-datedit-popup-main-body-day-actmonth
{
    background-color: #eaeaea;
}

.rb-datedit-popup-main-body-day-inputdate
{
    background-color: #9a9a9a;
    color: #FFF;
}

.rb-datedit-popup-main-body-day-actmonth.rb-datedit-popup-main-body-day-today
{
    background-color: #505050;
    color: #FFF;
}

.inputpage_fieldtype_DateTime .inputpage_item,
.inputpage_fieldtype_Date .inputpage_item {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}


/* grid */

.rb-grid-row-data-items {
	cursor: pointer;
}

.rb-grid-header
{
    clear: both;
    margin-bottom: 40px;
}

.inputpage_fieldpage .rb-grid-header{
    position: relative;
}

.rb-grid-header-columns,
.rb-grid-filters
{
    clear: left;
}

.rb-grid-header-columns {
    /*position: relative;*/
}

.rb-grid-filter-item
{
    float:left;
}

.grid-ext-filter-title
{
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;	
}

.rb-grid-filter-item input,
.grid-ext-filter-filter input
{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #d80c0c;
}

.grid-ext-filter-filter input
{
	font-size: 14px;
    padding: 5px;
}

.rb-grid-header-item
{
    float: left;
    cursor: pointer;
    padding: 10px 5px;
    font-size: 14px;
}

.rb-grid-header-columns .rb-grid-header-selectitem {
	padding: 0;
	height: 42px;
	/*background: url(/content/images/icon-checkbox.png) no-repeat center;
	background-size: 20px;	*/
}

.rb-grid-filter-selectitem {
	height: 39px;
}

.rb-grid-top {
	float: left;
}

.rb-grid-header-item-actions {
    width: auto;
    float: right;
/*    position: absolute;
    top: 10px;
    right: 35px;*/
}

.rb-grid-header-item-actions &gt; div {
	display: inline-block;
}

.rb-mediastate-Mobile .rb-grid-header-item-actions {
	right: 10px;
}

#grid_AdminNewsLetterContentPersonLinkInfoGrid .rb-grid-header-item-actions {
	position: static;
	margin: 15px 0;
}

#grid_AdminNewsLetterContentPersonLinkInfoGrid .rb-grid-insert {
	float: right;
	margin-top: 10px;
}

.newsletter-ext-button {
	margin: 5px 0 5px 10px;
}

.rb-grid-full {
	position: relative;
}

.inputpage_fieldpage .rb-grid-header-item-actions {
    /*top: -30px;
    right: 0px;*/
    
    top: 0px;
    right: 30px;
}

.rb-grid-header-item-actions &gt; div
{
    margin-left: 10px;
    vertical-align: middle;
}

.rb-grid-header-item-actions &gt; div &gt; div
{
	display: inline-block;
    vertical-align: middle;
    border: 1px solid #b9b9b9;
    width: auto;
    padding: 5px 15px;
    border-radius: 2px;
	-webkit-transition: all 0.2s ease-out;
    	-ms-transition: all 0.2s ease-out;
    		transition: all 0.2s ease-out;
}

div.rb-grid-topext {
	border: none;
	padding: 0;
}

.rb-grid-header-item .rb-grid-topext {
	padding: 0;
	border: 0;
}

.rb-grid-header-item-actions &gt; div &gt; div:hover
{
    background: #dcdcdc;
}

.rb-grid-header-item-name,
.rb-grid-header-item-sort
{
    float: left;
    word-break: normal;
}

.rb-grid-header-item.rb-grid-row-item-float .rb-grid-header-item-name,
.rb-grid-header-item.rb-grid-row-item-int .rb-grid-header-item-name {
	float: none;
}

.rb-grid-header-sort .rb-grid-header-item-sort
{
    width: 10px;
    height: 10px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin-left: 15px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.rb-grid-header-sortdesc .rb-grid-header-item-sort
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.rb-grid-body
{
    clear: left;
    height: 100%;
}

.rb-grid-rows
{
    clear: left;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
}

.rb-grid-row
{
	background: #FFF;
    font-size: 14px;
    clear: left;
    padding: 10px 0 10px 10px;
    -webkit-transition: background 0.2s ease-out;
    	-ms-transition: background 0.2s ease-out;
    		transition: background 0.2s ease-out;
}

.rb-grid-row:nth-child(odd)
{
    /*background: #f9f9f9;*/
    background: #d6d6d6;
}

.rb-grid-row:hover {
	background: #c7c7c7;
	background: #47525d;
	color: #FFF;
}

.rb-grid-row-item
{
    float: left;
    margin-bottom: 10px;
    word-break: break-all;
}

.rb-grid-row-item-float,
.rb-grid-row-item-int {
	text-align: right;
	padding-right: 20px;
}

.rb-grid-row-item-checkbox
{
    width: 40px;
    height: 40px;
    opacity: 0.3;
    background: url(/content/images/icon-checkbox.png) no-repeat center;
    background-size: 20px;
}

.rb-grid-header-item.rb-grid-row-item-checkbox {
	opacity: 1;
	background: none;
	height: auto;
}

.rb-grid-row-item-checkbox .rb-grid-header-item-name {
	word-break: break-word;	
}

.rb-grid-row-item-null {
	background: none;
}

.rb-grid-row-item-action
{
    display: inline-block;
    /*margin-right: 10px;*/
    cursor: pointer;
}

.rb-grid-row-item-action-delete { 
    color: #ad0011;
}

.rb-grid-row-item-action:hover {
    /*font-weight: 600;*/
}

.rb-grid-pager
{
    clear: left;
    padding: 30px 10px;
}

.rb-grid-header .rb-grid-pager {
    padding: 15px 10px;
}

.inputpage_multiselect_grid .rb-grid-pager {
	padding: 30px 0 15px;	
}

.rb-grid-pager-sumpage
{
    float: left;
}

.rb-grid-pager-total
{
    float: left;
    margin-left: 15px;
}

.rb-grid-pager-pages
{
    float: right;
}

.rb-grid-pager-page {
    cursor: pointer;
}

.rb-grid-pager-nextprev {
    width: 10px;
    height: 10px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    -webkit-transform: rotate(-135deg) translateX(-5px);
        -ms-transform: rotate(-135deg) translateX(-5px);
            transform: rotate(-135deg) translateX(-5px);
}

.rb-grid-pager-page + .rb-grid-pager-nextprev {
    -webkit-transform: rotate(45deg) translateX(5px);
        -ms-transform: rotate(45deg) translateX(5px);
            transform: rotate(45deg) translateX(5px); 
} 

.rb-grid-pager-nextprevdisable {
    opacity: 0.2;
}

.rb-grid-pager-page,
.rb-grid-pager-pageseparator
{
    float: left;
    margin-left: 10px;
}

.rb-grid-pager-actpage
{
    font-weight: 600;
}

.rb-grid-header-columns,
.rb-grid-filters,
.rb-grid-rows {
    
}

.rb-grid-headergroup-columns &gt; div {
	float: left;
	min-height: 20px;
}



.rb-grid-title,
.rb-dashboard-title,
.editor_news_messages_full .rb2-slider-title {
    font-size: 28px;
    /*margin: 20px 0;*/
}


.rb-grid-row-item.rb-grid-row-item-actions {
    width: 100%;
    float: none;
    clear: both;
    opacity: 0.3;
    margin-bottom: 0;
    font-size: 14px;
    -webkit-transition: opacity 0.2s ease-out;
    	-ms-transition: opacity 0.2s ease-out;
    		transition: opacity 0.2s ease-out;
}

.rb-grid-row:hover .rb-grid-row-item-actions {
    opacity: 1;
}

.rb-grid-row-item-image_img {
    max-width: 40px;   
}

.rb-grid-row-item-center .basketitem-row-action-update {
	height: 44px;
	background: url(/content/images/icon-collector-edit.png) no-repeat center;	
	background-size: 24px;
}

.rb-grid-row-item-center .basketitem-row-action-delete {
	height: 44px;
	background: url(/content/images/icon-collector-delete.png) no-repeat center;
	background-size: 24px;
}

/* Input Edit Styles
-----------------------------------------------------------*/

.input {
    padding: 0;
}

.body_editorpage .input fieldset {
	background: #FFF;
    padding: 20px 10px;
    margin: 0;
    position: relative;
    border: 1px solid #e6e6e6;
    clear: both;
    -webkit-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
}

.popup-input-popup_panel .input fieldset {
	box-shadow: none;
	background: none;
}

.body_editorpage .input .inputpage_field {
    margin-top: 0;
    margin-bottom: 15px;
}

.body_editorpage .input .inputpage_label {
    float: none;
    display: block;
    margin-bottom: 5px;   
}

.body_editorpage .inputpage_fieldtype_CheckBox .inputpage_label {
    display: inline-block;
    cursor: pointer;
}

.body_editorpage .inputpage_field input[type="checkbox"] {
	display: none;
}

.body_editorpage .inputpage_field input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #b3b3b3;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
}

.body_editorpage .inputpage_field input[type="checkbox"][disabled="disabled"] + input[type="hidden"] + .inputpage_label:before {
	background: #e6e6e6;
	cursor: default;
}

.body_editorpage .inputpage_field input[type="checkbox"][disabled="disabled"] + input[type="hidden"] + .inputpage_label {
	cursor: default;
}

.body_editorpage .inputpage_field input[type="checkbox"]:checked + input[type="hidden"] + .inputpage_label:before {
	content: "\2713";
	
	color: #484848;
}

.body_editorpage .input .inputpage_item,
.body_editorpage .input .input-textimage {
    padding: 10px;
    font-size: 17px;
    float: none;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.inputpage_field_OrigFile .inputpage_rbtextcombo,
.inputpage_field_OrigFile .inputpage_afterfield {
	display: inline-block;
	vertical-align: bottom;
}

.documentupload-browse-button {
	padding: 8.5px 25px;
	margin-left: 30px;
	border: 1px solid #b3b3b3;
}

.documentupload-browse-button:hover {
	background: #f1f1f1;	
}

.document-download {
	color: #2d65e2;
	text-decoration: underline;
}

.rb-grid-row:hover .document-download {
	color: #709cff;
}

.document-delete {
	background: #ff6e6e;
	color: #FFF;
	padding: 4px;
	border-radius: 3px;
	text-align: center;
}

.body_editorpage .inputpage_textimage_div img {
	width: auto;
	max-width: 200px;
}

.body_editorpage .input input:disabled,
.body_editorpage .input select:disabled,
.body_editorpage .input input:disabled + input[type="hidden"] + .inputpage_label:before, /* Checkbox Before */
.textarea_disabled {
    background: #ececec;
    background: #d4d4d4 !important;
}

.body_editorpage .input .inputpage {
    margin-top: 20px;
    margin-bottom: 25px;    
    border: 1px solid #d6d6d6;
    border-left: none;
    border-right: none;
    padding-bottom: 20px;
}

.body_editorpage .input .input-fieldtype-Combo {
    width: 300px;
}

.body_editorpage .input .input-fieldtype-Text,
.body_editorpage .input .input-textimage,
.body_editorpage .input-fieldtype-DivLabel,
.body_editorpage .inputpage_rbtextcombo input, 
.body_editorpage .input .input-fieldtype-FileUpload {
    width: 700px;
} 

.popup-input-popup_panel .input .inputpage_item:not([type="checkbox"]),
.body_editorpage .popupinput-QuickSectionGroup .inputpage_fieldtype_Text,
.body_editorpage .popupinput-QuickSectionGroup input:not([type="checkbox"]) {
	width: 100%;
}

.popup-input-popup_panel .input .inputpage_item[type="radio"] {
	width: auto;
	float: left;
	clear: both;
	margin-bottom: 15px;
    margin-right: 10px;
}

.body_editorpage .input .inputpage_field_Code {
    width: 180px;
    margin-right: 15px;
}

.body_editorpage .input .inputpage_field_Code input {
    width: 100%;
}

.body_editorpage .inputpage_field_SortPriority .input-fieldtype-Text {
	width: 300px;	
}

.body_editorpage .input .input-textimage {
    margin-bottom: 10px;
}

.inputpage_field_CouponType {
    border: 1px solid #b3b3b3;
    padding: 15px;
    margin-bottom: 10px;
}

select {
	/*background: url(/content/images/rb-icon-dropdown.png) no-repeat calc(100% - 10px);*/
}

/*
.inputpage:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    left: 0;
}*/

.inputpage_pagebutton {
    background: none;
    color: #000;
    border: 1px solid #b3b3b3;
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 15px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-out;
    		transition: background 0.15s ease-out;
}

.inputpage_pagebuttonselected,
.inputpage_pagebutton:hover {
    background: #dcdcdc;   
}

.body_editorpage .input .inputpage_buttons 
{
	width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d6d6d6;
}

.body_editorpage .input .inputpage_buttons_after {
	margin-top: 20px;
	margin-bottom: 0;
	border-top: 2px solid #d6d6d6;
	border-bottom: 0;
	padding-top: 20px;
}

.body_editorpage .input .inputpage_buttons &gt; button {
	float: left;
}

.body_editorpage .input .inputpage_buttons &gt; button[value="ok"],
.body_editorpage .input .inputpage_buttons &gt; button:first-child {
	margin-right: 300px;
}

.body_editorpage .rbextbutton_items {
	float: right;
}

.body_editorpage .rbextbutton {
	display: inline-block;
	margin-right: 20px;
}


/*
.body_editorpage .input .inputpage_buttons button:hover {
	background: #d6d6d6;
}*/

.body_editorpage .input .inputpage_buttons button[value="ok"]:hover,
.body_editorpage .input .inputpage_buttons &gt; button:first-child:hover,
.body_editorpage .rbextbutton input:hover {
	background: #0290b7;
	border-color: #0290b7;
	color: #FFF;
}

.body_editorpage .rbstornobutton .inputbutton
{
    background: red;
}

.body_editorpage .input .inputpage_buttons button[value="cancel"]:hover {
	background: rgb(220, 38, 56);
	border-color: rgb(220, 38, 56);
	color: #FFF;
}

.body_editorpage .input .inputpage_buttons .submitbutton,
.inputpage_buttons .inputbutton {
    height: auto;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    		transition: all 0.15s ease-out;
}

.lostpasswordbutton input[type="button"] {
	height: auto;
	text-decoration: underline;	
	padding: 0;
	background: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
}

.inputpage_buttons button[value="cancel"] {
    float: right;
}

.rb-grid-row-item-rowselect
{
    width: 30px;
    height: 30px;
    opacity: 0.3;
    background: url(/content/images/icon-checkbox.png) no-repeat center;
	image-rendering: -webkit-optimize-contrast;
    background-size: 20px;
    cursor: pointer;
}

.rb-grid-filter-selectitem
{
	background: url(/content/images/icon-checkbox.png) no-repeat center;
	image-rendering: -webkit-optimize-contrast;
    background-size: 20px;
}

.rb-grid-row-item-selected,
.rb-grid-row:hover .rb-grid-row-item-rowselect
{
	background: url(/content/images/icon-checkbox-3.png) no-repeat center;
	background-size: 20px;
    opacity: 1;
    cursor: pointer;
}

.inputpage_field.inputpage_fieldtype_MultiSelect .inputpage_label {
	float: left;
}

.rbmultiselect_list-title {
    margin-bottom: 15px;
    padding: 15px 15px 0;
}

.rbmultiselect_list-body {
	clear: both;
    font-weight: 600;
}

.inputpage_fieldtype_MultiSelect .inputpage_multiselect_list {	
	margin-right: 5%;
}

.inputpage_multiselect_list .dropdownlist_button {
	float: right;
}

.rbmultiselect_list-item {
	padding: 15px;
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
}

.rbmultiselect_list-item:hover .rbmultiselect_list-item-hover
{
    width: 25px;
    height: 15px;
    background: url(/content/images/icon-close.png) no-repeat center;
    background-size: 50%;
    display: inline-block;
    vertical-align: top;
}

.rbmultiselect_list-body &gt; div:first-child {
	border-top: 1px solid #d6d6d6;
	margin-top: 20px;
}

.rbmultiselect_list-body &gt; div:last-child {
    border-bottom: none;
}

.inputpage_multiselect &gt; div {
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	border: 1px solid #d6d6d6;
	float: none;
	clear: none;
}

.inputpage_multiselect_grid .rb-grid-header {
	margin-bottom: 20px;
}

.inputpage_multiselect_grid {
	padding: 15px;
}

.inputpage_multiselect_grid .rb-grid-filter-item {
	width: 100%;
}

.inputpage_multiselect_grid .rb-grid-row-item {
	cursor: pointer;
}

.inputpage_multiselect_grid .rb-grid-rows {
	max-height: 300px;
	overflow-y: auto;
}

.body_editorpage .input #Image_img {
	max-width: 200px;
}

/* Test */
/*
.body_editorpage .input .inputpage {
    text-align: center;
}

.inputpage_pagebuttonselected, .inputpage_pagebutton:hover {
    background: #23282d;
    color: #FFF;
}

.inputpage_pagebutton {
    float: none;
    display: inline-block;
}


/* ZAVAR A HATTER */
.body_editorpage {
    background: #FFF;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

.body_editorpage .rb-scrolltop {
    display: none;
}

.ajax-loading, .rb-loading-overlay-msg {
    opacity: 1 !important;
/*    min-height: 200px;*/
}

/*.rb-grid-body.ajax-loading*/
.ajax-loading &gt; div {
    opacity: 0.5 !important;
}

.rbextbutton.ajax-loading {
    display: inline-block;
    position: relative;
    height: auto;
    transform: none;
    left: auto;	
}

/* Fix */
.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: auto !important;
}

.inputpage_multiselect_grid {
    clear: both;
}

.inputpage_fieldtype_MultiSelect {
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 15px;
	border: 1px solid #d6d6d6;
}

.popup-input-popup_panel .inputpage_fieldtype_MultiSelect {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}

.inputpage_field_MembershipRoles_Link {
	width: auto;
}

.inputpage_fieldtype_MultiSelect.inputpage_fields_disabled {
	display: none;
}

.inputpage_fieldtype_MultiSelect:nth-of-type(2n-1) {
	/*margin-right: 5%;*/
}

/* Admin Buttons */

.dropdownlist_button {
    margin-left: 15px;
}

.dropdownlist_button input[type="button"] {
    width: 44px;
    height: 44px;
    color: #FFF;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    cursor: pointer;
    text-indent: 9000px;
}

.dropdownlist_button input[type="button"]:hover {
    background-color: #dcdcdc !important;
    color: #dcdcdc;    
}


.dropdownlist_button input[type="button"][value="+"] {
    /*background: url(/content/images/icon-admin-new.png) no-repeat center;*/
	background: url(/content/images/icon-add.png) no-repeat center;
    background-size: 23px;
}

.dropdownlist_button input[type="button"][value="="] {
    background: url(/content/images/icon-editor-edit.png) no-repeat center;
    background-size: 60%;
}

.dropdownlist_button input[type="button"][value="-&gt;"] {
    background: url(/content/images/icon-admin-list.png) no-repeat center;
    background-size: 50%;
}

/* Grid Item Modify, Delete */

.inputheader_actions {
	float: right;
	margin-bottom: 20px;	
}

.inputheader_actions &gt; div {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 5px 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
}

div.inputheader_action-edit {
	color: #0290b7;
}

div.inputheader_action-edit:hover {
	background: #0290b7;
	color: #FFF;
}

div.inputheader_action-delete {
	color: rgb(220, 38, 56);
}

div.inputheader_action-delete:hover {
	background: rgb(220, 38, 56);
	color: #FFF;
}

/* Sidebar Admin */

.rb-grid-title {
    margin-top: 0;
}

.body_editorpage #container {
    width: 100%;
}

.full-adminmenu {
    width: 250px;
    height: 100%;
    float: left;
    float: none;
    position: fixed;
    z-index: 1;
    overflow-y: auto;
    background: #23282d;
    color: #CCC;
    -webkit-transition: left 0.3s ease-out;
    		transition: left 0.3s ease-out;
}

.body_editorpage .menu.adminmenu .menu_divitem {
    float: none;
    text-align: left;
}

.body_editorpage #content-section {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 25px 40px;
}

.rb-mediastate-Mobile.body_editorpage #content-section {
    width: 100%;
    margin-left: 0;
    padding: 50px 15px 15px;
}

.menu.adminmenu .menu_divitem a,
.menu.adminmenu .menu_divitem_click {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #CCC;
    border: none;
    margin: 10px 0;
    padding: 0 15px;
    font-weight: 400;
    -webkit-transition: color 0.15s ease-out;
    		transition: color 0.15s ease-out;
}

.menu.adminmenu .menu_selecteditem a {
    color: #FFF;
}

.menu.adminmenu .menu_divitem a:hover,
.menu.adminmenu .menu_divitem_click:hover, 
.menu.adminmenu .menu_selecteditem a {
    color: #00b9eb;
}

.menu.adminmenu .menu_selecteditem a {
	font-weight: 600;
}

.menu.adminmenu .menu_items {
	position: relative;
	padding-bottom: 200px;
}

.menu_extclick {
    width: 35px;
    height: 35px;
    background: #FFF url(/content/images/homepage.png) no-repeat center;
    background-size: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
	z-index: 1;    
}

/* Mobile Admin Menu Styles */

.adminmenu-button {
	display: none;
	width: 40px;
	height: 40px;
	background: #FFF url(/content/images/icon-menu-4.png) no-repeat center;
	background-size: 50%;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -40px;
	z-index: 1;
	border: 1px solid #CCC;
}

.adminmenu {
	height: 100% !important;
	overflow-y: auto;
}

.admin_userinfo {
    border-bottom: 3px solid #FFF;
}

.rb-userinfoitem {
	padding: 15px 15px 10px;
}

.rb-userinfoitem-title {
	margin-bottom: 5px;
}

.rb-userinfoitem-value {
    color: #00b9eb;
    font-weight: 700;
}

.adminmenu-button {
	display: block;
}

.body_editorpage-showmenu .adminmenu-button {
	display: none;
} 

.body_editorpage #content-section {
	width: 100%;
	margin-left: 0;
}

.body_editorpage-showmenu #content-section {
	width: calc(100% - 250px);
	margin-left: 250px;
}

.full-adminmenu {
	left: -250px;
	overflow: visible;
}

.body_editorpage-showmenu .full-adminmenu,
.showadminmenu
 {
	left: 0;
}

/* Editor Input Popup */

.body_editorpage .popup-input-popup_panel {
	width: 500px;
	background: #FFF;
	margin-top: 30px;
	padding: 25px;	
}

.body_editorpage .popup-input-popup_panel fieldset {
	border: none;
	padding: 0;
}

.body_editorpage .popup-input-popup_panel .inputtitle, .body_editorpage .popup-input-popup_panel .inputtitle_div {
	float: none;
	text-align: center;
	margin: 0;
}

.body_editorpage .popup-input-popup_panel .inputtitle {
	margin-bottom: 20px;
}

.body_editorpage .popup-input-popup_panel .inputpage_buttons {
	width: auto;
}

.body_editorpage .popup-input-popup_panel .inputpage_buttons .submitbutton:first-child {
	float: right;
}

.body_editorpage .popup-input-popup_panel .inputpage_buttons .submitbutton:last-child {
	float: left;
}

.body_editorpage .inputform-closebutton, .body_editorpage .popup_panel_closebutton {
	width: 25px;
	height: 25px;
	background: url(/content/images/icon-close.png) no-repeat center;
	position: absolute;
	top: 25px;
	right: 25px;
}

.rb-grid-header-columns {
    background: #47525d;
    color: #FFF;
}

.rb-grid-header-item-actions {
    color: #000;
}

.inputpage_fieldtype_TextImage, .inputpage_fieldtype_ZipUpload, .inputpage_fieldtype_FileUpload, .iframe_upload {
	border: none;
}

.fileuploaddiv_input_QuickProduct_EPub input[type="file"],
.fileuploaddiv_input_QuickProduct_Mobi input[type="file"] {
	width: calc(100% - 113.9px);
}

.body_editorpage .titlevalue_pair_value {
	margin-left: 10px;
	font-weight: 300;
}

/* Section Modify Styles
-----------------------------------------------------------*/

.inputgroup-startdate .rb-datedit-popupbutton{
	position: absolute;
}

.inputgroup-startdate #inputpage_rbdateedit-StartDate {
	width: 100%;
}

.inputgroup-extracode {
	margin: 10px 0;
}

.inputgroup-extracode &gt; div,
.inputgroup-fullscreen &gt; div,
.inputgroup-slidermaxitem &gt; div {
	display: inline-block;
	vertical-align: top;
}

.inputgroup-extracode &gt; div {
	width: 30%;
}

.inputgroup-extracode &gt; div:nth-child(3n+2) {
	margin: 0 5%;
}

.inputgroup-fullscreen &gt; div,
.inputgroup-slidermaxitem &gt; div {
	width: 47.5%;	
}

.inputgroup-fullscreen &gt; div:first-child,
.inputgroup-slidermaxitem &gt; div:first-child {
	margin-right: 5%;
}

/* Error Styles */

.inputform-globalerror {
    text-align: center;
    border: 2px solid rgb(220, 38, 56);
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(220, 38, 56);

}

/* PreviewSearch Styles */
.previewsearch-main
{
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 1;
}

.previewsearch-disabled
{
    display: none;
}

.previewsearch-active
{
    
}

.previewitem
{
    clear: left;
    width: 180px;
    height: 80px;
    cursor: pointer;
}

.previewitem_left
{
    float: left;
    width: 75px;
    margin-left: 5px;
    margin-top: 5px;
}

.previewitem .image_img
{
    width: 70px;
    height: 70px;
}

.previewitem_right
{
    float: left;
    width: 95px;
    height: 70px;
    margin: 5px 5px 5px 0px;
    overflow: hidden;
}

.previewmorebutton
{
    cursor: pointer;
}



/* Report Styles
-----------------------------------------------------------*/

#inputpage_rbdateedit-StartDate,
.inputdateinter_combo_StartDate {
	display: inline-block;
	vertical-align: top;	
}

.inputdateinter_combo_StartDate {
	margin-left: 20px;
	margin-top: -20px;
}

#inputdateinter_StartDate {
	padding: 10px;
}

.reportresult_result_filters_title {
	font-size: 20px;
	margin-bottom: 10px;
}

.reportresult_result_filters_item &gt; div {
	display: inline-block;
	vertical-align: middle;
}

.reportresult_result_filters_item_title {
	font-weight: 600;
}

.grid-ext-button,
.reportresult-result-pdf,
.reportresult_result_filters_button {
	font-size: 16px;
	float: right;
	padding: 5px 20px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.15s ease-out;
}

.reportresult_result_filters_button {
	margin-left: 15px;
}

.grid-ext-button:hover,
.reportresult-result-pdf:hover,
.reportresult_result_filters_button:hover {
	background: #0290b7;
	border-color: #0290b7;
	color: #FFF;	
}

.reportresult_result_item_PDF {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.reportresult_info,
.reportresult_result_filters {
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.reportresult_result_filters {
	margin: 20px 0;
}

.reportresult_result_filters_title,
.reportresult_result_filters_button,
.reportresult_title {
	float: left;
}

.reportresult_date {
	font-size: 14px;
	font-weight: 600;
	float: right;
}

.reportresult_result .rb-grid-title {
	float: left;
}

.reportresult_result_filters_items {
	font-size: 14px;
	clear: both;
}

.reportresult_nodata {
	margin-top: 20px;
}

/* Dashboard Styles
-----------------------------------------------------------*/

.rb-dashboard-items {
	padding: 20px 0;
}

.rb-dashboard-items {
	font-size: 0;
}

.rb-dashboard-item {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #CCC;
	-webkit-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
}

.rb-dashboard-item:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.rb-dashboard-item:nth-child(3n+2) {
	margin: 0 5% 20px;
}

.rb-dashboard-item &gt; div {
	display: inline-block;
	vertical-align: middle;
}

.rb-dashboard-item-image_img {
	width: 30px;
	margin-right: 15px;
	image-rendering: -webkit-optimize-contrast;
}

.rb-dashboard-item-title {
	max-width: calc(100% - 50px);
}


/* reg login fix */

.input_MainLogOn,
.page_Account_Register .input_Register  {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    z-index: 100000;	
}



.inputform-popup fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.inputform-popup .inputpage_label {
	display: block;
	margin-bottom: 5px;
	float: none;
}

.inputpage_fieldtype_CheckBox .inputpage_label {
	display: inline-block;
	cursor: pointer;
}

.inputform-popup .inputpage_item {
	padding: 10px;
	font-size: 17px;
	float: none;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
}

.inputform-popup .input-fieldtype-Text {
	width: 100%;	
}

/* Campaign Styles
-----------------------------------------------------------*/

.rb-rbframeselect_full .rbframe-item {
	padding: 60px 10px 10px;
}

.rb-rbframeselect_full .rbframe-item-header {
	margin-bottom: 15px;
}

.rb-rbframeselect_full .rbframe-item-active {
	background: #EEE;
	color: #0290b7;
}

/* Tabbed Pages
-----------------------------------------------------------*/
.rb-tabbed-page *{
	margin:0px;
	padding:0px;
}

.rb-tabbed-page
{
    clear: left;
}

.rb-tabbed-pageitem-data
{
    display: none;
}

.rb-tabbed-master-item
{
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.rb-tabbed-master-item-activ
{
    background-color: Yellow;
}

.rb-tabbed-pageitem-disabled
{
    display: none;
}

/* ImageGroupEdit Pages
-----------------------------------------------------------*/

.rbimagegroupedit_main
{
    clear: left;
}

.iframe_upload_imagegroupedit
{
    width: 100px;
    height: 100px;
    border: none;
}

.rbimagegroupedit_main .imagegroupedit_prevnext
{
    float: left;
    width: 30px;
	height: 30px;
}

.imagegroupedit_prev_disable,
.imagegroupedit_next_disable {
	display: none;
}

.rbimagegroupedit_main .imagegroupedit_item_enable
{
    text-align: center;
}

.rbimagegroupedit_main .imagegroupedit_next_enable
{
    background: url(/content/RBSlider/images/next.png) no-repeat 0 -30px;
    cursor: pointer;
}

.rbimagegroupedit_main .imagegroupedit_prev_enable
{
    background: url(/content/RBSlider/images/prev.png) no-repeat 0 -30px;
    cursor: pointer;
}

.rbimagegroupedit_main .imagegroupedit_items
{
    float: left;
}

.rbimagegroupedit_main .imagegroupedit_item
{
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
}

.rbimagegroupedit_main .imagegroupedit_item_disable
{
    
}

.imagegroupupload
{
    background: url(/content/images/no-image2.png) no-repeat center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.imagegroupupload fieldset
{
    border: none;
}

.imagegroupupload input[type="file"]
{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 200px;
    cursor: pointer;
    opacity: 0;
}

.rbimagegroupedit_main .imagegroupedit_item_delete
{
	width: 28px;
	height: 28px;
    background: url(/content/images/stop.png) no-repeat center;
	background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left;
    cursor: pointer;
}

.imagegroupedit_item_watermark,
.inputpage_textimage_watermark {
    width: 44px;
    height: 44px;
    background: url(/content/images/icon-add-watermark.png) no-repeat center;
    background-size: 100%;
    opacity: 0.3;
    float: left;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: opacity .2s ease-out;
    		transition: opacity .2s ease-out;
}

.imagegroupedit_item_watermark {
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: 33px;
	margin: 0;
	opacity: 1;
}

.imagegroupedit_item_watermark:hover {
    opacity: 1;
}


.rb2-container-items {
	position: relative;
}

/* New Messages */

.editor_news_messages_full .rb2-container-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 40px;
}

.editor_news_messages_full .rb2-slider-pager-item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.editor_news_messages_full .rb2-slider-item {
	padding: 20px 0;
	cursor: default;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.editor_news_messages_full .rb2-slider-item:first-child {
	padding-top: 0;
}

.editor_news_messages_full .rb2-slider-pager-item {
	width: 100%;
} 

.editor_news_messages_full .rb2-pager-item-pagertype-prevnext {
	width: 10px;
	height: 10px;
}

.editor_news_messages_full .rb2-slider-title {
	float: none;
	margin-right: 20px;
}

.editor_news_messages_full .message_header {
	font-size: 14px;
}

.editor_news_messages_full .message_body {
	margin-top: 5px;
	font-weight: 600;
}

.editor_news_messages_full .rb2-pager-item-pagertype-prevnext:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.editor_news_messages_full .rb2-pager-item {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.editor_news_messages_full .rb2-pager-item-prev:before {
	-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
			transform: rotate(-135deg);	
}

.editor_news_messages_full .rb2-pager-item-next:before {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.editor_news_messages_full .message-bodyline &gt; div {
	display: inline-block;
}

.editor_news_messages_full .message-bodyline-value {
	font-weight: 300;
}

.newmessage_template-item {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 25px;
	margin-right: 20px;
	border-radius: 35px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}

.newmessage_template-item:last-child {
	margin-right: 0;
}

/* RBConfirm Styles
-----------------------------------------------------------*/

#rbconfirmOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    font-weight: 300;	
}

#rbconfirmBox {
	width: 90%;
	max-width: 768px;
    border: 2px solid #FFF;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

#rbconfirmBox, #rbconfirmBox h1 {
	color: #FFF;
}

#rbconfirmBox {

}

#rbconfirmBox h1 {
	font-weight: 400;
	text-align: center;
}

#rbconfirmBox p {
	text-align: center;
	margin: 40px 0;
}

#rbconfirmButtons {
	margin-top: 30px;
	text-align: center;
}

#rbconfirmButtons &gt; a {
	display: inline-block;
	color: #FFF;
	padding: 10px 20px;
	margin-right: 50px;
	border: 1px solid #FFF;
}

#rbconfirmButtons &gt; a:last-child {
	margin-right: 0;
}

#rbconfirmButtons .rbconfirm_yes:hover {
	background: #6cb36c;
	border-color: #6cb36c;
}

#rbconfirmButtons .rbconfirm_no:hover {
	background: #da2525;
	border-color: #da2525;
}

/* NewsLetter Editor Styles
-----------------------------------------------------------*/

.newsletteritem_detail {
	width: 90%;
	max-width: 1150px;
	min-height: 100vh;
	margin: 50px auto;
}

.newsletter-editor-maintitle {
	font-family: 'Rozha One', serif;
	font-size: 30px;
}

.newsletter-editor-header &gt; div {
	display: inline-block;
	margin-right: 20px;
}

.newsletter-editor-status {
	font-style: italic;
}

.newsletter-editor-header {
	margin: 10px 0;
}

.newsletter-editor-subject {
	margin-bottom: 40px;
}

.page_AdminTemplateInfoGrid .inputpage_fieldtype_Memo textarea {
	width: 100%;
}

.popupinput-ManyNewsLetterSubscribe .inputpage_select {
	float: none;
}

.popupinput-ManyNewsLetterSubscribe .inputpage_multiselect &gt; div,
.popupinput-ManyNewsLetterSubscribe .inputpage_fieldtype_MultiSelect,
.popupinput-Author .inputpage_field_AuthorType_Link,
.inputpage_field_SectionItems_Link {
	width: 100%;
}

/* Confirm Styles
-----------------------------------------------------------*/

.inputpage_fields .inputpage_field_ConfirmOk.inputpage_fieldtype_CheckBox {
	display: block;
	width: 100%;
	font-size: 16px;
}

.newsletter-confirm {
	font-weight: 500;
	margin-bottom: 10px;
}

/* Coupon Styles
-----------------------------------------------------------*/

.popupinput-EMailCreateCoupon .submitbutton {
    width: auto;
    float: right;
    margin: 0;
}

/* Delete User Styles
-----------------------------------------------------------*/

.rb-deleteuser-button,
.rb-emailchange-button {
    display: inline-block;
    float: right;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 8px 35px;
    border-radius: 35px;
    border: 1px solid #b3b3b3;
}

.rb-deleteuser-button:hover {
    background: #f36262;
    border-color: #f36262;
    color: #FFF;
}

.page_Account_RunDeleteUser .showmessage {
	font-size: 30px;
	font-weight: 300;
	padding: 200px 0;
}

.page_Account_RunDeleteUser .showmessage div {
	display: block;
	text-align: center;
}

/* GDPR Styles
-----------------------------------------------------------*/

.datahandling-confirm {
	/*margin-bottom: 10px;*/
}

.datahandling-title {
	display: inline-block;
	margin-bottom: 10px;
    margin-right: 5px;
}
.datahandlingconfirmok label {
	font-size: 13px;
	font-weight: 300;
}

.newsletter_subsribe_confirm-title-line {
	margin-top: 10px;
}

.datahandling-confirm-haslink {
	text-decoration: underline;
}  

.inputpage_field.inputpage_field_DataHandlingConfirmOk .inputpage_label, 
.inputpage_field .inputpage_label + .inputpage_afterfield {
	display: inline-block;
}

.inputpage_field .inputpage_label + .inputpage_afterfield {
    max-width: calc(100% - 30px);
    vertical-align: top;
}

/* NewsLetter Summary Styles
-----------------------------------------------------------*/

.newsletter_summary_date {
	float: left;
	clear: left;
}

.newsletter_summary_buttons {
	float: right;
}

.newsletter_summary_button {
	border: 1px solid #b9b9b9;
	display: inline-block;
	padding: 5px 15px;
}

.newsletter_summary_button:hover {
	background: #dcdcdc;	
} 

/* Membership Styles
-----------------------------------------------------------*/

.editpersonmembership {
	width: 90%;
	background: #FFF;
	margin: 50px auto;
    padding: 20px;
}

.editpersonmembership-header {
	margin-bottom: 20px;
}

.editpersonmembership-header-title {
    font-size: 20px;
    font-weight: 500;
}

.editpersonmembership-new {
    display: inline-block;
    border: 1px solid #CCC;
	padding: 8px 20px;
    margin-bottom: 20px;
}

.editpersonmembership-item &gt; div {
	display: inline-block;
	vertical-align: middle;
}

.editpersonmembership-item-delete {
	width: 44px;
	height: 44px;
	background: url(/content/images/icon-cross-red.png) no-repeat center;
	background-size: 14px;
}

.editpersonmembership-item-edit {
	width: 44px;
	height: 44px;
	background: url(/content/images/icon-editor-edit.png) no-repeat center;
	background-size: 14px;
}

/* Reports Styles
-----------------------------------------------------------*/

.page_Report .reportresult_result_item_PDF,
.page_Report .reportresult_exports {
	border: 0;
	padding: 0;
	margin: 0;
}

.page_Report .reportresult_exports {
	margin-right: 10px;
}

/* AudioBook Styles
-----------------------------------------------------------*/

.rbaudio-controls {
	font-size: 0;
	margin: 20px 0;
}

.rbaudio-controls &gt; div {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.rbaudio-controls-info {
	width: calc(100% - 88px);
}

.rbaudio-controls-select {
	width: 100%;
    height: 44px;
    padding: 10px 15px;
}

.rbaudio-controls-prev,
.rbaudio-controls-next {
    width: 44px;
    height: 44px;
}

.rbaudio-controls-prev {
	background: url(/content/images/icon-audio-prev.png) no-repeat center;
	background-size: 22px;
}

.rbaudio-controls-next {
    background: url(/content/images/icon-audio-next.png) no-repeat center;
	background-size: 22px;
}

/* TranslatorMode Styles
-----------------------------------------------------------*/

.translatoremode-button {
    width: 44px;
    height: 44px;
    position: fixed;
    left: 50px;
    bottom: 50px;
	z-index: 9;
    background: White url(/Content/Images/db-translate.png) no-repeat center;
    background-size: 25px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0.7);
}

.translatoremode-main {
    position: fixed;
    left: 50%;
    top: 50%;
	z-index: 9;
    background-color: White;
    color: Black;
    transform: translate(-50%,-50%);
    height: 50vh;
    overflow: auto;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.4);
}

.translatoremode-title {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 20px;
}

.translatoremode-item {
    padding: 10px;
	-webkit-transition: all .1s ease-out;
			transition: all .1s ease-out;
}

.translatoremode-item:nth-child(odd) {
    background: #EEE;
}

.translatoremode-item:hover {
    background: #777777;
    color: #FFF;
}

.translatoremode-item &gt; div {
    display: inline-block;
	vertical-align: top;
}

.translatoremode-item-culture {
	width: 30px;
}

.translatoremode-item-result {
    width: calc(100% - 35px);
}

.translatoremode-item-result {
	padding-left: 30px;
}

/* Other Styles
-----------------------------------------------------------*/

.confirmbutton {
	margin-bottom: 40px;
}

.confirmbutton input {
    width: 100%;
}

.rbslider-onlymaincategoryfilter-item {
	display: inline-block;
	font-size: 13px;
	padding: 8px 20px;
    border: 1px solid #D3D3D3;
    margin-right: 10px;	
}

.rbslider-onlymaincategoryfilter-item-selected {
	background: #D3D3D3;
}

/* Animation Styles
-----------------------------------------------------------*/

#rbconfirmButtons &gt; a, .rb-deleteuser-button, .documentupload-browse-button, .newsletter_summary_button {
	-webkit-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{

}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{

}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	.body_editorpage .rb-grid-full {
		width: 1024px;
		overflow-x: scroll;
	}
	
		
	.rb-dashboard-full .rb-dashboard-item {
		width: calc(50% - 20px);
		margin: 0 0 20px 0;
	}
	
	.rb-dashboard-item:nth-child(2n+2) {
		margin: 0 0px 20px 40px;
	}

}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	#rbconfirmOverlay #rbconfirmButtons &gt; a {
		display: block;
		max-width: 70%;
		margin: 0 auto 20px;
	}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	#rbconfirmBox {
		padding: 40px 20px;
	}
	
	.body_editorpage #header {
		margin-top: 0 !important;
		-webkit-animation: none !important;
	        	animation: none !important;
	}
	
	.body_editorpage-showmenu .adminmenu-button {
		display: block;
	}
		
	#header .full-adminmenu {
		left: -250px;
	}
	
	#header .showadminmenu {
		left: 0;
	}
	
	.rb-dashboard-full .rb-dashboard-item {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}
	
	
}</pre></body></html>