body {
      font-family:verdana,helvetica,arial,sans-serif;
      padding:20px;
      font-size:9px;
      margin:0;
    }

.menu-padding {
  padding:5px 0px 10px 0px;
}

.panel-app {
  padding:20px;
}

.dg-toolbar-top {
  width:100%;display:inline-block
}

.dg-toolbar-left {
  float:left;padding:5px
}

.dg-toolbar-right {
  float:right;padding:5px
}

.my-menu {
  text-decoration: none;
  color:#000;
}

.my-menu:hover {
  text-decoration: none;
  color:#000;
}

/*back to top*/
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    z-index: 10000;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration: none;
}

 .ui-autocomplete-loading {
background: white url("../files/img/ui-anim_basic_16x16.gif") right center no-repeat;
}

.hidden {
  display: none;
}

.box {
  padding:3px;
  border: 1px solid #dddddd;
  background: #F4F4F4;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.my-table {
    width:100%;
}

.my-table th, td {
    padding: 3px;
}

.tdth {
    border: 1px solid #95B8E7;
    padding: 5px;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

.subtitle-block {
  background-color:#95B8E7;
  width:100%;
  padding: 2px;
}

.block {
  background-color: #ffffff;    
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    pointer-events: none;
}

/*icon*/
.icon-download {    
    background: transparent url("themes/icons/az_download.png") no-repeat scroll center center;
 }

.icon-list-accept {    
    background: transparent url("themes/icons/az_list_accept.png") no-repeat scroll center center;
 }

.icon-up {    
    background: transparent url("themes/icons/az_up.png") no-repeat scroll center center;
 }

 .icon-upload {    
    background: transparent url("themes/icons/az_upload.png") no-repeat scroll center center;
 }

 .box {
  border: 1px solid #95B8E7;
  background-color: #ffffff;
}

.box-download {
  border: 1px solid #95B8E7;
  border-radius: 5px;
  background-color: #ffffff;
}

#header-green {
  background-color:green;
  color:white;
}

#header-red {
  background-color:red;
  color:white;
}

#header-blue {
  background-color:blue;
  color:white;
}