﻿@font-face {
  font-family: "Open Sans Condensed Light";
  src: url("../../css/fonts/OpenSans_Condensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Condensed Bold";
  src: url("../../css/fonts/OpenSans_Condensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("../../css/fonts/OpenSans_Condensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  src: url("../../css/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("../../css/fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans SemiBold";
  src: url("../../css/fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Albert Bold";
  src: url("../../css/fonts/FSAlbert-Bold.woff") format("truetype");
}

@font-face {
  font-family: "FS Albert Regular";
  src: url("../../css/fonts/FSAlbert-Regular.woff") format("truetype");
}

.table-container {
  min-height: 500px;
}

table {
  border-collapse: separate !important;
  border: solid #4c12a1 0px;
  border-radius: 8px;
}

td, th {
  border-left: solid #4c12a1 0px;
  border-top: solid #4c12a1 0px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle !important;
}

th {
  background-color: #4c12a1 !important;
  color: white;
  font-weight: bold;
  font-size: 18px;
}

th:first-child {
  border-left-color: #4c12a1;
  border-top-left-radius: 5px;
}

th:last-child {
  border-left-color: #4c12a1;
  border-top-right-radius: 5px;
}

td:first-child {
  border-left: solid #4c12a1 1px;
}

/*.defaultBody {
    height: 920px !important;
}*/

.columnSelect {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #4c12a1;
  display: inline-block;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #767676;
  width: 100%;
  height: 33px;
  background-color: #efefef;
}

/*Filter*/
.filter-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 0px;
  border-radius: 8px;
}

.filter-area select,
.filter-area input[type="text"] {
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
  min-width: 160px;
  border:solid 1px #4c12a1;
}

.filter-area input[type="text"] {
  flex-grow: 1;
  box-shadow: 0px 0px 10px 0px #888888;
  height: 40px;
}

.filter-area button,
.page-btn {
  padding: 6px 14px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #4c12a1;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.filter-area button:hover,
.page-btn:hover {
  background-color: #7d55c7;
}

.filter-area button:active,
.page-btn:active {
  background-color: #4c12a1;
}

input:focus, button:focus, select:focus {
  outline: none;
}

#pagination-controls {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-btn {
  margin: 0 3px;
  padding: 5px 10px;
  cursor: pointer;
}

.checker-bg-protective {
  background: url(../../images/headers/checker-bg-protective.png) repeat;
  min-height: 130px;
}

.blog-header {
  height: 130px;
  position: relative;
}

.blog-header .blog-header-content {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.blog-header .blog-header-block {
  height: 130px;
  transform: skew(15deg);
  background: #4c12a1;
  display: block;
  margin: 0 15%;
}

.agent-content {
  padding-bottom: 50px;
}

.simple-btn-item, a.simple-btn-item {
  font-family: "Open Sans Bold";
  border-radius: 8px;
  background-color: #4c12a1;
  color: white;
  border: none;
  padding: 5px 20px;
  min-height: 40px;
  line-height:2em;
}

.simple-btn-item:hover, a.simple-btn-item:hover {
  background-color: #7d55c7;
  color: white;
  text-decoration:none;
}

a.simple-btn-item {
  display:inline-block;
}

.table th:not(:last-of-type)
{
  border-right:solid 1px #fff;
}
.table td {
  padding:5px 5px;
}
.table th {
  padding: 5px 5px;
}
.table td div {
  padding:0px;
  overflow-y:auto;
  max-height:65px;
}
.page-selected {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.page-selected:hover {
  font-weight: bold;
  background-color: #000;
  color: #fff;
  cursor:default;
}