/*
*Theme Name: SI School 4
*Theme URI: joomla.school
*Description: Адаптивная WordPress тема для быстрого развертывания сайта образовательной организации со встроенной версией для слабовидящих.
*Requires at least: 5.9
*Tested up to: 6.0
*Requires PHP: 7.4
*Version: 1.3
*Author: Joomla School
*Author URI: joomla.school
*Tags: responsive, education
*License: GNU General Public License
*License URI: http://joomla.school/
*/

/*               CustomSyle             */


.tooltip-doc {
    position: absolute;
    z-index: 999;
    left: -100%;
    top: 0;
    background-color: #fff;
    color: #767676;
    padding: 15px 10px 0 10px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 14px
}
img.signature{
    margin: 0 4px 0 0!important;
    position: relative;
    top: -5px;
}

.flex-container {
  display: flex;
  flex-flow: row wrap; /* флекс элементы заполняют собой строку (row) */
  flex-direction: row;
  /*flex-wrap: nowrap;*/
  justify-content: center;
  align-items: center;
  align-content: stretch;
	margin:0 auto;
	max-width:1280px;
}

.flex-items:nth-child(1) {
  display: block;
	flex: 1 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
#tablepress-2_filter input{height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sveden-table{
width:100%;
border-collapse:separate;
border-spacing:0;
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
font-size:15px;
}

.sveden-table thead{
background:#0f7ea8;
color:white;
}

.sveden-table th{
padding:16px;
text-align:left;
font-weight:600;
font-size:14px;
}

.sveden-table td{
padding:18px 16px;
vertical-align:top;
border-bottom:1px solid #eef2f6;
line-height:1.5;
}

.sveden-table tr:last-child td{
border-bottom:none;
}

.sveden-table tbody tr:hover{
background:#f6fbff;
}

.teacher-name{
font-weight:600;
font-size:16px;
color:#1b1b1b;
}

.badge{
display:inline-block;
padding:4px 8px;
background:#eef6ff;
border-radius:6px;
font-size:13px;
margin:2px;
}




