.chbox_full.openchbox {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    overflow-y: scroll;
}

.chbox_full.openchbox span {
    max-width: 1140px;
    padding: 0 20px 20px;
    text-align: left;
    width: 100%;
}

.close_txt {
    text-align: right;
}
.close_txt:hover {
    cursor: pointer;
}
.close_chbox_full {
    text-align: right !important;
    width: 100%;
    position: fixed;
    top: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 0 !important;
    margin-top: 20px;
    margin-left: 20px;
}
.close_chbox_full:hover {
    cursor: pointer;
}

.page-regulations {
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
}

.invmenu {
    width: 100%;
}

.invmenu:focus {
    
}
.invmenu a {
     background-color: #6650a3;
    color: #fff; 
    /* color: #6650a3;  */
    opacity: 0;
    width: 100%;
    left: 0;
    right: 0;
    line-height: 0px;
    font-size: 14px;
    transition: all 0.4s ease;
    text-align: center;
    text-decoration: none;
    display: block;
}

.invmenu.invmenu a:focus {
    opacity: 1;
    padding: 5px;
    line-height: 16px;
    font-size: 14px;
}

.main-menu a:focus {
}

a:focus {
    outline-style: dotted !important;
    outline-color:red !important;
    outline: 1px;
}

#home-slider .home-slider-text p {
    text-align: right;
    background: #00000094;
    display: inline-block;
    padding: 10px;
    float: right;
    color: #fff;
    margin-top: 15%;
}

#home-content:before {
    opacity: .75;
}

.applications-table tbody tr a {
    color: #6550a3;
}

.applications-table tbody tr:hover a {
    color: #fff;
}

.applications-table tbody tr .applications-status-otwarty {
    color: #007167;
}

.count .number, .count .euro{
    color: #63980e;
}

.dist .number, .dist .euro {
    color: #3f9eaf;
}

.cash .number, .cash .euro {
    color: #da7b06;
}

#filter_form button, #filter_form a {
    color: #ffffff;
}

.projekty-wspolpracy-europejskiej tbody tr:first-child {
    background-color: #eaeaea !important;
}

.newsletter-enable:focus,
.search-enable:focus {
        border-color: red;
        outline: 0;
}