.form_error_message {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f44336;
}
.layout-sidebar-large .main-header {
    position: fixed;
    width: 100%;
    height: 80px;
    box-shadow: 0 1px 15px rgba(204, 8, 8, 0.04), 0 1px 6px rgba(215, 9, 9, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #a61f30;
    z-index: 100;
    color: #fff;
    
}

.layout-sidebar-large .main-header .logo {
    width: 202px;
    padding: 10px 15px;
    height: 63px;
    margin-top: -24px;
}

.layout-sidebar-large .main-header .logo img {
    width: 100%;
    height: 53px;
}
.allright{
    width: 100%;
    text-align: center;
}
.layout-sidebar-large .main-header .menu-toggle div {
    background: #fff;
}
.layout-sidebar-large .sidebar-left-secondary, .layout-sidebar-large .sidebar-left {
    background: #a61f30;
    box-shadow: 0 4px 20px 1px rgba(206, 28, 28, 0.06), 0 1px 4px rgba(188, 6, 6, 0.08);
    color: #fff;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    color: #FFF;
}
table.dataTable thead tr>th, .table.dataTable>thead:first-child>tr:first-child>th {
    color: #000000;
}
table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px;
}
table.dataTable thead th:first-child {
    border-top-left-radius: 2px;
}
.table thead tr th:first-child {
    border-left: 1px solid #dcdcdc;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead>tr>th {
    color: #4e75ad;
    background: #f6f8fa;
    vertical-align: middle;
    border-bottom: 1px solid;
    border-color: #ebf5ff!important;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
}
.table>thead>tr>th {
    padding: 10px;
    vertical-align: middle;
    color: #2d2d2d;
    font-weight: 400;
    border-top: 1px solid #f0f0f0!important;
    border-left: 0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 0;
}
table.dataTable {
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
    width: 100%;
}
.progress-bar-default {
    background-color: #727b86;
}
.progress-bar {
    font-size: 10px;
    margin-top: -1px;
    color: black;
}
.progress-bar-default1{
    background-color:#28b8da
}
.col-md-6.selectstore {
    padding-right: 0px;
}
.col-md-2.btnclick {
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}