.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.top_menu {
    /*    background-color: #797979; */
    background-color: rgba(187, 189, 187, 1);
    weight: 100%;
    height: 53px;
    box-shadow: 0 0 10px 0px #555;
    border-bottom: 1px solid white;
    z-index: 1000;
}


/*
.login_div {
    background-color: #a8a8a8;
    padding-left: 25px;
    color: #333;
    font-size: 12px;

    box-shadow: 0 0 5px 0px #000;
    text-shadow: 1px 1px 0px white;
    border-bottom: yellow 1px #888888;
}
*/
.login_div {
    background-color: #3d7a0e;
    padding-left: 25px;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana;
    box-shadow: 0 0 5px 0px #000;
    text-shadow: 1px 1px 0px #000;
    border-bottom: yellow 1px #888888;
}


.my_content {
    margin: 20px 10px 10px 10px;
}

/* Стилі таблиці реєстрації користувачів */
.reg_user_tbl {
    border-collapse: collapse;
    /*    border: solid 2px #437001; */
    border: solid 2px #437001;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
    box-shadow: 0 0 3px #aaa;
    line-height: normal;
}

.reg_user_tbl thead td {
    background-color:  #437001;
    color: white;
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #d1d1d1;
    text-shadow: 1px 1px 3px #000;
}

.reg_user_tbl tbody tr:nth-child(odd){
    background-color: rgba(67, 112, 1, 0.1);
}

.reg_user_tbl tbody tr:nth-child(even){
    background-color: #ffffff;
}

.reg_user_tbl tbody tr:hover{
    background-color: khaki;
}

.reg_user_tbl tbody tr{
    color: #002200;
    border-bottom: solid 1px #437001;
}

.reg_user_tbl tbody td{
    border-right: solid 1px rgba(89, 150, 0, 0.15);
    padding: 0px 0px 0px 0px;
}

.zvan {
    font-size: 11px;
    color: #000088;
    padding-left: 8px;
}

.fam {
    font-weight: bold;
    margin-top: 4px;
    margin-left: 12px;
    color: #383838;
}

.imya_batko {
    margin-top: 0px;
    margin-left: 12px;
    color: #4b4b4b;
}

.pidroz {
    line-height: normal;
    background-color: rgba(206, 255, 157, 0.3);
    padding: 2px 3px 3px 5px;
    color: rgba(0, 68, 0, 0.75);
    font-size: 11px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    cursor: pointer;
}

.courses{
    width: 800px;
    color: #545454;
}

.posada {
    margin: 3px 3px 2px 5px;
    color: #5a5a5a;
}

.tech_info span:nth-child(1) {
    padding-left: 10px;
    font-size: 11px;
    color: #666666;
    text-align: left;
    line-height: normal;
    font-weight: bold;
}

.tech_info span:nth-child(2) {
    font-size: 11px;
    color: #8b6512;
}

.but_row {
    padding: 2px 0 2px 0;

}

.but_info {
    font-size: 11px;
    width: 180px;
    height: 23px;
    background-color: #bcc297;
    display: inline-block;
    padding: 3px 3px 3px 5px;
}
/* /Стилі таблиці реєстрації користувачів */


.button_style
{
    display: inline-block;
    white-space: nowrap;
    height: 20px;

    border: 1px solid #777;
    padding: 0em 1em;
    /* [disabled]margin: 0.5em; */
    font: bold 12px Arial, Helvetica;
    text-decoration: none;


    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;

    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);

}

/*
.button_style:hover
{
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}
*/

.button_style:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

/*
.button_style:focus
{
    outline: 0;
    background: #fafafa;
}

.button_style:before
{
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
}

*/


.title_text {
    padding: 0px 10px 2px 50px;
    margin-top: 20px;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #747474;
    text-shadow: 1px 1px 0px #FFF;
    background-color: #c2c2c2;
    box-shadow: 0 0 3px #555;
}

.table_head {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    width: 250px;
    text-align: right;
}

.adm_table {
    /*    border: 2px solid #55901f; */
    border: 2px solid #a8a8a8;
    box-shadow: 0 0 3px #848484;
    width: 800px;
}

.adm_table thead tr {
    border-bottom: 1px solid #a8a8a8;
    background-color: #a8a8a8;
}

.adm_table thead tr td {
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}


.adm_table tbody tr {
    border-bottom: 1px solid #a8a8a8;
    background-color: #e0e0e0;
}

.adm_table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.adm_table tbody tr:hover {
    background-color: #ffefaa;
}

.adm_table td {
    border-right: 1px dotted #b3b3b3;
}

.telegramma_name{
    width: 450px;
    height: 80px;
}

.plan_status {
    font-size: 12px;
}

.course_name {
    margin-bottom: 15px;
    font-weight: bold;
    color: #3e3e3e;
}

.content_box{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px;
    /*    overflow: hidden; */
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.1) inset;
}

.red{
    color: red;
}

.green{
    color: green;
}

.pidroz_sel{
    width: 400px;

}

.file_name_box{
    padding: 10px 0 10px 10px;
}

.file_name_row{
    display: table-row;
}

.file_name_row:hover{
    background-color: #f0f0f0;
}

.file_name_row div:nth-child(1){
    display: table-cell;
    padding: 0 15px 0 10px;
}

.descriptions{
    color: #7e7e7e;
    font-weight: bold;
}

.no_files{
    color: #9b9b9b;
}
