html, body {
	font-size: 16px;
}

select[id^="serviceorderform-catalog"] + span span.select2-selection {
	max-width: 590px;
}

@media screen and (min-width: 320px) and (max-width:1200px) {
	select[id^="serviceorderform-catalog"] + span span.select2-selection {
	  max-width: 100px;
	}
}

.table-view .table-card .card-content 
{
	padding-bottom: 41px;
}

@media (max-width:520px) {
	.table-view .table-card .card-action {
		flex-direction: column;
		height: auto;
	}
	
	.table-view .table-card .card-action .action-right {
		margin-right: auto;
		margin-left: 0; 
	}
	
	iframe#ppdwi {
		max-width: 100% !important;
		height: 695px !important;
	}
	
}

@media screen and (min-width: 320px) and (max-width:400px) {
	/*
	.navbar .navbar-header .navbar-brand img {
		max-width: 100px !important;
	}
	*/	

	.nav-tabs {
		flex-direction: column;
	}
	
}

.m-0
{
	margin: 0px;
}

.mr-1
{
  margin-right: .25rem;
}

.ml-1
{
  margin-left: .25rem;
}

.mb-1
{
  margin-bottom: .25rem;
}

.mr-2
{
  margin-right: .5rem;
}

.ml-2
{
  margin-left: .5rem;
}

.mb-2
{
  margin-bottom: .5rem;
}

.mb-4
{
  margin-bottom: 1rem;
}

.mb-6
{
  margin-bottom: 1.5rem;
}

.mb-8
{
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px)
{
	.table-responsive {
		border: none;
	}
}

span.italic
{
	font-style: italic;
}

span.bold
{
	font-weight: bold;
}

.video-container
{
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.video-container iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.text-right
{
	text-align: right;
}

/**************************************************************
 * New typography
 **************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
}

.table-card .card-title {
    font-size: 1.2rem;
    white-space: wrap;
    overflow: visible;
}

.table-view .table-card .card-title {
	height: auto;
	line-height: 29px;
}

.panel-title {
    font-size: 1.5rem;
}

.main-banner h1 {
	font-size: 1.8rem;
}

@media (max-width: 991px) {
    .main-banner h1 {
        font-size: 1.8rem;
    }
}

.group-list li a
{
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
 
}

@media screen and (min-width: 768px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 768px) {
    body {
        margin-bottom: 70px;
    }
}

.group-list li a {
	font-size: 1.2rem;
}

.table-view .table-card .card-section {
	font-size: 100%;
}

.table-card .card-title {
	position: static;
}

.table-view .table-card .card-content {
	padding-top: 10px;
}


@media (max-width: 767px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.section-title {
	font-size: 1.5rem;
}

.table-view .table-card.min-card .card-image {
    width: 187px;
}

.table-view .table-card .card-action {
	height: 20px;
}

.table-view .table-card.min-card .card-action
{
	left: 187px;
}

.news-item .title {
	font-size: 1.2rem;
}