.btnApprove {
    border: none;
    background: rgb(255, 255, 255);
    margin-left: 10px;
}
.btnApprove:hover {
    border: none;
    background: rgb(255, 255, 255);
    margin-left: 10px;
 }
.btnRefuse{
    border: none;
    background: rgb(255, 255, 255);
    margin-left: 10px;
}
.btnRefuse:hover {
    border: none;
    background: rgb(255, 255, 255);
    margin-left: 10px;
}
a {
    text-decoration: none;
}
.approve{
    color: #fff;
    text-transform: uppercase;
}
.approve:hover{
    color: #ecf0f0;
    text-transform: uppercase;
}
.refuse{
    color: #dc3545;
    text-transform: uppercase;
}
.refuse:hover{
    color: #b12a37;
    text-transform: uppercase;
}
#users {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.filter {
    margin: 10px 10px 0px 10px;
    border: 2px solid #adcfe6;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
}
.padding_vertical-zero {
    padding-top: 0;
    padding-bottom: 0;
}
.mySkip {
    color: white;
    border-color: white;
}
html {
    overflow-y: auto;
}
.tableNotifications {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.bodyEventMsgTxt {
    padding: 10px;
}
.btnCloseEventMsg {
    color: #006cb4;
    text-transform: uppercase;
}
.eventMsg {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 1; /* Сидеть на вершине */
    padding-top: 100px; /* Расположение коробки */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0,0,0); /* Цвет запасной вариант  */
    background-color: rgba(0,0,0,0.4); /*Черный с непрозрачностью */
}
.bodyEventMsg {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.eventMsgPdf {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 1; /* Сидеть на вершине */
    padding-top: 10px; /* Расположение коробки */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0,0,0); /* Цвет запасной вариант  */
    background-color: rgba(0,0,0,0.4); /*Черный с непрозрачностью */
}
.bodyEventMsgPdf {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 5px;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@media (max-width: 960px) {
    #eventMsg {
        padding-top: 30px!important;
    }
    .bodyEventMsg {width: 90%!important; overflow-y:auto; max-height: 80vh;}
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.iframePdf{
    width: 100%;
    height: calc(65vh);
    border: black 1px;
    overflow-y: hidden;
    padding: 0px;
    margin: 0px;
}
.reasonText {
    width: 50%;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px grey;
}