﻿
input[type=text], textarea, dropdownlist, jqx-listbox {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus, dropdownlist:focus , jqx-listbox:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}


.bxShwBlck{
-webkit-box-shadow: 11px 15px 7px 1px rgba(80,80,84,1);
-moz-box-shadow: 11px 15px 7px 1px rgba(80,80,84,1);
box-shadow: 11px 15px 7px 1px rgba(80,80,84,1);

}

.bckGrnHsp{
    background-image :  url('http://www.amcservice.info/images/ha/lgn.jpg');
    background-position:right;
    background-repeat:no-repeat;
}

.bckGrnPhrm{
    background-image :  url('http://www.amcservice.info/images/ha/tbls.jpg');
    background-position:left;
    background-repeat:  no-repeat;
    height:100%;
    background-color:#FBEEE3;
    background-position: left bottom;
    

}