.content-wrapper{
  position: relative;
}

.btn-action-new{
  margin-bottom:15px;
}

.admin-modal.modal {
  position: relative;
  top: 10%;
  bottom: auto;
  right: auto;
  left: auto;
  display: none;
  z-index: 1101;
}

.admin-modal.modal {
  background: transparent !important;
}

.admin-modal-overlay{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;  
  background: rgba(0,0,0,0.5);
  z-index: 1100;
  display: none;
}

.admin-modal-overlay.show .admin-modal.modal{
  display: block;
}

.error-class{
  border-color: #e74c3c !important;
}

.input-as-label{
  border-width: 0 !important;
  background: transparent !important;
}

a.table-filter{
  display: block;
  font-size: 0.9em;
  color: #888;
  margin-bottom: 3px;
  white-space: nowrap;
}

a.table-filter:hover{
  color: #3c8dbc;
}

.filter-panel{
  margin: 5px;
  background: #ecf0f5;
  padding: 10px;
}

.filter-panel>h4{
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}

.filter-panel>h4>span{
  color: #3c8dbc;
}

a.filter-panel-sort{
  margin-top: 10px;  
  display: block;  
}

div.checkbox{
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: initial !important;
}

/** HIDE 3 TOP BUTTONS **/
.dropdown.messages-menu,
.dropdown.notifications-menu,
.dropdown.tasks-menu{
  display: none !important;
}

/** HIDE THE USER DATA **/
.user-header > img{
  display: none !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
  height: auto;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-body{
  display: none !important;
}

#addNewProjectModal .modal-body.loading:before{
  content: "";
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#addNewProjectModal .modal-body.loading:after{
  content: "\f110";
  font-family: FontAwesome;
  font-size:40px;
  position: absolute;
  top: 50%;   
  left: 50%;
  margin-top:-35px;
  margin-left:-30px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;  
}

.navbar-custom-menu a[data-toggle="control-sidebar"],
.user-footer .pull-left, 
.user-panel .info > a,
.sidebar-form,
.sidebar-menu li.header{
	display: none;
}

