

.body {
background-color: f7f8fa !important;
}

.category {
	width: 600px;
}
.cat-input {
	width: 350px;
}
.ssilka {
	word-wrap: break-word;
}
.ipv4ipv6 {
	width: 70px;
}
.mycat {
	padding: 2px;
}
.mycat:hover {
	background: rgba(0,0,0,.2);
}
tr[data-href]:hover {
  cursor: pointer;
  background-color: #ffc107;
}

.pos-1-3 {
  background: rgb(46, 150, 221) !important;
  color: #fff !important;
}

.pos-4-5 {
  background: rgb(33, 147, 108) !important;
  color: #fff !important;
}

.pos-6-10 {
  background: rgb(26, 188, 156) !important;
  color: #fff !important;
}

.pos-11-30 {
  background: rgb(162, 223, 159) !important;
  color: #fff !important;
}

.pos-30 {
  background: rgb(251, 192, 45) !important;
  color: #fff !important;
}

tr[data-href]:hover .pos-1-3,
tr[data-href]:hover .pos-4-5,
tr[data-href]:hover .pos-6-10,
tr[data-href]:hover .pos-11-30,
tr[data-href]:hover .pos-30 {
  background-color: #ffc107 !important;
  color: #000 !important;
}

.panel {
    min-width: 1300px;
    margin-top: 90px;
}

.zapros-data table,
.position table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    max-width: 100%;
}

.zapros-data td,
.position td {
    border: none;
    background: #f7f7f7;
    min-width: 78px;
    max-width: 78px;
    height: 40px;
    padding: 0;
    font-size: 14px;
}

.zapros-data {
    float: left;
}

.position {
    overflow: scroll;
    border-right: 1px solid #a3adb6;
}

.data-zagolovok {

    background: #f7f7f7;
    min-width: 230px;
    max-width: 230px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.data {
    border-left: 1px solid #a3adb6;
    border-top: 1px solid #a3adb6;
    border-bottom: 1px solid #a3adb6;
    background: #f7f7f7;
    min-width: 78px;
    max-width: 78px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.data-position {
    border-left: 1px solid #a3adb6;
    border-bottom: 1px solid #a3adb6;
    background: #f7f7f7;
    min-width: 78px;
    max-width: 78px;
    height: 40px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 16px;
    color: #34495E;
}

.pf-copy:after {
    content: "@PFbaza";
    position: relative;
    top: -19px;
    opacity: .5;
    font-size: 12px;
}

.green {
    background-color: #84DFAB;
}
.raznica-green {
    color: #18af54;
}
.red {
    background-color: #FBE1DF;
}
.raznica-red {
    color: #EA4838;
}
.white {
    background-color: #fff;
}
.gray {
    background-color: #d4d4d4;
}
.raznica {
    position: relative;
    font-size: 10px;
    top: -5px;
}
.up:before {
    content: "\25B2";
    font-size: 6px;
}
.down:before {
    content: "\25BC";
    font-size: 6px;
}

.nn {
    background-color: #f89292;
}
.nn span {
    font-size: 12px;
}
.np span {
    font-size: 10px;
}

.data-zagolovok-zapros {
    border-left: 1px solid #a3adb6;
    border-bottom: 1px solid #a3adb6;
    background: #f7f7f7;
    min-width: 220px;
    height: 40px;
    padding-left: 10px;
}

table tr td.test {
    width: 230px;
    max-width: 230px;
}

.data-zagolovok-zaprosi {
    border-left: 1px solid #a3adb6;
    border-bottom: 1px solid #a3adb6;
    border-top: 1px solid #a3adb6;
    border-right: 0px;
}

/* Стиль карточки товара */
.mega-pricing-item {
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
    padding: 30px;
    text-align: center;
  }
  
  /* Стили кнопок */
  .bordered-btn {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
  }
  .bordered-btn:hover {
    color: #fff;
    background-color: #18b9e5;
    border-color: #fff;
    text-decoration:none;
  }
  
  /* Градиентный фон для карточек, используя цветовую гамму третьей карточки */
  .gradient-style-3 {
    background: linear-gradient(45deg, #18b9e5 0%, #81d9b8 100%);
    color: #fff;
    box-shadow: 0 0 10px #ccc;
  }
  
  /* Стиль иконок и текста */
  .pricing-icon {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .pricing-duration {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  