body {
	background: url("../img/bg.jpg") fixed;
	background-size: cover;
	background-color: #666666;
	font-size: 0.937rem;
}
.form-control, .form-select {
	font-size: inherit;
}
.card-header {
	font-weight: bold;
}
.input-group-text {
	font-size: 0.937rem
}
.alerticon{
display: none;
position: fixed;
width: 17rem;
z-index:1100;
top: 50%;
left:0;
right:0;
margin:auto;
}

.popupnotify{
display: none;
position: fixed;
bottom: 0;
right: 0;
z-index:1100;
margin:0rem 1rem 1rem 0rem;
max-width: 22rem;
}
  
p.bsd {
	text-align: justify;
    text-indent: 10px;
}

.socialicon a{
	font-size: 1.5rem !important;
}

.navstyle a{
    font-size: 0.9rem !important;
    }
.dropdown-menu {
	min-width: 5rem;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  }
  @keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  }
	
 .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes lightSpeedIn {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes lightSpeedIn {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

@media (max-width:480px) {
footer .footer-menu {
margin-bottom: 1rem;	
text-align: center;
}
footer .ficons {
float: none !important;
text-align: center;
}
}
.error-code {
     margin-top: 30%;
}

.blinked {
  -webkit-animation: blink5 2s linear infinite;
  animation: blink5 2s linear infinite;
}
@-webkit-keyframes blink5 {
  0% { color: rgba(255,255,255,0.5); }
  50% { color: rgba(147,197,75,1); }
  100% { color: rgba(255,255,255,0.5); }
}
@keyframes blink5 {
  0% { color: rgba(255,255,255,0.5); }
  50% { color: rgba(147,197,75,1); }
  100% { color: rgba(255,255,255,0.5); }
}

.progressheight {
height: 1.8rem;
border-radius: 0.2rem;
}

.clouduser {
line-height: 1;
}

label.required:after {
	content: " *"; 
	color: #d9534f;
}

#summary p.collapse:not(.show) {
    height: 269px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 40;
    -webkit-box-orient: vertical; 
}

#summary p.collapsing {
    min-height: 269px !important;
}

#summary a.collapsed:after  {
    content: '+ Посмотреть все';
}

#summary a:not(.collapsed):after {
    content: '- Свернуть ';
}

hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.ts3_container
{	
	display: block;
	overflow: auto;
    width: 100%;
	height: 420px;
    line-height: 16px;
}
	table.ts3_viewer {
      border-collapse: collapse;
    }

    table.ts3_viewer td {
      white-space: nowrap;
    }

    table.ts3_viewer td.corpus {
      width: 100%;
    }

    table.ts3_viewer td.query {
      font-style: italic;
      color: #666E73;
    }

    table.ts3_viewer td.spacer {
      overflow: hidden;
    }

    table.ts3_viewer td.left {
      text-align: left;
    }

    table.ts3_viewer td.right {
      text-align: right;
    }

    table.ts3_viewer td.center {
      text-align: center;
    }

    table.ts3_viewer td.suffix {
      vertical-align: top;
    }

    table.ts3_viewer td.suffix img {
      padding-left: 2px;
      vertical-align: top;
    }
.spinload {
	margin-top: 30%;
	width: 6rem; 
	height: 6rem;
	}
.small, small {
	font-size: .775em;
	}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.btn-blick {
  overflow: hidden;
  position: relative;
}

.btn-blick:after {
  content: "";
  display: block;
  width: 30px;
  height: 200px;
  margin-left: 60px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
