.mydiv{
    width:500px;
    height:200px;
    background:#eeeeee;
    position:fixed;
    display: None;
    top:100px;
    left:50%;
    margin-left:-250px; /* negative half the size of width */
}
.icon {
	height: 0.7em;
	cursor: pointer;
}
.icon_edit {
	background: url("/vendor/flaticon/111317-essential-ui/png/gear.png");
        height: 0.7em;
        cursor: pointer;
	
}

.cur-pointer {
        cursor: pointer;
}
.table td.td-align-right {
   text-align: right;   
}
.table th.th-align-right {
   text-align: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}




/* CSS used here will be applied after bootstrap.css */
.badge-info{
   background:red;
   position:absolute;
   top: 5px;
   left: 25px;
}

