.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}
.ui-front {
  z-index: 1000;
}
.select2-container--open .select2-dropdown--below {
  min-width: 500px!important;
  z-index: 2051!important;
}
.form-vertical .form-group {
  clear: both;
}
.form-vertical .form-group .col-sm-2 {
  width: 100%;
}
.form-vertical .form-group .col-sm-10 {
  margin-bottom: 10px;
}
.single_line {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.invoice_deleted {
  background-color: rgba(128, 128, 128, 0.54) !important;
}
.invoice_overdated {
  background-color: #F8E0E0 !important;
}
.invoice_waiting {
  background-color: rgba(215, 206, 70, 0.27) !important;
}
.invoice_payed {
  background-color: #81d380 !important;
}
#meaindicator {
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 10000;
  background-image: url("/bundles/meacrm4/css/images/loading.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 35px;
  width: 35px;
  white-space: nowrap;
  overflow: hidden;
}
.postbox_reader #messagesList .dataTable {
  width: 100%!important;
}
.postbox_reader #messagesList .dataTable .snippet {
  overflow-x: hidden;
}
.postbox_reader .threadfull .messMoreFrame {
  width: 100%;
  border: none;
  resize: vertical;
}
.postbox_reader .threadfull .replyContainer .replyHide {
  display: none;
}
.postbox_reader .threadfull .attachment {
  display: inline;
}
.fc .fc-event.workcost {
  background-color: gray!important;
}
/*komentarze*/
/*.fos_comment_comment_metas {*/
.fos_comment_comment_show .box-tools {
  display: none;
}
.fos_comment_comment_show:hover .box-tools {
  display: block;
}
.fos_comment_comment_replies {
  padding-left: 50px;
}
@media screen and (min-width: 769px) {
  .fos_comment_comment_body {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
  }
}
.fos_comment_comment_reply {
  border-bottom: 1px solid;
  border-bottom-color: #dddddd;
  padding-bottom: 10px;
}
.fos_comment_comment_report {
  float: right;
}
.fos_comment_comment_metas {
  padding-bottom: 5px;
}
.fos_comment_comment_show {
  padding: 10px 10px 0px 20px;
}
.fos_comment_comment_show button {
  color: #E18A00;
  border: none;
  background: none;
}
.fos_comment_comment_voting,
.fos_comment_comment_score {
  display: inline;
}
.taskActionsDropArea a {
  display: inline-block;
}
.marker {
  background-color: yellow;
}
#taskTree {
  min-width: 300px;
}
.mea_tasktree_doc {
  padding-left: 30px;
}
#taskTree .project .fancytree-icon {
  background-position: -34px -160px;
}
/*#taskTree tr.my{*/
/*background-color: #969ced !important;*/
/*}*/
/* task status 1=>'Oczekuje',
        2=>'Oczekuje na inną',
        5=>'W realizacji',
        7=>'Zrealizowane',
        9=>'Zakończone',
        8=>'Anulowane', */
.mea-search-helper-form {
  padding: 10px;
  position: absolute;
  left: -200px;
  top: -50px;
  background-color: #54b4eb;
}
.mea-search-helper-form label {
  color: whitesmoke;
}
#mea-crm-search-container {
  position: relative;
  float: left;
  top: 20px;
  right: -150px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.bigdrop {
  width: 600px !important;
  position: absolute;
  left: -300px;
}
.mea-search-form {
  background-color: white;
}
.select2-hidden-accessible {
  display: none!important;
}
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  color: black;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 1em;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}
.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.select2-results__option--highlighted .select2-result-repository__title {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers {
  color: #c6dcef;
}
.taskTimeTracker span {
  margin: 3px;
}
.tag {
  background-color: #f39c12;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.worktime1 {
  background-color: rgba(0, 40, 20, 0.87) !important;
  color: rgba(247, 255, 222, 0.61) !important;
}
.worktime3 {
  background-color: rgba(35, 0, 9, 0.87) !important;
  color: rgba(255, 229, 233, 0.61) !important;
}
.worktime4 {
  background-color: rgba(6, 6, 60, 0.87) !important;
  color: rgba(255, 229, 233, 0.61) !important;
}
.worktime5 {
  background-color: rgba(61, 7, 54, 0.87) !important;
  color: rgba(255, 229, 233, 0.61) !important;
}
.tasktr.status7 .taskcolor,
.tasktr.status7.taskcolor {
  background-color: rgba(62, 214, 68, 0.87) !important;
  color: rgba(111, 59, 50, 0.61) !important;
}
.tasktr.status9 .taskcolor,
.tasktr.status9.taskcolor {
  background-color: rgba(0, 152, 86, 0.27) !important;
  color: grey!important;
}
.tasktr.status9 .taskcolor .treeNum,
.tasktr.status9.taskcolor .treeNum {
  text-decoration: line-through;
}
.tasktr.status9 .taskcolor span,
.tasktr.status9.taskcolor span {
  color: grey!important;
}
.status5 .taskcolor,
.tasktr.status5.taskcolor {
  background-color: rgba(160, 81, 43, 0.35) !important;
  color: #404040 !important;
}
.tasktr.status10 .taskcolor,
.tasktr.status10.taskcolor {
  background-color: #a09093 !important;
  color: #f10c00 !important;
}
.tasktr.status1 .taskcolor,
.tasktr.status1.taskcolor {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.tasktr.status1 .taskcolor .gantt_task_content,
.tasktr.status1.taskcolor .gantt_task_content {
  color: #000000 !important;
}
.tasktr.status3 .taskcolor,
.tasktr.status3.taskcolor,
.tasktr.status2 .taskcolor,
.tasktr.status2.taskcolor {
  background-color: #9a9a9a !important;
  color: #262626 !important;
}
.taskList.flyActions .tasktr .actions {
  z-index: 1000;
  display: none;
  border: 1px black solid;
}
.taskList.flyActions .tasktr:hover .actions {
  display: block;
  position: absolute;
  right: 10px;
  background-color: white;
  width: 200px;
}
.taskList {
  padding-bottom: 100px;
}
.taskList .taskListAction {
  float: left;
}
.taskList .taskPanel {
  padding: 15px;
  line-height: 150%;
  padding-bottom: 25px;
}
.taskList .tasktr {
  position: relative;
}
.taskList .tasktr .actions {
  margin: 10px;
  padding: 4px;
}
.taskList .tasktr div.action {
  display: inline-block;
  white-space: nowrap;
  float: left;
  overflow: visible;
}
.taskList .tasktr div.action.div {
  overflow: visible;
}
.inline-block {
  display: inline-block !important;
}
.select2 {
  min-width: 100px;
}
.editable.inline {
  display: inline;
}
.editable:hover {
  border-bottom: 1px dotted #c2c2c2;
}
.editable {
  min-height: 5px;
  min-width: 10px;
  margin: 2px;
  border-bottom: 1px dotted #c2c2c2;
  padding: 2px;
}
.editableStyle {
  min-height: 5px;
  min-width: 10px;
  margin: 2px;
  border-bottom: 1px dotted #c2c2c2;
  padding: 2px;
}
input:required {
  border-left-color: firebrick;
  border-left-width: 3px;
}
