/* app css stylesheet */

.cylbg{
  padding-top: 35px;
  padding-bottom: 40px;
  background-color:#ececec;
  min-height: 465px;                                         
}

/*mycontenta{
 margin-top: 30px ;
} */

h1 {
 text-decoration: underline;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


div.selected{
 background:#0066FF;           
}

input, select, textarea{
    color: #000000;
}

.list_even{
	padding: 5px;
	border-style:solid;
  border-width:2px;
	border-color: #DBDBDB;
	background: gray;
}
.list_odd{
	padding: 5px;
	border-style:solid;
  border-width:2px;
	border-color: #F5F5F5;
}


.content_body {
margin-top: 2px;              
}      
.myfooter{
/*  position: fixed;
  top: 693px;
  width: 100%;  */
  background-color: #fff;
  color: #5e5e5e; 
  text-align: center;

}


.modal-mybody {
    max-height: 800px !important;    
    overflow-y: auto;
    padding: 15px;
    position: relative;
}

.modal-dialog {   
    width: 800px !important;       
} 

.bt{
  position:fixed;
  bottom:0;
  right:0;
  font-size:10px;
  padding: 5px;    
}
       
