.error
{
   color: #e46a76 !important;
   /* background-color: #acf; */
}

.bell-icon{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 50px;
}
.list-style{

   list-style: none; 
   border: 1px solid #967f7f30; 
   padding: 7px;  
   margin-bottom: 3px; 
   border-radius: 6px;
}
.topic-div{
	position:relative;   display: block;
    border: 1px solid #e9ecef;
    padding: 5px;
}
    .w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}

.sample-order-products {
    border: 1px solid #000;
    margin-top: 40px;

}

table .fixed-width-table
{
    
    table-layout: fixed;
    width: 100%;  
}

.expense-box
{
    border: 1px solid #000;
    margin-top: 20px;
}

.a-success
{
    color: green;
}
.a-danger
{
    color: red;
}
.a-purple
{
    color: #3d4181;
}

.a-black
{
    color: #000;

}

.a-disabled {
    pointer-events: none;
    cursor: default;
}

.text-over-line{
    text-decoration: line-through;
}

tr.disabled {
    background-color: #d8d0d0;
}

.right-div{
    text-align: right;
}

.a-dark-blue
{
    color:darkblue;
}
.order-products {
    border: 1px solid #000;
    margin-top: 40px;
}

.font-w-800{
    font-weight: 800;
}

.font-w-500{
    font-weight: 500;
}

.border-bottom-last-remove .order-products:last-child { /*border-bottom:none;*/ }

.green-dot{
    background: green;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: 10px;
}

.red-dot{
    background: darkred;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: 10px;
}

div.disabled
{
    pointer-events: none;

    /* for "disabled" effect */
    opacity: 0.5;

}

.row-space .row + .row{
    margin-top: 10px;
}

.top-right{
    position: relative;
}

.top-right .violation{
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    background: red;
    color: white;
}

.text-violation{
    color: red;
}

.text-default{
    color: #777;
 }

.label-violation {
    background: red;
    color: white;
}
.bg-default{
    background-color: #777 !important;
}
.bg-violation{
    background-color : red !important;
}
.remove-right-div
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.right-btn
{
    float: right;
    margin-top: 20px;
}

.tooltip-box{position: relative; text-decoration: underline; display: inline-block;}
.tooltip-data-box{position: absolute; left: 50%; top:-100%; transform: translate(-50%, -15px); opacity: 0; visibility: hidden; white-space: nowrap; padding: 5px; border-radius: 3px; transition: all 0.5s; font-size: 12px; }
.tooltip-box:hover{cursor: pointer;}
.tooltip-box:hover .tooltip-data-box{visibility: visible; opacity: 1;}

.quarterly-datepicker table tr td span {
  width: 100% !important;
}

.hidden {
    display: none !important;
}

.skin-default.fixed-layout.mini-sidebar .row.page-titles{
    margin-top: 0px;
}
.skin-default.fixed-layout .row.page-titles {
    margin-top: 30px;
}