body {
    background: #fbfafc;
}

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

nav .breadcrumb.scrollfix-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

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

.wrapper {
    padding: 30px 15px;
}

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;
}

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

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

.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
}

select {
    border-radius: !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: 1.5em !important;
    height: auto !important;
    padding: 10px 10px;
    min-height: 50px;
    margin-bottom: 13px;
}

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

.select2-selection__arrow {
    top: 12px !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: 1.5em !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;
}

.bootstrap-tagsinput {
    display: block !important;
    border: 1px solid #E3E3E3 !important;
    border-radius: 0px !important;
    color: #2c2c2c !important;
    font-size: 1.5em !important;
    height: auto !important;
    padding: 10px 18px;
    min-height: 50px;
    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;
}

table {

}

table th {
    background-color: #fff;
}

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

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

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

.hidden {
    display: none;
}

.opacity-5 {
    opacity: 0.5;
}

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

.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;
}

.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: 3px solid #3f2d57;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

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

/* 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%;
    padding:
}

.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;
}

/* addthis button */

.addthis_inline_follow_toolbox {
    margin-top: 8px;
}

.addthis_inline_follow_toolbox p {
    display: none;
}

.addthis_inline_follow_toolbox .addthis_toolbox a span {
    border-radius: 100% !important;
}

/* custom */

table td a {
    color: #371C17 !important;
}

.btn {
    color: #fff !important;
}

.bg-primary, .btn-primary {
    background-color: #371C17 !important;
    color: #fff !important;
}

