.int_logo{
    max-width:200px; max-height: 55px;
}
.section-header-breadcrumb li{
    list-style: none;
}

div.profile-widget-item-value small{
    font-weight: bold;
}

.int_dashlogo{
    max-width: 200px;
    max-height: 100px;
    margin-bottom: 90px;
    margin-top: 10px;
}

.int_adminnav{
    padding: .5rem 0rem;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fa{
    margin: 0;
    font-size: 20px;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fa{
    margin-left: 4px;
}

.card.card-statistic-1 .card-icon  .fa{
    font-size: 22px;
    color: #fff;
}

.rounded-btn{
    border-radius: 20px;
}
.table-links2 {
    color: #34395e;
    font-size: 12px;
    margin-top: 5px;
    opacity: 1;
    transition: all .3s;
}

.section .section-header .section-header-breadcrumb li{
    font-size: 12px;
    line-height: 1;
}



.section-header-breadcrumb > li:not(:first-child)::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.section-header-breadcrumb > li:not(:first-child) {
    padding-left: .5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
      color: #2b1c1c !important;
}

.tab-pane .select2-container{ width: 100% !important; }

.unread{
    background-color: rgba(0, 0, 0, 0.02);
}

.clickable{
    cursor: pointer;
}

td.truncate div {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: -90px;

}

.wide-link{
    width: 100%; height: 100%;
}

ul.comma-tags {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.comma-tags li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comma-tags li:after {
    content: ", ";
    color: #aaa;
}

ul.comma-tags li:last-child:after {
    content: "";
}
ul.comma-tags{
    display: inline;
    margin:0;
    padding:0;
}

ul.comma-tags li {
    display: inline;
    list-style: none;
    margin: 0;
    padding:0;
}

ul.comma-tags li:after {
    content:", ";
    color:#aaa;
}

ul.comma-tags li:last-child:after {
    content:"";
}

.modal-backdrop{
    display: none;
}

.thread-text .img{
    background-size:675px 175px !important;
    display:inline-block;
}

.thread-text img{
    max-width: 50%;
}

.arrow-top{
    display: none;
    position: fixed;
    bottom: 2px;
    right: 10px;

}

@media only screen and (max-width: 600px) {
    nav.int_adminnav .nav-link {
        padding-right: 10px !important;
    }
    .thread-text img{
        max-width: 100%;
    }

}

.draggable{
    cursor: grabbing;
}

.select2 {
    width: 100%!important; /* overrides computed width, 100px in your demo */
}

nav.navbar .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ece4e4;
}
