.color-sales {
    color:#13263B;
}
.color-sales a:hover {
    color:#dc0f0f;
}
.accordion-inner {
    padding: 16px 0px !important; 
    background: #fff;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom:none !important ;
}
.bg-table-sales {
    background-color:#dc0f0f;
    color:#fff;
    padding: 10px !important;
}
.bg-table-sales-subtitle {
    background-color:#B4B6C7;
    color:#000;
}
.border-dashed {
    border-right: 1px dashed #000;
}
tr td:last-child {
    color: #13263B;
}
tr:last-child td {
    color:#13263B;
}
.highcharts-exporting-group {
    display:none;
}
.highcharts-credits {
    display:none;	
}
.highcharts-title {
    display:none;
}
.highcharts-axis  {
    display:none;
}
.highcharts-subtitle {
    display:none;
}
a.accordion-toggle {
    text-decoration: none;
}
.cursor {
    cursor: pointer;
}
.accordion-heading.accordionize .accordion-toggle i, .accordion-heading.togglize .accordion-toggle i {
    float: right;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.togglize {
    background-color: #EEEEEE !important;
    height: 50px;
    border-radius: 9px;
    padding: 15px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb  {
    background-color: #ffffff !important;
}
.chat-sidebar-header {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}
.chat-sidebar-header .align-items-center:hover ,.chat-sidebar-header .feather-chevron-down:hover {
    color:#9a1914 !important;
}
.rotate {
    transform: rotate(3.142rad);
}
select option:first-child {
    color: grey;
}
select option:disabled { 
    color: grey;
}
.to {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-bottom: 10px;
}
.t-head {
    background:#13263B;
    color:#fff;
    width: 132px;
    padding: 15px;
    height: 66px;
}
@media (max-width: 767px){
    .visible-lg {
        display:none;
    }
    .s {
        padding-right:0px;
    }
    .t-head {
        background:#13263B;
        color:#fff;
        width: 126px;
        padding: 15px;
        height: 63px;
    }
    .togglize {
        background-color: #EEEEEE !important;
        height: 55px;
        border-radius: 9px;
        padding: 4px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .table-main thead th {
        white-space: nowrap;
    }
    .table-scroll {
        margin-left: 131px;
        overflow-x: scroll;
        overflow-y: visible;
        padding-bottom: 5px;
    }
    .table-main .fix-col {
        left: 5px;
        position: absolute;
        top: auto;
        width: 126px;
    }
    .table-main tbody td {
        height: 60px;
    }
}
.accordion-heading .feather-chevron-down {
	position: absolute;
    right: 25px;
}