@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*::-webkit-scrollbar {
	width: 7px;
	background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
	background-color: #222222;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 30px;
  /* место под футер + зазор: padding резервирует область, футер привязан к низу body */
  padding-bottom: 150px;
}

h1 {font-size: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 2.7778)), 5rem) !important;}
h2 {
	font-size: clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 0.6944)), 3rem) !important;
	font-weight: 700 !important;}

.tr-hide {
  display: none;
}

.shadow-tr {
	background: rgba(0,0,0,0.10)!important;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.02), 0 20px 16px 0 rgba(0,0,0,0.05);
}

option {padding: 10px 0 10px 10px;margin: 5px;border-radius: 5px;}
option.selected {background-color: #337ab7;color: white;}

.padding-nol {padding: 0 !important;}

table, tr, td, th
{
    border-collapse:collapse;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: #888 #f1f1f1; /* Для Firefox */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* Для Internet Explorer */
}






/* Стили для скрола */
.table-container::-webkit-scrollbar {
    width: 8px; /* Ширина скроллбара */
}

.table-container::-webkit-scrollbar-thumb {
    background-color: #888; /* Цвет ползунка */
    border-radius: 6px; /* Скругление углов ползунка */
}

.table-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Цвет ползунка при наведении */
}

.table-container::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Цвет фона скроллбара */
}

thead tr:nth-child(1) th {
  background: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

/*.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    width: 100%;
}*/
.styled-table {width:100%;}
.styled-table thead tr {
    color: #A5A5A5;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.styled-table th,
.styled-table td {
    padding: 8px 15px;
    text-align: right;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
}




.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


/* ТАБЛИЦА КАРТЫ */
.table-cards2 {
    border-collapse: collapse;
    font-size: 0.9em;
    min-width: 400px;
    width: 100%;
}

.table-cards2 tbody tr {
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 500;
}
.table-cards2 thead tr {
	color: #A5A5A5;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.table-cards2 th,
.table-cards2 td {
    padding: 12px 15px;
    text-align: right;
}

.vrabote {
	font-size: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.4167)), 1.3rem);
	font-weight: 500;
	padding: 5px 10px 5px 10px;
    border: 1.5px solid #6BCF2E;
    border-radius: 54px;
    color: #6BCF2E;
    white-space: nowrap;
            -ms-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
	
}
.vchernomspiske {
    padding: 5px 10px 5px 10px;
    border: 1.5px solid #e42d24;
    border-radius: 54px;
    font-size: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 0.4167)), 1.3rem);
    color: #e42d24;
    font-weight: 500;
    white-space: nowrap;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.condittion-id {display:none;}

/* отступ tbody 
tbody:after {
    content:"@";
    display:block;
    line-height:30px;
    text-indent:-99999px;
}*/


/* форма поиска ТО по Адресу */
.to-search-container {
	display: flex;
    justify-content: flex-start;
    padding: 16px;
    background-color: #f3f3f3;
    border-radius: 16px;
}

.to-search-input {
    display: inline-block;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
    font-family: "inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    line-height: 20px;
    border: solid 2px #e2e5eb;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


/* новый стиль фильтра */
.filter-bar {
    background: #ededed;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #acacac;
}

.filter-bar .form-group {
    margin-bottom: 0;
}

.filter-bar label {
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

/* Общие стили для мультиселектов */
.multi-select-wrapper {
    position: relative;
}

.multi-select-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    min-height: 34px;
    background: #fff;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.multi-select-container:focus-within {
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}

.select-tag {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 200px;
}

.select-tag {
    background: #337ab7;
}

.select-tag span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-tag .remove-tag {
    cursor: pointer;
    font-weight: bold;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

.select-tag .remove-tag:hover {
    opacity: 1;
}

.multi-select-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 80px;
    font-size: 14px;
    padding: 2px 0;
}

.multi-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.multi-select-dropdown.show {
    display: block;
}

.multi-select-option {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.multi-select-option:hover {
    background: #f5f5f5;
}

.multi-select-option:last-child {
    border-bottom: none;
}

.no-results {
    padding: 10px;
    color: #999;
    text-align: center;
}

    /* Панель фильтров */
    .filter-panel { background: #fff; padding: 16px; border-radius: 5px; border: 1px solid #cccccc; margin-bottom: 25px; }
    .filter-panel label { font-size: 13px; font-weight: 600; color: #555; margin-bottom: 5px; display: block; }
    .filter-panel .form-group { margin-bottom: 10px; }

    /* Оверлей загрузки — ниже шапки, чтобы пользователь видел, что сайт открылся */
    #loadingOverlay {
        position: fixed; top: 70px; left: 0; width: 100%; height: calc(100vh - 70px);
        background: rgba(255, 255, 255, 0.88); z-index: 9999;
        display: none; align-items: center; justify-content: center; flex-direction: column;
    }
    #loadingOverlay.active { display: flex; }
    .spinner {
        width: 40px; height: 40px; border: 4px solid #f3f3f3;
        border-top: 4px solid #337ab7; border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    .loading-text { margin-top: 12px; font-weight: bold; color: #337ab7; font-family: sans-serif; }
    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

    /* Настройка Select2 чтобы он был в стиле Bootstrap */
    .select2-container--default .select2-selection--multiple, 
    .select2-container--default .select2-selection--single { border: 1px solid #ccc !important; min-height: 38px !important; }
    
    .filter-panel .btn-filter-group { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; align-items: stretch; }
    .filter-panel .btn-filter-group .btn { flex: 1 1 0; min-width: 0; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; }
    .filter-panel .btn-filter-group .btn.btn-primary { flex: 2 1 0; }
    .filter-panel .filter-panel-buttons-col .filter-panel-btn-label { display: block; margin-bottom: 4px; font-size: 13px; visibility: hidden; }
    
    .grand-total-section {margin-top: 30px;}


.btn-excel-export {
	font-size: 14px;
	color: #2d9911;
	background-color: transparent;
	border: 1px solid #42c721 !important;
}
.btn-excel-export:hover {
	color: #fff;
	background-color: #42c721;
}

/* Отчёты: строка действий (пагинация + экспорт) */
.report-actions-row {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.report-actions-row .pagination-side {
	flex: 1;
}
.report-actions-row .button-side {
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.report-actions-row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 14px;
	}
	.report-actions-row .pagination-side {
		flex: none;
		text-align: center;
	}
	.report-actions-row .button-side {
		flex: none;
	}
}

/* Отчёты и Карты: панель фильтров — flex для адаптива, min-width для периода чтобы не обрезался */
.filter-panel .row { display: flex; flex-wrap: wrap; align-items: flex-end; }
.filter-panel .row > div { flex-shrink: 0; }
/*.filter-panel .input-group.date-period { min-width: 26em;}*/
.input-group-addon {padding: 6px !important;}

/* Отчёты: панель фильтров */
.btn-align-bottom { margin-top: 25px; }
.filter-panel .input-group-addon { background-color: #fff; color: #555; font-weight: bold; border: 0; }
.filter-panel .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 4px 0 0 4px !important; }
/* Оба поля периода — одинаковая ширина и мин. ширина, чтобы секунды не пропадали в «С» */
.filter-panel .input-group .form-control.datepicker { min-width: 11em; }
.filter-panel .input-group.date-period { display: table; table-layout: fixed; width: 100%; }
.filter-panel .input-group.date-period .form-control.datepicker {display: table-cell; }
.filter-panel .input-group.date-period .input-group-addon { width: 2em; min-width: 2em; text-align: center; }
.vertical-align-btn { margin-top: 23px; }

/* Планшет (≤1200px): 1-й блок на всю ширину, 2-й и 3-й в ряд, 4-й (если есть) — отдельной строкой. Отчёты и Карты. */
@media (max-width: 1200px) {
	.filter-panel .row { display: flex; flex-wrap: wrap; }
	.filter-panel .row > div:first-child { flex: 0 0 100%; max-width: 100%; }
	.filter-panel .row > div:nth-child(2),
	.filter-panel .row > div:nth-child(3) { flex: 0 0 50%; max-width: 50%; }
	.filter-panel .row > div:nth-child(4) { flex: 0 0 100%; max-width: 100%; margin-top: 4px; }
	.filter-panel .row .form-group { margin-bottom: 12px; }
	.filter-panel .btn-filter-group { margin-top: 10px; }
	.filter-panel .input-group .form-control.datepicker { min-width: 11em; }
}

/* Мобилка (≤768px): каждый блок с новой строки. Отчёты и Карты. */
@media (max-width: 768px) {
	.filter-panel .row > div:nth-child(2),
	.filter-panel .row > div:nth-child(3) { flex: 0 0 100%; max-width: 100%; }
	.filter-panel .row > div:nth-child(3),
	.filter-panel .row > div:nth-child(4) { margin-top: 2px; }
	.filter-panel .row .form-group { margin-bottom: 12px; }
	.filter-panel .btn-filter-group { margin-top: 8px; }
	.filter-panel .input-group { display: block; width: 100%; }
	.filter-panel .input-group .input-group-addon { display: none; }
	.filter-panel .input-group .form-control { display: block; width: 100% !important; margin-bottom: 10px; border-radius: 4px !important; float: none; min-width: 0; }
	.filter-panel .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 4px !important; }
}

/* Скрытый label для выравнивания кнопок */
.hidden-label {
    display: block;
    visibility: hidden;
}

.btn-group-filter {
    display: flex;
    gap: 10px;
    height: 34px; /* Высота как у input в Bootstrap 3 */
}

.btn-group-filter .btn {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .filter-bar .form-group {
        margin-bottom: 15px;
    }
    .hidden-label {
        display: none;
    }
}



.btn-chs {
	font-size: 1.2rem;
	border-radius: 50px;
    background: none;
    color: #d85251;
    padding: 4px 10px 4px 10px;
    border: 1.5px solid #d85251;
    margin-left: 5px;
}
.btn-chs:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e42d24;
}

.btn-new-info {
	border-radius: 50px !important;
    color: #333333;
    background-color: #BAEFFF !important;
    border-color: transparent;
    font-weight: 500 !important;
}
.btn-new-info:hover {
    color: #333;
    text-decoration: none;
    background-color: #79e1ff !important;
}

.btn-new-warning {
    color: #333;
    background-color: #ffdba9 !important;
    border-color: transparent !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
}
.btn-new-warning:hover {
    color: #333;
    text-decoration: none;
    background-color: #ffb556 !important;
}

.btn-new-filter {
	border: 1px solid #a5a5a5 !important;
    border-radius: 30px !important;
    color: #a5a5a5 !important;
    background-color: transparent !important;
}
.btn-new-filter:hover {
    background-color: #efefef !important;
}


.btn-new-otmena {
    color: #c32929;
    border-color: #c32929 !important;
}
.btn-new-otmena:hover {
    color: white !important;
    text-decoration: none;
    background-color: #c32929 !important;
}


.btn-map-big {
    color: #b1b1b1;
    border: 1px solid #b1b1b1 !important;
    border-radius: 10px !important;
}


.big {padding: 15px 0 15px 15px;}
.big > thead {border: 1px solid #ddd;}
.big > thead:hover {box-shadow: 0 0 30px 12px rgb(0 0 0 / 5%);}


.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
 display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
 float: left;
 border-bottom-width: 0;
}

/*.headertable:hover {cursor: pointer;background-color: whitesmoke;}*/


#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.container .text-muted {
  margin: 20px 0;
}
/* явный зазор между основным контентом и футером */
body > .container {
  margin-bottom: 2rem;
}
#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
code {
  font-size: 80%;
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}


.to-head {
	font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.to-address {
	font-size: 12px;
	padding-bottom: 5px;
	height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.to-gzm {
	white-space: nowrap;
    overflow: hidden;
}
/*.to-gzm:after, .to-head:after {
	content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to left,#fff,rgba(255,255,255,0));
}*/

.jumbotron {
    background-color: #f5f5f5 !important;
}

.form-group > .error {
    background-color: #ffffff;
    color: #e42d24;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 8px;
    border: 3px solid #e42d24;
}

div > .error2 {
    background-color: #fff;
    color: #222;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 8px;
    border: 3px solid #222222;
}

img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
/*.table tr:hover td {
    background: white;
    
}*/

.tentable:hover {
	background: #f5f5f5;
}

/*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e42d24 !important;
}*/
.nav.navbar-nav {
    padding-left: 10px;
}

.logo > img {
    vertical-align: baseline;
    display: block;
    height: 35px;
}

.navbar-brand {
background: url('https://pcm.etalonplus.info/images/etallogo-white.svg') center / contain no-repeat;
width: 270px;
}

.container-logo {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-moz-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	-webkit-justify-content: normal;
	-moz-justify-content: normal;
	-ms-flex-pack: normal;
	-ms-justify-content: normal;
	justify-content: normal;
	-ms-flex-pack: normal;
}

.navbar-toggle {
	border: 0 solid transparent !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    padding: 15px 25px 15px 25px;
    /*text-transform: uppercase;
    letter-spacing: 1px;*/
    font-weight: 500;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-nav > li:hover {
    color: #e42d24 !important;
}
li.active:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	/*background: #e42d24;*/
	transform-origin: 0 center;
	transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
	/* opacity: 0; */
	-ms-transition: opacity .3s,-webkit-transform .3s;
	-webkit-transition: opacity .3s,-webkit-transform .3s;
	transition: opacity .3s,transform .3s;
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
li.last a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f007";
    font-size: 19px;
    padding-right: 10px;
}
.navbar-inverse .navbar-nav > li.last > a {padding-right: 0; color: #b1b1b1;}
.navbar-inverse .navbar-nav > li.last > a:hover {color: #e22b2a;}

@media (max-width: 768px) {
/* Навбар в потоке (sticky) — нет привязки к viewport, скачки исчезают */
.navbar.navbar-fixed-top {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}
body {
	padding-top: 0 !important;
}
/* Изоляция футера: перерасчёт layout не тянет за собой навбар */
#footer {
	contain: layout;
}

.container-logo {
    display: block;
}

.container > .navbar-header {
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.nav.navbar-nav {
    padding-left: 0px;
}
}

/* список */
.list-counter-circle {
  list-style: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list-counter-circle>li {
  position: relative;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1.75rem;
  margin-bottom: .25rem;
  padding-left: 1rem;
  padding-right: .5rem;
  color: #fff;
  background: #7b1fa2;
  white-space: nowrap;
  border-radius: .25rem
}
.list-counter-circle>li:last-child {
  margin-bottom: 0;
}
.list-counter-circle>li::before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -2rem;
  top: -.25rem;
  bottom: -.25rem;
  width: 2.5rem;
  line-height: 2rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
  text-align: center;
  color: #fff;
  background: #7b1fa2;
}




/* форма */
.panel-login {
    padding: 0px!important;
}

.help-block {
    color: #e42d24 !important;
    font-size: 12px !important;
}

.help-block2 {
    color: #e42d24;
    font-size: 12px;
    position: absolute;
}

.btn-link {
    color: #8e8e8e !important;
}
.margin-right {margin-right: 10px;}


.form-control {
    padding: 10px 10px !important;
    /*font-size: 16px !important;*/
    height: 38px !important;
}   
.form-group > label {
    font-size: 12px;
    margin-bottom: .5rem !important;
    padding-top: 0px !important;
}
    
.updprof-error, .panel-body > .error {
    background-color: #e42d24;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 8px;
}


.text-danger > .error {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
    border-radius: 8px;
}

.panel-primary {
    border-color: transparent !important;
}

.panel-body {
    padding: 0px !important;
}

.panel {
	margin-bottom: auto !important;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;

}

.text-or {
	font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/*.col-sm-8, .col-lg-6, .col-md-4, .col-xs-12  {padding-right: 0 !important; padding-left: 0 !important;}*/


/* кнопка */
.btn2 {
    font-size: 18px;
    line-height: 1.55;
    cursor: pointer;
    color: rgb(255, 255, 255);
    user-select: none;
    padding: 5px 15px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #e42d24;
    border-image: initial;
    background-image: none;
    background: #e42d24;
    outline: none;
}
.btn2:hover {
    background: #bf261f;
    border-color: #bf261f;
}
.btn-defff {
    cursor: pointer;
    color: #333;
    padding: 10px 15px;
}
.btn-defff:hover {color: #333;}


a > .btn-defff {text-decoration: none;}


.print-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
	height: 3rem;
    line-height: 3rem;
    color: #b1b1b1;
}

.print-button i {
    font-size: 2rem;
    vertical-align: middle;
}

/* кнопки навигации страницы */ 
.pagination > .active > a {color: #fff !important; background-color: #e42d24 !important;border-color: #e42d24 !important;}
.pagination > li > a {color: #222222 !important;}

/*профиль*/
.text-muted {
    color: #333!important;
}
.table-prof tr:nth-child(2n) {
    background: #f5f5f5;
}
.table-prof > tbody > tr > th, .table > tbody > tr > td {border-top: 0px !important; }
.tablecard {    
	width: 581px !important;
    margin-right: 0px;
    margin-left: auto;
    font-size: 12px;
	
}

/* формы на сайте */ 
/*input[type="text"] {
    padding: 10px 20px ;
    font-size: 16px;
}*/

/* зачем личный кабинет */ 
.jumbotron h1 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin: 0px;
}
section {
    padding: 30px 0 60px 0;
    overflow: hidden;
}

.icon-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 225px;
    margin-bottom: 30px;
}

.icon-box .description {
  flex: 1;
}

.featured-services .icon-box {
	border: 2px solid #cccccc;
	border-radius: 8px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.featured-services .title {
	margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services .title a {
    color: #111;
}
.featured-services .description {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.icon > span {
    font-size: 48px;
    line-height: 1;
    color: rgb(228 45 36);
    transition: all 0.3s ease-in-out 0s;
}


tr.headertable.expand > td {
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    
}




@media (max-width: 992px) {
#footer {
	padding-top: 1.5rem;
	padding-bottom: 0.75rem;
}
#footer > .container {
	padding-left: 10px;
	padding-right: 10px;
}
#footer .col-xs-12{
	text-align: center!important;
}
#footer .col-xs-12 .text-right{
	text-align: center!important;
}
.margin10 {margin: 10px 0 10px 0;}
.col-md-6 {padding-bottom: 20px;}

.icon-box {min-height: 100%;margin-bottom: 0px;}
}

@media (max-width: 576px) {
#footer {
	padding-bottom: 0.5rem;
}
#footer > .container {
	padding-left: 8px;
	padding-right: 8px;
}
}

@media (min-width: 992px) { 
  .nav.navbar-nav { 
    float: right !important; 
    text-align: center!important; 
  } 

  .nav.navbar-nav > li { 
    float: none!important; 
    display: inline-block!important; 
  } 
  

}

@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px!important;
}

}

@media (min-width: 992px) {
.padding-right {padding-right: 15px !important;}
}


@media (max-width: 768px) { 

.styled-table thead tr {
    font-size: 10px;
}
.styled-table tbody tr {
    font-size: 12px;
}
}




