.homebase-image-profile{
	height: 60px
	width:60px;
	border: 3px solid #076f4b;
	box-shadow: 0 0 0 1.5px #fff;	
}
.homebase-col-menu{
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar{
	overflow-y: scroll;
	height:100%; 
	display: none; 
	width: 70%; 
	background: #fff; 
	position: fixed; 
	z-index: 1004; 
	right: 0;
	-webkit-animation: slide-down .4s ease-out;
    -moz-animation: slide-down .4s ease-out;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateX(100%); }   

}
.image-upload > input
{
    display: none;
}

.image-upload img
{
    cursor: pointer;
}
.home-welcome-card{
 	background-image: url('../images/background@3x.png');
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	border:0;
 	border-radius: 10px;	
 }
.btn-hombase {
	border:solid 1px #ddd ;
	cursor: pointer;
}
.agen-icon-plus {
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.border-active{
	border-color:green !important;

}
.custom-modal{
	top: 0px;
}
.modal{
	position: fixed !important;
	text-align: center;
}
.modal-backdrop {
    position: fixed;
}
.modal:before {
  content: '';
  display: inline-block;

  height: 100%;
  vertical-align: middle;
}

.modal-dialog {
	text-align: center;
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}
.notif-dialog {
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  height: 80px;
  width: 90%;
  
}
[class*='close-'] {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  left: 85%;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}
.close-thik:after {
  content: '✖'; /* UTF-8 symbol */
}