/* Убрать рамки при наведении на форму  */
  input, input:active
  {
  outline:none!important;
  }
  


/* Фирменная цитата с закругленной рамкой  */
div.vb-blockquote-primary-radius
{
    border-left: 5px solid #55828a;
    border-radius: 15px;
    padding-left: 15px;
}


.uk-success
{
    background: #65a637!important;
}

/* Убрать заголовки в алертах */
div.alert-heading {display: none;}

/* Убрать кнопку "показать пароль" */ 
button.input-password-toggle
{
display: none!important;
}

/* Нормальный размер для полей ввода имени/пароля, в первую очередь для страницы Login */
input.validate-username, input#password
{
    width: 90%;
    line-height: 1.5;
    border:  none;
    padding: 10px;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
}

/* Иконки в ссылки  */
a.vb-rocket-link::after {
    content: "🚀"!important;
}

a.vb-fire-link::after {
    content: "🔥"!important;
}


abbr
{
text-decoration: none;
font-size: 90%;
padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
color: #fff;
background-color: #55828a;
border-radius: 5px;
line-height: 1.5;
}


[data-role="deleter_btn"], [data-role="exportcsv_btn"], [data-role="exportxls_btn"] {
    display: none!important;
}


vb.red {
    color: #DC4E41;
}
p.vbcode {
  border-top: 2px dotted;
  border-color: #55828a !important;
  margin:0; padding: 30px;
  counter-increment: section;

  position: relative;
}

p.vbcode:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 5px 10px 15px 10px;
  height: 20px;
  width: 20px;
  background-color: #55828a;
  text-align:center;
  color: white;
  font-size: 110%;
}

p.vbcode:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 5px 10px 15px 10px;
  height: 20px;
  width: 20px;
  background-color: #55828a;
  text-align:center;
  color: white;
  font-size:110%;
}


p.vbcode:nth-child(even) {
  border-left: 2px dotted;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right:5px; 
  padding-right: 0;
}

p.vbcode:nth-child(odd) {
  border-right: 2px dotted;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 5px; 
  padding-left: 0;
}

p.vbcode:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
p.vbcode:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}



.vb-circle-icon
{
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}


fieldset.formContainer
{
    border: none!important;
}

div.mod-languages ul {
    justify-content: center;
}
button-primary {
    background-color: #55828a;
    color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(100deg,#355f65 0,#1d4249 35%,#55828a 100%);
}

.uk-heading-xlarge
{
	font-size: 120px !important;
}

b, strong {
    font-weight: bold !important;
}

.uk-section-default {
        background: none !important;
}

.mod-languages  {
    font-size: 10px;
    
}

.mod-languages:before {   
  content: '';
  background:url('/images/icons/lang.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 11px;
  margin-left:13px;
  position: absolute;
}

@media (max-width: 900px) {

.mod-languages:before {   
  content: '';
  margin-top: 12px;
  margin-left:-15px;
  } 
}

.uk-navbar
{
    background: none!important;
    background-color: none!important;
}

.uk-checkbox, .uk-radio, input[type=checkbox]:not([class*=uk-]), input[type=radio]:not([class*=uk-])
{
    margin-right: 5px!important;
}

svg.uk-text-muted {
    color: #585857!important;
}

.uk-form-label 
{
    padding-top: 10px!important ;

}



.uk-card-secondary
{
    box-shadow: 0 8px 50px 0 rgb(151 151 151 / 30%)!important;
}

.uk-section-secondary-black
{
background: #000000!important;
background-color: #000000!important;
}

.button-partner-type
{
    font-size: 12px!important;
    width: 95px!important;
    color: #585857;
    border-radius: 5px!important;
    padding: 2px!important;
}

.button-partner-go-to-action
{
   
    width: 250px!important;
}
