@charset "ISO-8859-1";
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.hide-action, .hide-amount{
	display: none;
}

span.select2{
	width: 70% !important;
}
 object[style]{
	height: 700px !important;
	width: 100% !important;
} 


/* Omary added this for project form */
.profile-links ul {
        padding: 0;
        margin: 0;
        list-style: none;
 }
 .profile-links ul li {
     margin-bottom: 10px;
 }
 .profile-links ul a.active {
     border-color: #56b4eb;
     background: #fefefe;
 }
 .profile-links ul a {
     display: block;
     border: 1px solid #e9e9e9;
     padding: 6px;
     padding-left: 20px;
 }
 a {
     outline: none;
 }
 
 a {
     color: #20a8d8;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
 }
 *, :after, :before {
     /* box-sizing: border-box; */
 }

 span.dissapprove{
    font-size: 1.2em;
    color: red;
 }
 
 
 table td{
     overflow: hidden !important;
 } 
 
 .hp-image .hp-heading {
    font-size: 30px !important;
    padding-top: 30px !important;
 }
 
