﻿


.tblborder thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.tblborder td {
    border: solid thin #b6d2f1;
}

.tblborder th {
    border: solid thin #b6d2f1;
}


@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.arabic{font-family: 'Droid Arabic Kufi', serif;}
.line{
        margin-top: 5px;
}

.subhead{
    font-weight: bold;
    text-decoration: underline;
}
.black
{
    color:black !important;
}
.period{
    max-width:140px;
}

body {
}

.errmsg
{
    color: red;
    clear:both;
    font-weight: 400;
    font-size: 10px;
    display: table-cell;
    margin: 0px 0px 10px;
}


.input-large{
    width:100%;

}

.inputdiv{
    align-content:flex-start;
    text-align : left;
}

tr.group,tr.group:hover{
    background-color: #ddd !important;
}


.space-4, [class*=vspace-4]
{
    clear:both;
}






/*            Css For AutoComplete                 */

* { box-sizing: border-box; }
/*body {
  font: 16px Arial; 
}*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  width:500px;
  position:absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 9999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.gray{
    color:gray !important;
}

.hidden
{
    display:none !important;
}
.table{
    font-size : 12px !important;
}

.input1{
    padding:2px !important;
    font-size:12px !important;
    width:100% !important;
    background-color:white;
    border:solid thin black;
    height : 25px !important;
}
.input2{
    padding:2px !important;
    font-size:12px !important;
   
    background-color:white;
    border:solid thin black;
    height : 25px !important;
}
.qty{
    text-align:right;
}

.amt{
    text-align:right;
}




        .btn-default
        {
            background-color:gray;
        }

        .gritter-item-wrapper.gritter-error {
    background: rgba(153,40,18,.82) !important;
}

         .gritter-item-wrapper.gritter-success {
     background: rgba(25, 136, 23, 0.82) !important;
}

         .gritter-close {
    left: auto;
    right: 4px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
    font-size: 0;
    text-indent: 0;
}
         .myTableExportButtons
         {
             margin:5px;
         }
         .gritter-close:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00d";
}
    .chosen-single > span
    {
        color : black;
        font-weight:bold;
    }

    .chosen-disabled{
        opacity:1 !important;
    }