#bodyMain > p{
  width: 100%;
  display: inline-block;
  margin: 0;
}

th {
    white-space: nowrap;
}

.cell-link{
  text-decoration:underline;
  cursor: pointer;
  font-weight: bold;
}

.cell-left{

}

.grid-header{
   /* border-bottom: solid 2px black;*/
    background-color: #328cb7;
    height: 15px;
    text-align: center;
    padding: 4px;
	font-size: 12px;
    vertical-align: middle;
}

.grid-header:not(:first-child){
    border-left: solid 1px #fff;
}

.td-grid-generic{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:11px;
    max-width:250px;
}

.input-editing{
  vertical-align: middle;
  float: right;
  text-align:right; 
  background-color: white;
  font-size: small; 
  max-width:70px;
  width:100%; 
  border: none;
  margin: 0;
  padding: 0;
  height: 25px;
}

.input-editing:hover{
  background-color:white;
  font-size: medium;
}

.input-editing:focus{
  background-color:white;
  font-size: medium;
}

input::-webkit-clear-button

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 5px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

.conteint-input-login{


}

.row-control-lookup{
   float: left;
   display: inline-block;
   width: 100%;
   height:25px;
   margin-bottom: 4px;
  /* background-color: white;*/
  /* border: solid 1px gray;*/
}

.row-control-lookup:focus{
    border: 1px solid green;

}
.row-control-lookup:hover{
    border: 1px solid green;
}


.row-control-lookup > input{
  width: 100%;
  height: 25px;
  display: inline-block;
  float: left;
  border: none;
  background-color: white;
  outline: none;
  font-weight: 600;
  border: solid 1px gray;
}

.row-control-lookup > textarea{
  width:100%;
  display: inline-block;
  float: left;
  border: none;
  background-color: white;
  outline: none;
  font-weight: 600;
  height: 60px;
  border: solid 1px gray;
}

.row-control-lookup > select{
  width:100%;
  display: inline-block;
  float: left;
  border: none;
  background-color: white;
  outline: none;
  font-weight: 600;
  height: 25px;
}

.row-control-lookup > input:focus{
   outline:none;
   font-weight: 700;
}



.new-button{
   background-color: white;
   width: auto;
   height: 100%;
   cursor: pointer;
   float: right;
   display: inline-block;
   padding: 1px;
}

.new-button1 {
    background-color: white;
    width: auto;
    height: 100%;
    cursor: pointer;
    float: left;
    display: inline-block;
    padding: 1px;
}


select[disabled]{
        background-color: white;
}

.editProductButton{
  width: 7%;
  float: left;
}

.inputSearch{
    width: 100%;
}

.thSort{
   cursor: pointer;
   white-space: nowrap;
}

.thSortAsc:after {
    content: "\25b2";
    color: white;
	font-family: FontAwesome;
}

.thSortDesc:after{
    content: "\25bc";
    color: white;
	font-family: FontAwesome;
}

.rowFull{
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow:ellipsis;
   padding-right: 2px;
   padding-left: 2px;
}
.controlForm{
   min-width: 300px;
   width: 48%;
   margin: 1px;
   margin-left: 1%;
   margin-top: 5px;
   display: inline-table;

}

.form-Col3{
   min-width: 150px;
   width: 32%;
   margin: 1px;
   margin-left: 1%;
   margin-top: 5px;
   display: inline-table;
}


.controlForm > strong{
    width: 100%;
   float: left;
}

.controlForm > label{
    width: 100%;
   float: right;
}

.searchError{
   width: 100%;
   float: right;
}

.label-control{
   width: 30%;
   float: left;
}

.controlForm > input{
   width: 95%;
   float: left;
   height: 25px;
   font-weight: 600;
   font-family: sans-serif;
}

.controlForm > select{
   width: 100%;
   float: left;
   height: 25px;
   font-weight: 600;
   font-family: sans-serif;
}

.ribbon-content{
  height: 50px;
  padding: 5px;
}
.ribbon-new {
  float: left;
  width: 100px;
  background-image: url('img/ribbon/add_icon.png?v=1');
  border: 1px solid;
  cursor: pointer;
  height: 40px;
}

.modal-form-hide{
  display: none;
}

.modal-form{
 z-index: 2000;
 background-color: white;
 border: 1px solid;
 height: 600px;
 width: 80%;
 position: absolute;

}

.imgSearchLookup{
   width: 16px;
   height: 16px;
   float: right;
   cursor: pointer;
   margin: 5px;
}




.container-accordion {
  margin-top:5px;
  background-color:white;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #000000; 
}

.heading-label-oneline{
   width: 100%;
   text-align: center;
   font-weight:bold;
   text-transform: uppercase;
   font-size: large;
}
.heading-label-twoline{
   text-align: left;
   font-weight:normal;
   width: 45%
}

.expandcollapse-item {
  overflow: hidden;
  background-color: none;
}

.expandcollapse-heading-collapsed {
  cursor: pointer;
  position: relative;
  z-index: 100;
  color: black; 
  background-color: #93a0ff;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  min-height: 50px;
  margin: 1px;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.75);
box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.75);
}


.expandcollapse-heading-expanded {
  cursor: pointer;
  z-index: 100;
  padding: 15px 20px;
  position: relative;
  color: white; 
  background-color: black;
    border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}


/*
animation:*/
.slideDown.ng-hide {
  height:0;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown {
  height:141px;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display:block!important;
}


.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}



.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}
