.col-centered {
    float: none;
    margin: 0 auto;
}

.text-align-center {
    text-align: center;
}

#mainCaptcha {
    display: inline-block;
}

#txtInput {
    display: inline-block;
    vertical-align: 4px;
    height: 28px;
    width: 50%;
}

/*Notifications*/
.notifications-icon {
    background-color: #ededed;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 69px;
    top: 17px;
    font-size: 29px;
    color: black;
    text-align: center;
    z-index: 20;
}

.notifications-icon > .new-notifications {
    background-color: #ff0000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 35px;
    top: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    z-index: 20;
}

.notifications {
    display: none;
}

.notifications-icon > .pe-7s-bell {
    padding-top: 6px;
}

#instruction img {
    height: 100%;
    width: 100%;
}

#instruction p {
    margin: 20px 0 0 0;
    font-weight: bold;
}

#general_page {
    height: 100%;
}

.container_styled_1 {
    height: 100%;
}

.ticket-view table {
    width: 100%;
}

.ticket-view td {
    width: 141px;
    padding-top: 30px;
}

.notifications-content {
    display: block;
    padding-top: 80px;
}

.notification-block {
    width: 100%;
    padding: 20px;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.notification-block .timeline-badge.danger {
    background-color: #F44336;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.nice-select > span {
    width: 351px;
    display: block;
    overflow: hidden;
}

#accordionExample {
    overflow: scroll;
    height: 80vh;
    width: 40vw;
}

#accordionExample .card-header {
    height: 45px;
}

#accordionExample .card-header {
    height: 45px;
}

#accordionExample .btn-link {
    font-size: 14px;
    line-height: 1px;
}

#accordionExample .card-body {
    color: #000;
}