@media only screen and (max-width:640px) {
	.screen{
				max-width:100%;
				  width:100%;
				  padding:100px 25px;
				  height:500px;
				  background-color:blue;
				  color:#eacb19;
				  text-align:center;
		background: url(../img/testBG1.png) ;
		height: 100%;
        width:100%;
        background-repeat:no-repeat;
        background-position: center;
        background-attachment:fixed;

		
	}
}

body{
		background: url(../img/testBG1.png) ;
		height:100%;
        width:100%;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center center;
        background-attachment:fixed;
}




 .thumbpic  {
 	/*margin: 0px auto 0 480px;*/
 	width: 10%;
    margin: 0 auto; 
 }

 .assetfrmtb > table {
    table-layout: fixed;
    width: 200px;
 }

 .assetfrmtb > td {
 	
    overflow: hidden;
    width: 100px;

}

.thumbpic{
	/*margin: 0 auto;
    width: 100%;
    border: 3px solid #73AD21;
    padding: 10px;*/
  width: 200px ;
  margin-left: auto ;
  margin-right: auto ;
}

.ReqLbl{
	height: 20px;
}

.ReqLblh4{
	font-weight: bold;
}
/*** ADDED BY ME  ***/ /**07/22/2016**/
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.borderless td, .borderless th {
    border: none;
}


.leftpos2{
	margin-left:7.7cm;
}
.desc{
	margin: 0 0 0 10px;
}

.rightpanel{
	width:50%;
	display: inline;
	float: right !important;
}
.leftpanel{
	width:50%;
	display: inline;
	float: left !important;
	
}
.mdlheader{
	padding-bottom:40px;
}
/*** END ***/

/*#newuser,
#edituser{
    position: absolute;
    top: 0px; width:100%;
}

#viewusertable{
	z-index: 21;
	opacity: 0; width:100%;
}
#newuser{	
    z-index: 21;
    opacity: 0; width:100%;
}

#edituser{
    z-index: 22;
	opacity: 0; width:100%;
	
}
#tonewuser:target ~  #newuser,
#toedituser:target ~  #edituser,
#toviewusertable:target ~  #viewusertable{
    z-index: 22;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    -ms-animation-delay: .1s;
    animation-delay: .1s;
}
#tonewuser:target ~  #viewusertable,
#tonewuser:target ~  #edituser,
#toedituser:target ~  #newuser,
#toedituser:target ~  #viewusertable,
#toviewusertable:target ~ #newuser,
#toviewusertable:target ~ #edituser{
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}*/

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
/*.animate{
    -webkit-animation-duration: 500s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;

    -moz-animation-duration: 500s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;

    -o-animation-duration: 500s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;

    -ms-animation-duration: 500s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;

    animation-duration: 500s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}*/
/*
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .500s ease;
       -o-transition: height .500s ease;
          transition: height .500s ease;
}

.collapse {
  position: relative;
  /*height: 0;*/
 /* overflow: hidden;
  -webkit-transition: height 1000s ease;
       -o-transition: height 1000s ease;
          transition: height 1000s ease;
}*/




.assetspacing{
	height: 20px;
    margin-bottom: 20px;
    position: relative;
	overflow: hidden;
}


.advanceBtn{
	/*margin:0px 220px;*/
	float:right;
	text-decoration: underline;
}
.SrchBtn{
	/*margin:0px 220px;*/
	float:right;
}


