/*Для модуля трансфера дивидендов*/
.color_sum {
    color:#cccccc !important;
}
.color_sum_plus {
    color:#84b23f !important;
}
.color_sum_minus {
    color:#ff0000 !important;
}

.color_sum_all {
    color:#cccccc !important;
}
.color_sum_all_plus {
    color:#1dcb57 !important;
}
.color_sum_all_minus {
    color:#ff0000 !important;
}


/*Текст в картинке*/
div#tekst_sverhu_kartinki {
	position: relative;
}
.tekst_sverhu_kartinki_1 {
	position: absolute;
	top: 25%;
    left: -1%;
	text-transform: uppercase;
	color: #fff;
	/*width: 300px;*/
    /*-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}
.tekst_sverhu_kartinki_1 span {
	font: bold 1rem Helvetica, Sans-Serif;
	background: #ff000094;
	padding: 8px;
}


/* СТИЛИ ОТ DLE-NEWS ШАБЛОНА */
details.mce-accordion {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    box-shadow: 0 5px 12px rgba(126,142,177,0.2);
    border-color: #4CAF50;
}

.mce-accordion summary {
	cursor: pointer;
	background-color: #E8F5E9;
	padding: 0.75rem 1.25rem;
	display: block;
    font-weight: 500;
    font-size: .9rem;
    color: #205823;
    text-decoration: none;
}
.mce-accordion summary::-webkit-details-marker {
 display: none; /* This also hides the ::marker pseudo-element, but in Safari */
}

.mce-accordion summary + p {
	padding: 0.75rem 0.75rem 0 1.25rem;
    border-top: 1px solid #4CAF50;
}

/*Ribbon угловые банеры на карточки или картинки*/
/* common */
.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
    opacity: .5;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #fff;/*#2980b9;*/
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ff0000;/*#3498db;*/
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  /*font: 700 18px/1 'Lato', sans-serif;*/
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -17px;
  right: -2px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}


/*bootstrap styles*/
.fst-italic {
    font-style:italic;
}

/*Ribbon flags флажки*/
/* 1 - чёрный */
.ribbon-1 {
	position: absolute;
	left: 3%;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon-1 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #000;
	width: 40px;
	line-height: 56px;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 95%, 0 100%);	
}
 
/* 2 - зелёный */
.ribbon-2 {
	position: absolute;
	left: 3%;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon-2 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #09cf61;
	width: 40px;
	line-height: 56px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 95%, 0 90%);
}
 
/* 3 - синий */
.ribbon-3 {
	position: absolute;
	left: 3%;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon-3 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0974cf;
	width: 40px;
	line-height: 56px;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
 
/* 4 - фиолетовый */
.ribbon-4 {
	position: absolute;
	left: 3%;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon-4 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #9509cf;
	width: 40px;
	line-height: 56px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
 
/* 5 - красный */
.ribbon-5 {
	position: absolute;
	left: 3%;
	top: -3px;
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon-5 span {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #ee4433;
	width: 40px;
	line-height: 56px;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 40% 100%, 0 90%);
}

/*Угловые*/
/* Верхний левый угол */
.ribbon-1-top-left {
	width: 200px;
	padding: 16px;
	position: absolute;
	text-align: center;
	color: #f0f0f0;
	top: 30px;
	left: -60px;
	transform: rotate(-45deg);
	background-color: #e43;
}
 
/* Верхний правый угол */
.ribbon-2-top-right {
	width: 200px;
	padding: 16px;
	position: absolute;
	text-align: center;
	color: #f0f0f0;
	top: 30px;
	right: -60px;
	transform: rotate(45deg);
	background-color: #39d;
}
 
/* Нижний правый угол */
.ribbon-3-botton-right {
	width: 200px;
	padding: 16px;
	position: absolute;
	text-align: center;
	color: #f0f0f0;
	bottom: 30px;
	right: -60px; 
	transform: rotate(-45deg);
	background-color: #2c7; 
}
 
/* Нижний левый угол */
.ribbon-4-bottom-left {
	width: 200px;
	padding: 16px;
	position: absolute;
	text-align: center;
	color: #f0f0f0;
	bottom: 30px;
	left: -60px;
	transform: rotate(45deg);
	background-color: #e82;
}


/*Мои BackGrounds*/
.bg-rose,a.bg-rose:focus,a.bg-rose:hover,button.bg-rose:focus,button.bg-rose:hover {
    background-color:#fff7f7!important
}

/*input-switch*/
.checkbox-ios {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 56px;	
	height: 28px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 24px;	
	height: 24px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: limegreen;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

/*Первая буква в меню - Заглавная*/
/*#gdpr-cookie-message a,*/
.footer-links a:first-letter,
.horizontalMenu>.horizontalMenu-list>li>a,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:first-letter,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:first-letter,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:first-letter,
a:first-letter {
text-transform: capitalize;
}

/* Стиль для всех ссылок RSS */
.rss-link {
    font-weight: bold;
    color: #126CAB;
}

/* Стиль для ПОСЕЩЁННЫХ ссылок RSS */
.rss-link:visited {
    color: #64B6E1;             /* Светло-голубой */
}

