body {
    background: #fbfafc;
    overflow-x: auto !important;
}

nav .breadcrumb {
    margin-bottom: 30px !important;
    font-size: 1.8em;
    z-index: 9999;
}

nav .breadcrumb.scrollfix-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #0758ff !important;
    transition: 0.5s;
    color: #fff !important;
}

nav .breadcrumb.scrollfix-top a, nav .breadcrumb.scrollfix-top li:before {
    color: #fff !important;
    transition: 0.5s;
}

nav .breadcrumb.scrollfix-top.scroll-text-light,
nav .breadcrumb.event-breadcrumb.scrollfix-top.scroll-text-light a,
nav .breadcrumb.scrollfix-top.scroll-text-light li:before,
nav .breadcrumb.scrollfix-top.scroll-text-light li.active {
    color: #fff !important;
}

nav .breadcrumb.event-breadcrumb.scrollfix-top.scroll-text-dark,
nav .breadcrumb.event-breadcrumb.scrollfix-top.scroll-text-dark a,
nav .breadcrumb.event-breadcrumb.scrollfix-top.scroll-text-dark li:before,
nav .breadcrumb.event-breadcrumb.scrollfix-top.scroll-text-dark li.active {
    color: #000 !important;
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
    box-shadow: none;
}

.nav-tabs-navigation .nav-item.danger .active.text-danger {
    color: white !important;
}

.wrapper {
    padding: 30px 15px;
}

.sticky-notify {
    font-size: 1.3rem;
    background-color: #18ce0f;
    padding: 15px;
    border-radius: 3px;
    top: 65px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.col-12.col-md-4.offset-md-4.position-fixed {
    z-index: 99999 !important;
}

small.form-text {
    font-size: 0.8em;
    margin-top: -8px;
    margin-bottom: 15px;
}

small.form-text p {
    font-size: 1.0em;
    font-weight: 400;
}

/*label {*/
/*    color: #9f9f9f !important;*/
/*}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control,
.input-group-text {
    background-color: #fff !important;
    border: 1px solid #E3E3E3 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    border-radius: 0;
}

/*textarea {*/
/*    border-radius: 15px !important;*/
/*}*/

.input-group-prepend .input-group-text {
    border-left: 1px solid #E3E3E3 !important;
    border-right: 0 !important;
}

.input-group .form-control.prepend {
    border-left: 0 !important
}

.input-group .form-control.append {
    border-right: 0 !important
}

.form-group .input-append {
    position: absolute;
    right: 18px;
    top: 37px;
}
.form-group ul li {
    color: red;
}
.form-group ul li.select2-selection__choice {
    color: black;
}
.form-group ul.dropdown-menu li {
    color: black !important;
}
.btn.bs-placeholder {
    background-color: lightgray;
}

select {
    border-radius: 0 !important;
    height: 37px !important;
}

.select2 {
    width: 100% !important;
    min-width: 80px;
    display: block;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E3E3E3 !important;
    border-radius: 0 !important;
    color: #2c2c2c !important;
    font-size: 0.9em !important;
    height: auto !important;
    padding: 10px 10px;
    margin-bottom: 13px;
    margin-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #E3E3E3 !important;
    border-radius: 0 !important;
    color: #2c2c2c !important;
    font-size: 0.9em !important;
    height: auto !important;
    padding: 2px 18px;
    margin-bottom: 13px;
}

.select2-selection__arrow {
    top: 6px !important;
    right: 10px !important;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    border: 1px solid #E3E3E3 !important;
    border-radius: 0px !important;
    color: #2c2c2c !important;
    font-size: 0.9em !important;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
}

.select2-selection {
    outline: 0 !important;
}

.form-check .form-check-sign::before, .form-check .form-check-sign::after {
    border-color: #999;
}

.bootstrap-tagsinput {
    display: block !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 0px !important;
    color: #2c2c2c !important;
    font-size: 0.9em !important;
    height: auto !important;
    padding: 10px 18px;
    box-shadow: none !important;
}

.bootstrap-tagsinput .tag {
    color: #2c2c2c !important;
    border: 1px solid #2c2c2c !important;
}

textarea {
    border-radius: 0 !important;
    padding: 5px 18px !important;
}

textarea.form-control {
    max-height: 580px !important;
}

.h6, h6 {
    text-transform: none !important;
}

table {
}

table th {
    background-color: #fff;
}

table td, table th {
    vertical-align: middle !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfafc;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

td .form-check, th .form-check {
    margin-top: -27px;
}

a, a:hover {
    color: #0758ff;
}

.bg-primary, .btn-primary {
    background-color: #0758ff !important;
}

.text-primary {
    color: #0758ff !important;
}

.border-primary {
    border-color: #0758ff !important;
}

.text-light a {
    color: #fff;
}

.border {
    /*border-radius: 30px;*/
}

.btn-outline-primary {
    border: 1px solid #0758ff !important;
}

.hidden {
    display: none;
}

.opacity-5 {
    opacity: 0.5;
}

.navbar .badge {
    margin-left: 10px !important;
    display: inline-block;
}

.navbar-brand {
    background-size: 30%;
    background-image: url("https://opuseu.com/assets/img/01_opueseu_fekvo_feherszinatmenet_RGB.png");
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 170px;
}

.selected {
    position: relative;
}

.selector {
    display: none;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 210px !important;
}

.selected:hover .selector {
    display: block !important;
}

.bg-custom-green {
    background-color: #92d05a !important;
}

.bg-custom-brown {
    background-color: #948a57 !important;
}

.bg-custom-yellow {
    background-color: #ffff72 !important;
}

.bg-custom-red {
    background-color: #da9694 !important;
}

.bg-custom-primary {
    background-color: #b1a0c6 !important;
}

.bg-custom-silver {
    background-color: #bfbfbf !important;
}

.bg-custom-blue {
    background-color: #b8cce3 !important;
}

#events .pr-5 {
    padding-right: 110px !important;
}

#events .float-right {
    float: none !important;
    position: absolute;
    right: 10px;
}

li.thread_theme_1:before {
    border-color: #92d05a !important;
}

li.thread_theme_2:before {
    border-color: #f18426 !important;
}

li.thread_theme_3:before {
    border-color: #cece00 !important;
}

li.thread_theme_4:before {
    border-color: #da9694 !important;
}

li.thread_theme_5:before {
    border-color: #b1a0c6 !important;
}

li.thread_theme_6:before {
    border-color: #bfbfbf !important;
}

li.thread_theme_7:before {
    border-color: #b8cce3 !important;
}

li.thread_theme_8:before {
    border-color: #948a57 !important;
}

li.thread_theme_9:before {
    border-color: #25baed !important;
}

li.thread_theme_10:before {
    border-color: #9d75a6 !important;
}

.card.text-light a {
    color: #fff;
}

.card.text-light .list-group-item {
    border: 1px solid #b3b3b3;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    /*background: rgba(0, 0, 0, .1);*/
    border-left: 1px dashed rgba(0, 0, 0, .1);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 10px solid #0758ff;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline a.float-right {
    margin-top: -7px;
}

.hide {
    display: none;
}

/*.admin .navbar-brand {*/
/*    background: none;*/
/*    padding-left: 0px;*/
/*}*/

/*.admin .img-thumbnail {*/
/*    max-width: 80px;*/
/*}*/

table.table-sticky {
    text-align: left !important;
    position: relative !important;
}

table.table-sticky th {
    position: sticky !important;
    top: 60px !important;
    z-index:9 !important;
}

.row.position-fixed.sticky-footer {
    margin-left:0;
    margin-right:0;
    width:100%;
    z-index:9;
    bottom:0;
    left:0;
    background:#fbfafc;
}

/* messenger plugin EZ NEM MARADHAT ITT */

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    /*color: #989898;*/
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
}

.sent_msg p {
    background: #f96332 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    float: right;
    width: 46%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #f96332 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 133px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}
.badge-black {
    background-color: black;
    color: white;
}
.btn-xs {
    margin: 5px 1px;
    padding: 5px 10px;
}
