/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.loading-image{
  background: url(../img/loading.gif) center center no-repeat;
}
.loading-td {
  position: relative;
  color: transparent; /* hides the text */
}
.loading-td::before {
  content: "";
  background: url(../img/loading.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accounts-group,.key-line-group{
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.cursor-move{
  cursor:move;
}
@media only screen and (max-width: 480px){
  .table-wraper{
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px){
  #add_new_profile .modal-body, #manage_key_lines .modal-body{
    height: 500px !important;
    overflow-y: scroll !important;
  }
}
.table-striped tbody tr.highlight td{
	background-image: none; background-color: rgba(255, 255, 153, 0.925);
}

.table-striped tbody tr td.highlight{
	background-image: none; background-color: rgba(255, 255, 153, 0.925);
}