.fix-header .navbar-static-top{
  z-index: 2000;
}

.ui-dialog {
  /*z-index: 9000 !important;*/
  z-index: 2500;
}

.login-bg {
    background: url(../images/bg_1.jpg) center center/cover no-repeat!important;
    height: 100%;
    position: fixed
}

.top-left-part .light-logo {
  display: inline-block;
}

img.org-logo{
  max-width: 155px;
  max-height: 36px;
}

.color-selector{
    transition: none;
}
/*
 * jTable
 */

.jtable-column-centered{
  text-align: center;
}
.jtable-column-image-preview img{
  max-width: 100px;
  max-height: 100px;
}

.formdatefield{
  max-width: 100%;
  clear: none;
}
.form-control[readonly].formdatefield{
  background-color: #fff;
}

div.jtable-main-container>table.jtable>tbody>tr.public-organization{
  _background: #ddffee;
  font-style: italic;
}
div.jtable-main-container>table.jtable>tbody>tr.own-organization{
  _background: #ddffee;
  color: #44aa66;
  font-weight: bold;
}
div.jtable-main-container>table.jtable>tbody>tr.own-account{
  color: #4466aa;
  font-weight: bold;
}

/*
 * UploadFile
 */
.ajax-file-upload {
  height: unset;
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  background: #41b3f9;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.ajax-file-upload:hover {
      background: #31a3e9;
      -moz-box-shadow: unset;
      -webkit-box-shadow: unset;
      box-shadow: unset;
}
.ajax-upload-dragdrop{
  border: 3px dotted #A5A5C7;
  background: #eeeeee;
  color: #41b3f9;
}
.ajax-file-upload-statusbar{
  margin: 0px;
  border: 2px solid #41b3f9;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 5px 5px 5px;
}


.modal {
  z-index: 2500;
}
