.errorlist{
    color: #FF0000;
}

.bg-danger{
    background-color: #F44;
}

.bg-success{
    background-color: #4F4;
}

.table-striped>tbody>tr:nth-child(odd) :not(td.nostrip),
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #eee;
 }

 .table-hover tbody tr:hover :not(td.nostrip), .table-hover tbody tr:hover th {
    background-color: #ccc;
  }

.pull-left{float:left!important;}
.pull-right{float:right!important;}

.panel-white>.panel-heading {
 color:#a94442;
 background-color:#f2dede;
 border-color:#ebccd1
 opacity: 0;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    padding: 2px 2px;
}

a.btn {
    padding: 6px 12px;
}

u > label {
    display: block;
}

.panel-body {
    padding: 0px;
}

.table {
    margin: 2px;
}

.postit {
    background-color:#ffff88;
    padding: 0 2px;
    width:100%;
    display:block;
}


.panel{
    margin-bottom: 10px;
}

.nav > li > p{
    font-size: 16px;
    padding: 10px 15px;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.navbar-pagename {
    color: #000;
    font-weight: bold;
}

.standalone-btn{
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;

    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;

    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*stye for customer autocomplete box*/
/*div .cust-autocomplete-wrap ul {*/
/*  width: auto !important; }*/

div.cust-autocomplete-wrap div.bootstrap-autocomplete {
    width: auto !important;
}
div.cust-autocomplete-wrap div.bootstrap-autocomplete a div {
    padding: 3px 20px;
    clear: both;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    display: list-item;
    line-height: 1.42857143;
}
div.cust-autocomplete-wrap div.bootstrap-autocomplete a:hover {
    text-decoration: none;
}
/*div.cust-autocomplete-wrap div.bootstrap-autocomplete a:hover div {*/
/*    cursor: pointer;*/
/*    background-color: #D4D4D4 !important;*/
/*}*/
div.cust-autocomplete-wrap div.bootstrap-autocomplete a.dropdown-item.active div{
    background-color: #D4D4D4 !important;
}
.custAutoCompleteResetBtn {
    margin-left: 5px;
}
.custAutoCompleteMsg {
    margin-left: 15px;
    color: red;
    visibility: hidden;
    position: fixed;
}