/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-b-50{
    margin-bottom: 50px;
}
.m-b-60{
    margin-bottom: 60px;
}
.m-b-70{
    margin-bottom: 70px;
}
.m-b-80{
    margin-bottom: 80px;
}
.m-b-90{
    margin-bottom: 90px;
}
.m-b-100{
    margin-bottom: 100px;
}
.m-t-10{
    margin-top:10px;
}
.m-t-15{
    margin-top:15px;
}
.m-t-20{
    margin-top:20px;
}
.m-t-25{
    margin-top:25px;
}
.m-t-30{
    margin-top:30px;
}
.m-t-40{
    margin-top:40px;
}
.m-t-50{
    margin-top:50px;
}
.m-t-60{
    margin-top:60px;
}
.m-t-70{
    margin-top:70px;
}
.m-t-80{
    margin-top:80px;
}
.m-t-90{
    margin-top:90px;
}
.m-t-100{
    margin-top:100px;
}
.m-r-10{
    margin-right:10px;
}
.m-r-20{
    margin-right:20px;
}
.m-r-25{
    margin-right:25px;
}
.m-r-30{
    margin-right:30px;
}
.m-r-40{
    margin-right:40px;
}
.m-r-50{
    margin-right:50px;
}
.m-r-60{
    margin-right:60px;
}
.m-r-70{
    margin-right:70px;
}
.m-r-80{
    margin-right:80px;
}
.m-r-90{
    margin-right:90px;
}
.m-r-100{
    margin-right:100px;
}
.m-l-10{
    margin-left:10px;
}
.m-l-20{
    margin-left:20px;
}
.m-l-25{
    margin-left:25px;
}
.m-l-30{
    margin-left:30px;
}
.m-l-40{
    margin-left:40px;
}
.m-l-50{
    margin-left:50px;
}
.m-l-60{
    margin-left:60px;
}
.m-l-70{
    margin-left:70px;
}
.m-l-80{
    margin-left:80px;
}
.m-l-90{
    margin-left:90px;
}
.m-l-100{
    margin-left:100px;
}
.btnLoad{
  background-color: #4CAF50; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  font-size: 16px; /* Set a font-size */
}
.word-break{
    word-break: break-all;
}
td.details-control {
    background: url(../images/details_open.png) no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url(../images/details_close.png) no-repeat center center;
}
.inbox-pending{
    background-color: rgb(222, 241, 227) !important;
}
.inbox-repeat{
     background-color:yellow !important;
}
.inbox thead {
    color: #fff;
    background: #212d32;
}
.btn-all{
    color: #FFF;
    background-color: #47cab7;
    border-color: #47cab7;
}
.btn-all:hover, .btn-all:active, .btn-all.hover {
    background-color: #47cab7;
    color: #FFF;
}
.btn-today{
    color: #FFF;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}
.btn-today:hover, .btn-today:active, btn-today.hover {
    background-color: #9e9e9e;
    color: #FFF;
}

.btn-received{
    color: #FFF;
    background-color: #7f00ff;
    border-color: #7f00ff;
}
.btn-received:hover, .btn-received:active, btn-received.hover {
    background-color: #7f00ff;
    color: #FFF;
}


