/*
*Theme Name: SI School 4
*Theme URI: joomla.school
*Description: Адаптивная WordPress тема для быстрого развертывания сайта образовательной организации со встроенной версией для слабовидящих.
*Requires at least: 6.0
*Tested up to: 6.5.2
*Requires PHP: 8.0
*Version: 1.6
*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;
}
#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;
}



